background image
276 Chapter 5: Network Protocols
Example 5-3
Yosemite Router Configuration and EXEC Commands
Yosemite#show running-config
Building configuration...
Current configuration:
!
version 11.2
hostname Yosemite
!
enable secret 5 $1$.Iud$7uHqWzDYgvJN09V7HSkLZ/
!
ip name-server 10.1.1.100
ip name-server 10.1.2.100
!
interface Serial0
ip address 10.1.128.252 255.255.255.0
no fair-queue
!
interface Serial1
ip address 10.1.129.252 255.255.255.0
!
interface Ethernet0
ip address 10.1.2.252 255.255.255.0
!
no ip classless
banner motd ^C
This is the Rootin-est Tootin-est Router in these here parts! ^C
!
line con 0
password cisco
login
line aux 0
line vty 0 4
password cisco
login
!
end
Yosemite#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Serial0 10.1.128.252 YES manual up up
Serial1 10.1.129.252 YES manual up up
Ethernet0 10.1.2.252 YES manual up up
Yosemite#
ch05.fm Page 276 Monday, March 20, 2000 5:06 PM