Hello,
I have a c3800 router as my GW to/from my corp network and test mgt network. On the 3800 router, I configured sub-interfaces for vlans 12-20 as router mgt in the test network. Interface g0/1 is connected to my 6509 in trunk mode for vlans 12-20. This has worked well for quite a few years, but now running into a few issues.
Issue 1:I’m obviously starting to see slow responsiveness and periodic timeouts, and looking at how I can change this without breaking my whole network. I’m guessing the "sub-interface" topology could be considered out of date?.
Issue 2:With the stated above, I also have a need to start putting data traffic (up to 500Mb/s) across the same vlans as they need to be routable from mgt network to analyzer applications that share the same ip/server address/vlans.
c6509 int config:
int g6/1
description 3800 Router g0/1
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 8,12-20 <<< vlan 8 is to my corp network and vlans 12-20 for test mgt network.
switchport mode trunk
switchport nonegotiate
no cdp enable
spanning-tree portfast trunk
***Note*** All of my c6509 switchport interfaces is configured as sw mode acc vlan (12-20) depending what mgt test gear is connected per vlan.
***Note*** The 6509 is the VTP Server for ten other Cisco switches (VTP clients) in my network where vlans 12-20 is connected via Trunk.
c3800 corp-network int config:int g0/0
description to corp network
ip address 10.15.8.2 255.255.255.0
ipv6 enable
no cdp enable
c3800 sub-interface config:int g0/1
description cisco6509 <<< main trunk connection to my test network where i have over 600 devices over vlans 12-20.
no ip address
no cdp enable
!
int g0/1.12
encapsulation dot1Q 12
ip address 10.15.12.1 255.255.255.0
no cdp enable
!
int g0/1.13
encapsulation dot1Q 13
ip address 10.15.13.1 255.255.255.0
no cdp enable
!
int g0/1.14
encapsulation dot1Q 14
ip address 10.15.14.1 255.255.255.0
no cdp enable
!
int g0/1.15
encapsulation dot1Q 15
ip address 10.15.15.1 255.255.255.0
no cdp enable
!
int g0/1.16
encapsulation dot1Q 16
ip address 10.15.16.1 255.255.255.0
no cdp enable
!
int g0/1.17
encapsulation dot1Q 17
ip address 10.15.17.1 255.255.255.0
no cdp enable
!
int g0/1.18
encapsulation dot1Q 18
ip address 10.15.18.1 255.255.255.0
no cdp enable
!
int g0/1.19
encapsulation dot1Q 19
ip address 10.15.19.1 255.255.255.0
no cdp enable
!
int g0/1.20
encapsulation dot1Q 20
ip address 10.15.20.1 255.255.255.0
no cdp enable
I have a c3800 router as my GW to/from my corp network and test mgt network. On the 3800 router, I configured sub-interfaces for vlans 12-20 as router mgt in the test network. Interface g0/1 is connected to my 6509 in trunk mode for vlans 12-20. This has worked well for quite a few years, but now running into a few issues.
Issue 1:I’m obviously starting to see slow responsiveness and periodic timeouts, and looking at how I can change this without breaking my whole network. I’m guessing the "sub-interface" topology could be considered out of date?.
Issue 2:With the stated above, I also have a need to start putting data traffic (up to 500Mb/s) across the same vlans as they need to be routable from mgt network to analyzer applications that share the same ip/server address/vlans.
c6509 int config:
int g6/1
description 3800 Router g0/1
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 8,12-20 <<< vlan 8 is to my corp network and vlans 12-20 for test mgt network.
switchport mode trunk
switchport nonegotiate
no cdp enable
spanning-tree portfast trunk
***Note*** All of my c6509 switchport interfaces is configured as sw mode acc vlan (12-20) depending what mgt test gear is connected per vlan.
***Note*** The 6509 is the VTP Server for ten other Cisco switches (VTP clients) in my network where vlans 12-20 is connected via Trunk.
c3800 corp-network int config:int g0/0
description to corp network
ip address 10.15.8.2 255.255.255.0
ipv6 enable
no cdp enable
c3800 sub-interface config:int g0/1
description cisco6509 <<< main trunk connection to my test network where i have over 600 devices over vlans 12-20.
no ip address
no cdp enable
!
int g0/1.12
encapsulation dot1Q 12
ip address 10.15.12.1 255.255.255.0
no cdp enable
!
int g0/1.13
encapsulation dot1Q 13
ip address 10.15.13.1 255.255.255.0
no cdp enable
!
int g0/1.14
encapsulation dot1Q 14
ip address 10.15.14.1 255.255.255.0
no cdp enable
!
int g0/1.15
encapsulation dot1Q 15
ip address 10.15.15.1 255.255.255.0
no cdp enable
!
int g0/1.16
encapsulation dot1Q 16
ip address 10.15.16.1 255.255.255.0
no cdp enable
!
int g0/1.17
encapsulation dot1Q 17
ip address 10.15.17.1 255.255.255.0
no cdp enable
!
int g0/1.18
encapsulation dot1Q 18
ip address 10.15.18.1 255.255.255.0
no cdp enable
!
int g0/1.19
encapsulation dot1Q 19
ip address 10.15.19.1 255.255.255.0
no cdp enable
!
int g0/1.20
encapsulation dot1Q 20
ip address 10.15.20.1 255.255.255.0
no cdp enable