分类: 系统运维
2013-02-26 10:41:53
Cisco 2600 Vo configuration
Current onfiguration
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname bluestudy1
!
enable password Cisco
!
ip subnet-zero
!
voice-port 1/0/0
time-port call-disconnect 0
!
voice-port 1/0/1
time-port call-disconnect 0
!
voice-port 1/1/0
time-port call-disconnect 0
!
voice-port 1/1/1
time-port call-disconnect 0
!
dial-peer voice 1 pots
destination-pattern 1234
port 1/1/0
!
dial-peer voice 10 voip
destination-pattern 4321
session target ipv4:199.1.2.2
!
Ethernet0/0
no ip address
no ip directed-broadcast
shutdown
!
interface serial0/0
no ip address
no ip directd-broadcast
encapsulation frame-relay
no ip mroute-cache
frame-relay lmi-type ansi
!
interface serial0/0.1 point-to-point
ip address 199.1.1.2 255.255.255.248
no ip directed-broadcast
frame-relay interface-dlci 111
!interface ethernet0/1
no ip address
no ip directed-broadcast
shut down
!
interface serial 0/1
no ip address
no ip directed-broadcast
shut down
!
interface serial0/2
no ip address
no ip directed-broadcast
shut down
!
interface serial0/3
no ip address
no ip directed-broadcast
shut down
!
router rip
version 2
network 199.1.1.0
!
ip classless
no ip http server
!
!
line con 0
transport input none
line aux
line vty 0 4
password cisco
login
!
no scheduler allocate
end