Universal Broadband Router Hardware Installation Guide
3-65
Cisco uBR10012 Universal Broadband Router Hardware Installation Guide
OL-18259-01
Chapter 3 Installing the Cisco uBR10012 Router
Configuring the Cisco uBR10012 Router at Startup
Step 5 Specify the IP address.
IP address for this interface: 172.27.48.209
Step 6 Enter the subnet mask for the IP address.
Subnet mask for this interface [255.255.0.0] : 255.255.0.0
The system displays the information you entered as well as several default commands, such as the no
shutdown command.
For example:
The following configuration command script was created:
hostname c10012
enable secret 5 $$1$uror$EFU0hKOBQXhk975qKFZlL0
enable password <xxx>
line vty 0 4
password <xxx>
no snmp-server
!
no ip routing
!
interface FastEthernet0/0/0
no shutdown
media-type 100BaseX
half-duplex
ip address 172.27.48.209 255.255.0.0
!
end
Step 7 The setup script concludes by giving you the choice to exit without saving, start the setup script, or save
the configuration file:
[0] Go to the IOS command prompt without saving this config.
[1] Return back to the setup without saving this config.
[2] Save this configuration to nvram and exit.
Enter your selection [2]:
Step 8 After you complete the configuration dialog, enter global configuration mode and enable ip routing by
entering the ip routing command:
router(config)#ip routing
Basic Configuration in Global Configuration Mode
The following command sequence allows you to perform a configuration similar to that generated by the
setup command.
Router>configure terminal
Router(config) #hostname c10012
Router(config) #enable secret <my_router>
Router(config) #enable password <my_rtr>
Router(config) #snmp-server community public
Router(config) #ip routing
Router(config) #interface FastEthernet0/0/0
Router(config-if) #no shutdown
Router(config-if) #media-type 100BaseX
Router(config-if) #half-duplex
Router(config-if) #ip address 192 255.255.0.0
Router #copy running-config startup-config