I'm having some strange issues on my newly tagged intra-office QMOE VLAN connection. The first noticeable issue was Active Directory functions slowed down to a crawl. AD lookups became extremely sluggish (I have a DC at both locations on the same domain). The other issue happened with remote office and a couple of Mac's using Entourage to hit out Exchange 2003 server at the main office. Connections would time out. Other issues like ssh connection problems plague the connection as well.
Seems like there's an issue with encrypted traffic across the link. Based on the snippet of config below, does this seems like a Cisco thing, or Qwest thing?
Both sites have 2811 routers with 12.4(1a).
Main office config:
Branch office config:
Any insight would be GREATLY appreciated.
Seems like there's an issue with encrypted traffic across the link. Based on the snippet of config below, does this seems like a Cisco thing, or Qwest thing?
Both sites have 2811 routers with 12.4(1a).
Main office config:
Code:
interface FastEthernet0/1
description QMOE Tagged
no ip address
ip route-cache flow
duplex full
speed 100
no cdp enable
no mop enabled
!
interface FastEthernet0/1.220
encapsulation dot1Q 220
ip address 172.16.220.1 255.255.255.252
no snmp trap link-status
no cdp enable
Branch office config:
Code:
interface FastEthernet0/1
description QMOE Tagged
no ip address
ip route-cache flow
duplex full
speed 100
!
interface FastEthernet0/1.220
encapsulation dot1Q 220
ip address 172.16.220.2 255.255.255.252
no snmp trap link-status
no cdp enable
Any insight would be GREATLY appreciated.