Cisco Systems 1604 Network Router User Manual


 
3-7
Cisco IOS Dial Services Quick Configuration Guide
Chapter 3 Configuring the Cisco 1604 Router
Step 3—Configuring the Ethernet Interface
Step 3 Enter the show running command to see the Cisco 1604’s current configuration:
robo-austin# show running
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname robo-austin
!
aaa new-model
aaa authentication login default local
aaa authentication ppp default local
enable secret 5 $1$og7B$nSwMZM0NBKTPhV09KVgxl1
!
username joe-admin password 7 <removed>
!
interface Ethernet0
no ip address
shutdown
!
interface Serial0
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
!
ip classless
!
!
line con 0
line vty 0 4
!
Step 3—Configuring the Ethernet Interface
Assign an IP address to the Cisco 1604’s Ethernet interface. Test the interface by pinging it from a PC
on the LAN.
To configure the Ethernet interface, enter the following commands beginning in global configuration
mode:
Step 1 Configure the IP address and subnet mask on the Ethernet interface.
robo-austin(config)# interface ethernet 0
robo-austin(config-if)# ip address 10.1.4.1 255.255.255.0