You are on page 1of 2

Site A

hostname Site_A
!
ip dhcp excluded-address 192.168.10.1
ip dhcp excluded-address 192.168.20.1
!
ip dhcp pool DATA
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
ip dhcp pool VOICE
network 192.168.20.0 255.255.255.0
default-router 192.168.20.1
option 150 ip 192.168.20.1
!
no ip domain-lookup
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
!
interface FastEthernet0/0.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
!
interface Serial0/0/0
ip address 10.10.10.1 255.255.255.252
clock rate 64000
!
!
router eigrp 10
network 10.10.10.0 0.0.0.3
network 192.168.10.0
network 192.168.20.0
auto-summary
!
dial-peer voice 2000 voip
destination-pattern 2...
session target ipv4:10.10.10.2
!
dial-peer voice 3000 voip
destination-pattern 3...
session target ipv4:20.20.20.2
!
telephony-service
max-ephones 5
max-dn 5
ip source-address 192.168.20.1 port 2000
auto assign 1 to 5
!
ephone-dn 1
number 1000
!
ephone-dn 2
number 1001
!
ephone-dn 3
number 1002
!
ephone-dn 4
number 1003
!
ephone-dn 5
number 1004
!
ephone 1
device-security-mode none
mac-address 000D.BDAE.C7E0
type 7960
button 1:1
!
ephone 2
device-security-mode none
mac-address 0060.5C53.1A24
type CIPC
button 1:2
!
ephone 3
device-security-mode none
mac-address 00E0.B040.1A01
type ata
button 1:3
!
end

You might also like