No ip routing, Router(config) – ADTRAN NetVanta 3000 Series User Manual
Page 4

Bridging: NetVanta 3000 Series Routers
Page 4
Assigning a PPP Sub-Interface to Bridge Group 1
3. If you are bridging and do not wish to route IP, IP routing should be disabled. Enter no ip
routing at the global configuration mode prompt to disable IP routing for all interfaces on the
router. For simple bridging applications (IP traffic is routed and all other protocols are
bridged), IP routing is not disabled and the unit must be properly configured for routing ( the
remote ip address must be on a unique subnet). Also the command bridge 1 route ip must
be issued in global configuration mode to allow IP routing and bridging of other protocols.
Disabling IP Routing
4. The complete configuration for the point-to-point PPP bridging application is shown below in
the format of a script:
PPP Point-Point Configuration Script
Router(config)#
no ip routing
no ip routing
!
interface eth 0/1
full-duplex
speed auto
ip address
192.168.4.1
255.255.255.0
bridge-group 1
bridge-group 1 spanning-disabled
no shutdown
!
interface ser 1/1
no shutdown
!
interface ppp 1
no shutdown
cross-connect 1 serial 1/1 ppp 1
!
bridge-group 1
bridge-group 1 spanning-disabled
!
exit
bridge 1 protocol ieee
end
Router(config-ppp 1)#
bridge-group 1
SPANNING TREE: Using default Address 00:A0:C8:08:CA:EE.
Please ensure this is unique.