You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.3 KiB
Plaintext
63 lines
2.3 KiB
Plaintext
######### Set Network Nodes #########
|
|
## N_host name ##
|
|
## N_switch name ##
|
|
## host name intfIP/mask defRoute ##
|
|
## router name intfIP/mask ##
|
|
#####################################
|
|
# host H4 161.46.247.131/26 161.46.247.129
|
|
# host H3 161.46.247.196/27 161.46.247.195
|
|
# host H2 161.46.247.3/25 161.46.247.1
|
|
# router R1 161.46.247.254/30
|
|
# router R2 161.46.247.253/30
|
|
|
|
N_host h1
|
|
N_host h2
|
|
N_host h3
|
|
N_router r1
|
|
N_router r2
|
|
N_router r3
|
|
|
|
# N_host h1
|
|
# N_host h2
|
|
# N_router r1
|
|
# N_router r2
|
|
# N_switch s1
|
|
# N_switch s2
|
|
|
|
############################################
|
|
## The interface details defined inside ##
|
|
## the node during its creation must be ##
|
|
## used in the links before new ##
|
|
## interfaces can be defined for the node.##
|
|
############################################# Set Network Links ############################################
|
|
## NN_link node1, node2 ##
|
|
## SN_link switch, node, bandwidth(Mbps) ##
|
|
## linkRR router1, router1_intfName, router1_intfIP/mask, router2, router2_intfName, router2_intfIP/mask ##
|
|
## linkRH host, host_intfName, router, router_intfName, router_intfIP/mask ##
|
|
## linkRS switch, router, router_intfName, router_intfIP/mask ##
|
|
## linkSS switch1, switch2 ##
|
|
## linkSH switch, host, host_intfName ##
|
|
############################################################################################################
|
|
# linkRR R1 R13 161.46.247.254/30 R2 R21 161.46.247.253/30
|
|
# linkRH H3 H31 R2 R22 161.46.247.195/27
|
|
# linkRH H4 H41 R2 R23 161.46.247.129/26
|
|
# linkRH H2 H21 R1 R11 161.46.247.1/25
|
|
|
|
NN_link h1 r1
|
|
NN_link h2 r2
|
|
NN_link h3 r3
|
|
NN_link r1 r2
|
|
NN_link r2 r3
|
|
|
|
# NN_link r1 s1
|
|
# NN_link r2 s2
|
|
# NN_link r1 r2
|
|
# NN_link h1 s1
|
|
# NN_link h2 s2
|
|
|
|
################## Route Table ################
|
|
## route name final_destIP/mask nextHop intf ##
|
|
###############################################
|
|
# route R1 161.46.247.192/27 161.46.247.254 R13
|
|
# route R1 161.46.247.128/26 161.46.247.254 R13
|