When I try enabling dot1q on a 2611 it will not communicate with the switch and/or anythig. Below is config. Used identical setup on 1841 and works great. Is there something special on a 2611 that needs to be anabled for this to work?
Switch
interface FastEthernet0/7
switchport mode trunk
switchport nonegotiate
speed 10
duplex full
mls qos trust cos
macro description cisco-router
spanning-tree portfast trunk
spanning-tree bpduguard enable
Router
interface ethernet0/1
no ip address
no ip route-cache
full-duplex
interface ethernet0/1.1
encapsulation dot1Q 1 native
ip address 192.168.26.28 255.255.255.0
no ip route-cache
no snmp trap link-status
IP of vlan 1 on switch is 192.168.26.34 255.255.255.0
Switch
interface FastEthernet0/7
switchport mode trunk
switchport nonegotiate
speed 10
duplex full
mls qos trust cos
macro description cisco-router
spanning-tree portfast trunk
spanning-tree bpduguard enable
Router
interface ethernet0/1
no ip address
no ip route-cache
full-duplex
interface ethernet0/1.1
encapsulation dot1Q 1 native
ip address 192.168.26.28 255.255.255.0
no ip route-cache
no snmp trap link-status
IP of vlan 1 on switch is 192.168.26.34 255.255.255.0