Cisco Systems MC-607 Saw User Manual


 
Configuring Subscriber-End Broadband Access Router Features
Configuring Routing
MC-644
Cisco IOS Multiservice Applications Configuration Guide
Verifying Routing
To verify that bridging is not configured, routing is enabled, and that RIP is configured on the interfaces,
enter the show startup-config command in privileged EXEC mode:
uBR924# show startup-config
Building configuration...
Current configuration:
!
version 12.1
no service pad
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname uBR924
!
!
clock timezone - 4
ip subnet-zero
!
!
!
voice-port 0
!
Step 5
uBR924(config-router)# network network-number
Specifies the network connected to the cable access
router on which the RIP process will operate. If the
cable access router is attached to more than one
network, enter each IP address in a separate
command.
Step 6
uBR924(config-router)# end
uBR924(config)# interface cable-modem0
Exits router configuration mode.
Returns to interface configuration mode for the cable
access router interface.
Step 7
uBR924(config-if)# ip rip receive v 2
Specifies that only RIP Version 2 packets will be
received on the coaxial cable interface.
Step 8
uBR924(config-if)# ip rip send v 2
Specifies that only RIP Version 2 packets will be sent
on the coaxial cable interface.
Step 9
uBR924(config-if)# end
uBR924(config)# interface ethernet0
Exits interface configuration mode for the cable
access router interface and enters interface
configuration mode for the Ethernet0 interface.
Step 10
uBR924(config-if)# no bridge-group 59
Removes the default bridge group assignment from
the Ethernet0 interface.
Step 11
uBR924(config-if)# ip rip receive v 2
Specifies that only RIP Version 2 packets will be
received on this Ethernet interface.
Step 12
uBR924(config-if)# ip rip send v 2
Specifies that only RIP Version 2 packets will be sent
on this Ethernet interface.
Step 13
uBR924(config-if)# Ctrl-z
uBR924# copy running-config startup-config Building
configuration...
Returns to privileged EXEC mode.
Saves the configuration to NVRAM so that it will not
be lost in the event of a reset, power cycle, or power
outage.
Command Purpose