NEXPEED NR304G-4W User’s Manual
NexComm Systems, Inc. 39 PAGE
Configuration Examples
Configuring Bridging-Only Mode
:
(conf)# interface s0 delete
(conf)# interface s0 bridge enable
(conf)# show interface wan
Interface: s0, status <UP>, mtu 1500
ip address unnumbered
Bridging-only mode
encapsulation HDLC, Keepalive 1/10
idle-char FLAG, RT speed 2320/2320 Kbps
(conf)#
cf1. Configuring Routing-Only Mode
:
(conf)# interface s0 ip unnumbered
(conf)# show interface s0
Interface: s0, status <UP>, mtu 1500
ip address unnumbered
Routing-only mode
encapsulation HDLC, Keepalive 1/10
idle-char FLAG, RT speed 2320/2320 Kbps
(conf)#
cf2. Configuring Routing and Bridging Mode
:
(conf)# interface s0 ip unnumbered
(conf)# interface s0 bridge enable
(conf)# show interface s0
Interface: s0, status <UP>, mtu 1500
ip address unnumbered
Routing and Bridging mode
encapsulation HDLC, Keepalive 1/10
idle-char FLAG, RT speed 2320/2320 Kbps
(conf)#