NEXPEED NBG440 User’s Manual
NexComm Systems, Inc. 93 PAGE
Configuration for NBG440 #1
Configuration for NBG440 #2
(conf)# device s0 gshdsl co 2320
(conf)# device s1 gshdsl co 512
(conf)# interface lan ip 10.0.1.1 255.255.255.0
(conf)# interface s0 ip unnumbered
(conf)# interface s1 ip unnumbered
(conf)#
ip route add 10.0.2.0 255.255.255.0 s0 1
(conf)#
ip route add 10.0.2.0 255.255.255.0 s1 2
(conf)# write config
(conf)# device s0 gshdsl rt
(conf)# device s1 gshdsl rt
(conf)# interface lan ip 10.0.2.1 255.255.255.0
(conf)# interface s0 ip unnumbered
(conf)# interface s1 ip unnumbered
(conf)#
ip route add 10.0.1.0 255.255.255.0 s0 1
(conf)#
ip route add 10.0.1.0 255.255.255.0 s1 2
(conf)# write config
Until s0 link is fails, all traffic is sent through the s0 link only. When s0 link is fails, traffic can be
sent through the s1 link.
To verify the cost of each path, use the
show ip route
-
v
command.
Example:
NBG440_1(conf)# sh ip route -v
destination netmask gateway met ifname type
---------------------------------------------------------------------
10.0.2.0 255.255.255.0 0.0.0.0 2 s1 static
- cost 1953+400000, ref 1, use 0, flag 0x0
---------------------------------------------------------------------
10.0.2.0 255.255.255.0 0.0.0.0 1 s0 static
- cost 431+200000, ref 1, use 0, flag 0x0
---------------------------------------------------------------------
10.0.1.0 255.255.255.0 10.0.1.254 0 lan connected
- cost 130, ref 1, use 0, flag 0x0
---------------------------------------------------------------------
NBG440_1(conf)#