All,
I am working on a configuration for a 2801 router that will have PoE Phones off of the HWIC card, as well as uplinking to a 3750 switch. The current network has a dedicated voice VLAN and a dedicated data VLAN. The current Data VLAN is 3 and the voice VLAN is 2.
I created the two VLANS and confirmed they are in place on the router:
VLAN ISL Id: 2
Name: Voice
Media Type: Ethernet
VLAN 802.10 Id: 100002
State: Operational
MTU: 1500
VLAN ISL Id: 3
Name: Data
Media Type: Ethernet
VLAN 802.10 Id: 100003
State: Operational
MTU: 1500
Here is the interface config I used for ports 0 through 7 on the router:
interface FastEthernet0/3/0
switchport access vlan 3
switchport voice vlan 2
end
The problem is that none of the ports are showing up in the voice vlan when I issue the show vlan-switch command:
1#show vlan-switch
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/3/8
2 Voice active
3 Data active Fa0/3/0, Fa0/3/1, Fa0/3/2, Fa0/3/3, Fa0/3/4, Fa0/3/5, Fa0/3/6, Fa0/3/7
1002 fddi-default active
1003 token-ring-default active
1004 fddinet-default active
1005 trnet-default active
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 1002 1003
2 enet 100002 1500 - - - - - 0 0
3 enet 100003 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 1 1003
1003 tr 101003 1500 1005 0 - - srb 1 1002
1004 fdnet 101004 1500 - - 1 ibm - 0 0
1005 trnet 101005 1500 - - 1 ibm - 0 0
I have the Vlan2 and Vlan3 interfaces configured with /25 IP Blocks on them as well. Currently there is nothing plugged in to the ports.
This is the first time I have ever worked with this type of card so I do not know if this is normal and the voice VLAN will kick in when they plug in a phone or if the configuration is incorrect.
Any help would be appreciated.