3-24
Cisco 6260 Hardware Installation Guide
OL-2365-02
Chapter 3 Installing a Cisco 6260 with a POTS Splitter Configuration
Installation Procedures
The enable password is used when you do not specify an
enable secret password, with some older software versions, and
some boot images.
Enter enable password:
beansoup
% Please choose a password that is different from the enable secret
Enter enable password:
lab1
The virtual terminal password is used to protect
access to the router over a network interface.
Enter virtual terminal password:
% No defaulting allowed
Enter virtual terminal password:
lab
Configure SNMP Network Management? [yes]:
y
Community string [public]:
Current interface summary
Any interface listed with OK? value "NO" does not have a valid configuration
Interface IP-Address OK? Method Status Protocol
ATM0/0 unassigned NO unset up up
Ethernet0/0 unassigned NO unset up up
ATM0/1 unassigned NO unset down down
ATM0/2 unassigned NO unset down down
Enter interface name used to connect to the
management network from the above interface summary:
Ethernet0/0
Configuring interface Ethernet0/0:
Configure IP on this interface? [yes]:
y
IP address for this interface:
172.27.144.141
Subnet mask for this interface [255.255.0.0] :
Class B network is 172.27.0.0, 16 subnet bits; mask is /16
The following configuration command script was created:
hostname DSLAM
enable secret 5 $1$pR/1$0zH7ohDaUKNML3SC2.RF5.
enable password lab1
line vty 0 4
password lab
snmp-server community public
!
no ip routing
!
interface ATM0/0
no ip address
!
interface Ethernet0/0
no shutdown
ip address 172.27.144.141 255.255.0.0
!
interface ATM0/1
shutdown
no ip address
!
interface ATM0/2
shutdown
no ip address
!
end