NEXPEED NR304G-4W User’s Manual
NexComm Systems, Inc. 69 PAGE
Configuration for NR304G-4W #1
Configuration for NR304G-4W #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:
NR304G-4W_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
---------------------------------------------------------------------
NR304G-4W_1(conf)#