VLAN configuration problem

Having problem with VLAN 200 in this configuration on a 1720 router with 4 port switch card. I cannot PING a laptop with ip address of

172.16.200.2 that is plugged into fa1/2. I can ping 172.16.200.1. Please let me know if I have a mistake or omission in my configuration. Thanks in advance for your help !!

sh run Building configuration...

Current configuration : 2825 bytes ! ! Last configuration change at 22:15:04 MST Sun Dec 18 2005 ! version 12.3 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname MTN-ROUTER ! boot-start-marker boot-end-marker ! enable secret 5 $1$brO9$7lzarXCjGjm4K2oG9WmmR. ! no aaa new-model ! resource policy ! clock timezone MST -7 clock summer-time MDT recurring mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ip subnet-zero ip cef ! ! no ip dhcp use vrf connected ip dhcp excluded-address 192.168.0.1 192.168.0.99 ip dhcp excluded-address 172.16.104.1 172.16.104.99 ip dhcp excluded-address 172.16.103.1 172.16.103.99 ! ip dhcp pool DATA network 192.168.0.0 255.255.255.0 default-router 192.168.0.2 dns-server 192.168.1.6 205.171.3.65 205.171.2.65 lease 30 ! ip dhcp pool SMI-WIRELESS network 172.16.104.0 255.255.255.0 dns-server 192.168.1.6 205.171.3.65 205.171.2.65 default-router 172.16.104.1 ! ip dhcp pool DECK-WIRELESS network 172.16.103.0 255.255.255.0 dns-server 192.168.1.6 205.171.3.65 205.171.2.65 default-router 172.16.103.1 ! ! no ip domain lookup no ftp-server write-enable ! ! ! ! interface FastEthernet0/0 no ip address speed auto full-duplex ! interface FastEthernet0/0.1 description Connection to DATA VLAN 1 ! interface FastEthernet0/0.103 description Connection to DECK-WIRELESS ! interface FastEthernet0/0.104 description Connection to SMI-WIRELESS ! interface FastEthernet0/0.200 description Connection to PHONE-SWITCH ! interface Serial0/0 description MTN WAN EDGE ip address 10.10.10.2 255.255.255.252 no fair-queue service-module t1 remote-alarm-enable ! interface FastEthernet1/1 description DATA VLAN 1 switchport mode trunk duplex full speed 100 ! interface FastEthernet1/2 description VOICE VLAN 200 switchport mode trunk duplex full speed 100 ! interface FastEthernet1/3 description DECK VLAN 103 duplex full speed 100 ! interface FastEthernet1/4 description LODGE VLAN 104 switchport mode trunk duplex full speed 100 ! interface Vlan1 description DATA VLAN ip address 192.168.0.2 255.255.255.0 ! interface Vlan103 description DECK VLAN ip address 172.16.103.1 255.255.255.0 ! interface Vlan104 description LODGE VLAN ip address 172.16.104.1 255.255.255.0 ! interface Vlan200 description VOICE VLAN ip address 172.16.200.1 255.255.255.0 ! router eigrp 1 redistribute static network 10.0.0.0 network 172.16.0.0 network 192.168.0.0 no auto-summary ! ip classless ip route 0.0.0.0 0.0.0.0 10.10.10.1 ip route 172.16.201.0 255.255.255.0 10.10.10.1 ! no ip http server ! snmp-server community public RO ! control-plane ! banner motd ^C No Unauthorized Access !!! ^C ! line con 0 line aux 0 line vty 0 4 password 7 071D2E4F4510 login ! ntp clock-period 17208123 ntp server 10.10.10.1 end

MTN-ROUTER#

Reply to
jayjay
Loading thread data ...

Hello,

your interface FastEthernet1/2 is configured as a trunk, do you have a switch connected to that port ? If you plug your laptop directly into the port, you might want to configure it as an access port:

interface FastEthernet1/2 description VOICE VLAN 200

--> switchport access vlan 200 duplex full speed 100

Can you try this and see if that makes a difference ?

Regards,

Naz

jayjay a =E9crit :

Reply to
nazgulero

Reply to
jayjay

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.