Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Router VoIp

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 4

// Plantilla Router VoIp LAB 10

R1#show running-config
Building configuration...

Current configuration : 2684 bytes


!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
no ip icmp rate-limit unreachable
!
!
ip cef
no ip domain lookup
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool VOICE
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
option 150 ip 192.168.1.1
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex half
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/4
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/5
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/6
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/7
no ip address
shutdown
serial restart-delay 0
!
interface FastEthernet2/0
no ip address
shutdown
duplex half
!
interface FastEthernet3/0
no ip address
shutdown
duplex half
!
interface Serial4/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial4/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial4/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial4/3
no ip address
shutdown
serial restart-delay 0
!
interface Serial4/4
no ip address
shutdown
serial restart-delay 0
!
interface Serial4/5
no ip address
shutdown
serial restart-delay 0
!
interface Serial4/6
no ip address
shutdown
serial restart-delay 0
!
interface Serial4/7
no ip address
shutdown
serial restart-delay 0
!
interface POS5/0
no ip address
shutdown
!
interface FastEthernet6/0
no ip address
shutdown
duplex half
!
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
gatekeeper
shutdown
!
!
telephony-service
max-ephones 2
max-dn 2
ip source-address 192.168.1.1 port 2000
create cnf-files version-stamp Jan 01 2002 00:00:00
max-conferences 4 gain -6
!
!
ephone-dn 1
number 1001
!
!
ephone-dn 2
number 1002
!
!
ephone 1
mac-address 0800.27D4.8FEE
type CIPC
button 1:1
!
!
!
ephone 2
mac-address 0800.27E7.5AE4
type CIPC
button 1:2
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
!
end

You might also like