Yesterday, I was given a c2811 router with the above mentioned module installed. Actually, the hardware configuration is as follows:
1 - WIC-1DSU-T1 V2
1 - VIC2-4FXO
1 - VIC2-2FXS
1 - NM-HD-2V
1 - HWIC-D-9ESW
IOS - AdvEnt K9 12.4-15T1
This is a great addition for me as I now have PoE capabilities! Hense the problem. When I plug the phone into one of the 9ESW (powered) ports, the phone powers up but does not see the dhcp server (router)!
My current VoIP router is a 1760V and my DHCP router is a VG200.
Building configuration...
Current configuration : 2586 bytes
!
! Last configuration change at 13:49:54 MDT Tue Jul 13 2010
! NVRAM config last updated at 13:49:57 MDT Tue Jul 13 2010
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Hermesz_R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
clock timezone MST -7
clock summer-time MDT recurring
no network-clock-participate slot 1
!
!
ip cef
!
!
!
multilink bundle-name authenticated
!
!
voice-card 0
no dspfarm
!
voice-card 1
no dspfarm
!
!
!
!
!
!
username ############### privilege 15 password 0 #########
archive
log config
hidekeys
!
!
!
!
!
!
interface FastEthernet0/0
description $ETH-LAN$
ip address #.#.#.# #.#.#.#
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface FastEthernet0/1.101
encapsulation dot1Q 101
ip address 10.10.11.20 255.255.255.224
ip nat inside
ip virtual-reassembly
!
interface FastEthernet0/1.107
encapsulation dot1Q 107
ip address 10.10.11.198 255.255.255.224
!
interface FastEthernet0/1/0
switchport access vlan 101
switchport voice vlan 107
!
interface FastEthernet0/1/1
switchport access vlan 101
switchport voice vlan 107
!
interface FastEthernet0/1/2
switchport access vlan 101
switchport voice vlan 107
!
interface FastEthernet0/1/3
switchport access vlan 101
switchport voice vlan 107
!
interface FastEthernet0/1/4
switchport access vlan 101
switchport voice vlan 107
shutdown
!
interface FastEthernet0/1/5
switchport mode trunk
shutdown
!
interface FastEthernet0/1/6
switchport mode trunk
shutdown
!
interface FastEthernet0/1/7
switchport access vlan 101
!
interface FastEthernet0/1/8
switchport mode trunk
!
interface Serial0/2/0
no ip address
shutdown
no fair-queue
!
interface Vlan1
no ip address
!
router ospf 1
log-adjacency-changes
passive-interface FastEthernet0/0
passive-interface Serial0/2/0
network 10.10.0.0 0.0.255.255 area 0
!
ip route 0.0.0.0 0.0.0.0 #.#.#.#
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/0 overload
!
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 10.10.11.0 0.0.0.31
!
!
!
!
!
!
control-plane
!
!
!
voice-port 0/3/0
!
voice-port 0/3/1
!
voice-port 0/3/2
!
voice-port 0/3/3
!
voice-port 1/0/0
!
voice-port 1/0/1
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
login local
line vty 5 988
login local
!
scheduler allocate 20000 1000
ntp server 64.183.56.58 key 0 prefer
!
webvpn cef
!
end
OSPF loads correctly and I am able to ping the VoIP router and the DHCP Router (both on VLAN 107) from the 2811.
What am I missing regarding this switch module????

John