07-14-2011 02:02 AM - edited 03-07-2019 01:12 AM
I am in the process of setting up a vocie lab.
I have three networks
172.16.1.0(Voice) - def gateway 172.16.1.1
172.16.2.0(Data) - def gateway 172.16.2.1
172.16.3.0(management vlan)
created in a 2621XM through dhcp pool.
I have the IP Phones hooked up to the Voice network 172.16.1.0 (Vlan 10) and a deskop in 172.16.2.0 ( vlan 50). The IP Phones just work fine having registed with the CME (172.16.1.1)
I can ping the router 172.16.2.1 from the server 172.16.2.11 and vice versa.
I am not able to ping the other network 172.16.1.0 from the Server (172.16.2.11).
Please help. Thanks for your invaluable time.
07-14-2011 02:30 AM
can you please post config of router
show run
thanks
07-14-2011 05:30 AM
Hi,
Please check if the SVI 2.1(source ping) is able to ping the SVI's of the other networks .
If this is successfull, please try a source ping to the end devices in the other vlans.
If the above mentioned case is occurring , one of these will fail.
Depending on this , we can decide whether it is a routing issue or some other config.
(please attach config as well)
HTH
/ Vivek
07-14-2011 06:36 AM
have you set a default gateway on your server 172.16.2.11 to point it to 172.16.2.1?
07-14-2011 10:55 AM
Here is router configuration. I thank your for valuable time....
VOICE_GATEWAY#show run
Building configuration...
Current configuration : 2026 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname VOICE_GATEWAY
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 172.16.1.1 172.16.1.10
ip dhcp excluded-address 172.16.2.1 172.16.2.10
!
ip dhcp pool VOICE
network 172.16.1.0 255.255.255.0
default-router 172.16.1.1
dns-server 4.2.2.2
option 150 ip 172.16.1.1
!
ip dhcp pool DATA
network 172.16.2.0 255.255.255.0
default-router 172.16.2.1
option 150 ip 172.16.1.1
!
!
no ip domain lookup
ip host SW1 172.16.3.2
multilink bundle-name authenticated
!
!
!
!
!
!
vlan internal allocation policy ascending
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 172.16.3.1 255.255.255.0
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 172.16.1.1 255.255.255.0
!
interface FastEthernet0/0.50
encapsulation dot1Q 50
ip address 172.16.2.1 255.255.255.0
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
router eigrp 109
network 172.16.0.0
auto-summary
!
!
ip http server
no ip http secure-server
!
!
!
control-plane
!
!
!
voice-port 1/0/0
!
voice-port 1/0/1
!
!
!
!
!
!
!
telephony-service
max-ephones 10
max-dn 10
ip source-address 172.16.1.1 port 2000
auto assign 1 to 5
auto assign 1 to 5 type 7940
max-conferences 4 gain -6
transfer-system full-consult
create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
ephone-dn 1 dual-line
number 1001
name Jason
!
!
ephone-dn 2 dual-line
number 1002
name Jensy
!
!
ephone 1
mac-address 0017.9538.84D9
type 7940
button 1:1
!
!
!
ephone 2
mac-address 0013.C44A.7CC0
type 7940
button 2:2
!
!
!
line con 0
password cisco
login
line aux 0
line vty 0 4
password cisco
login
!
!
end
VOICE_GATEWAY#
07-15-2011 01:41 AM
can you do extended ping to 172.16.2.1 with a source address of 172.16.1.1?
If you are unfamiliar with extended ping please look at link below for full explanation
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f22.shtml
have you checked the default gateway of the sever (172.16.2.11) is this set for 172.16.2.1?
07-16-2011 12:51 AM
Hi mcgowan,
Thanks for the response.
I checked the extended ping and I am able to do extended ping successfully from Source 172.16.1.1 to Target 172.16.2.1 but not to Target 172.16.2.11.... Do you think this is something to do with my desktop ? I have added exceptions in such a way to allow router requests to be accepted in the windows firewall(ICMP) in the desktop. Pls help
Thanks mate for your time....
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide