i am building a home Lab and HAVING TROUBLE doing it
i have
2811
catalyste 3750 PoE
2 x 7960 G
the 2811
Cisco 2811 (revision 49.46) with 249856K/12288K bytes of memory.
Processor board ID FHK1032F1CJ
2 FastEthernet interfaces
4 Voice FXO interfaces
12 Voice FXS interfaces
DRAM configuration is 64 bits wide with parity enabled.
239K bytes of non-volatile configuration memory.
62720K bytes of ATA CompactFlash (Read/Write)
================
HomeLab#show run
Building configuration...
Current configuration : 2061 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HomeLab
!
boot-start-marker
boot system flash c2800nm-spservicesk9-mz.124-3f.bin
boot system flash c2800nm-spservicesk9-mz.124-3f.bi
boot-end-marker
!
enable secret 5 $1$DxMf$vONNpxbFRr3DAoRVZPmwG1
!
no aaa new-model
!
resource policy
!
voice-card 0
no dspfarm
voice-card 1
dspfarm
!
ip subnet-zero
!
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 172.20.14.1
!
ip dhcp pool Voice
import all
network 172.20.14.0 255.255.255.0
default-router 172.20.14.1
option 150 ip 172.20.14.1
dns-server 4.2.2.2
!
ip dhcp pool Data
import all
network 172.20.15.0 255.255.255.0
default-router 172.20.15.1
dns-server 4.2.2.2
!
!
!
!
!
username admin password 0 Cisco
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.10
description voice interface
encapsulation dot1Q 2
ip address 172.20.14.1 255.255.255.0
no ip redirects
no ip unreachables
no snmp trap link-status
!
interface FastEthernet0/0.20
description Data interface
encapsulation dot1Q 3
ip address 172.20.15.1 255.255.255.0
no ip redirects
no ip unreachables
no snmp trap link-status
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
-
vlan-id dot1q 3
exit-vlan-config
!
!
ip classless
!
!
ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
voice-port 0/0/0
!
voice-port 0/0/1
!
voice-port 0/0/2
!
voice-port 0/0/3
!
voice-port 1/0/0
caller-id enable
!
voice-port 1/0/1
!
voice-port 1/0/2
!
voice-port 1/0/3
!
voice-port 1/0/14
!
voice-port 1/0/15
!
voice-port 1/0/16
!
voice-port 1/0/17
!
voice-port 1/0/18
!
voice-port 1/0/19
!
voice-port 1/0/20
!
voice-port 1/0/21
!
!
!
!
!
dial-peer voice 1000 pots
destination-pattern 1000
port 1/0/0
!
dial-peer voice 1001 pots
destination-pattern 1001
port 1/0/1
!
!
!
line con 0
login local
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
!
end
HomeLab#
Thanks again