NEXPEED NBG440 User’s Manual
NexComm Systems, Inc. 38 PAGE
Configuration Examples
Configuring Bridging-Only Mode
:
(conf)# interface s0 delete
(conf)# interface s0 bridge enable
(conf)# show interface s0
Interface: s0, status <UP>, mtu 1500
ip address unnumbered
Bridging-only mode
encapsulation ETHDLC, ether 00:d0:84:01:08:b2, keepalive 2/5
idle-char FLAG, RT speed 2320/2320 Kbps
(conf)#
cf1. Configuring Routing-Only Mode
:
(conf)# interface s0 bridge disable
(conf)# interface s0 ip unnumbered
(conf)# show interface s0
Interface: s0, status <UP>, mtu 1500
ip address unnumbered
Routing-only mode
encapsulation ETHDLC, ether 00:d0:84:01:08:b2, keepalive 2/5
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 ETHDLC, ether 00:d0:84:01:08:b2, keepalive 2/5
idle-char FLAG, RT speed 2320/2320 Kbps
(conf)#