12-02-2021 06:18 AM
I am trying to trunk a 9500 to an existing 3850 stack. I believe this is possible, and I have tried the basic trunking configs. Are there any quirks that could help? I can not put up the config here due to the sensitivity of the traffic, but if anyone can help with basic setup configs and any additional things I can't think of, I'd greatly appreciate it.
Thank You
Robb
12-02-2021 06:32 AM
Its just standard config done many, depends on requirement here below example :
interface TwentyFiveGigE1/0/11
switchport trunk allowed vlan xx,xx,xx ( these are the VLAN allow in the port-channel)
switchport mode trunk
channel-group 1 mode active (this number can be anything)!
!
interface TwentyFiveGigE1/0/12
switchport trunk allowed vlan xx,xx,xx ( these are the VLAN allow in the port-channel)
switchport mode trunk
channel-group 1 mode active (this number can be anything)
end
interface Port-channel1
switchport trunk allowed vlan xx,xx,xx
switchport mode trunk
end
12-02-2021 06:37 AM
Ok, those are configs on the 9500?
I am trying to go from port 1/0/47 on the 9500 to ge5/1/3 on the 3850
desired end result would be to remote into the 3850 stack and be able to manage the 9500.
12-02-2021 06:52 AM
yes that give you idea, same config done at Cat 3850 side.
Are you looking to connect only 1 connection (trunk) then you do not need port-channel config.
if the Cat 9500 in Stackwise Virtual
Cat 3850 Stacked
This will give you resilence setup :
`
Cat 9500 Switch 1 connect to Cat 3850 master switch1
Cat 9500 Switch 2 connect to Cat 3850 master switch2
Only trunk :
Cat 9500
interface GigE1/0/47
switchport trunk allowed vlan xx,xx,xx ( these are the VLAN allow in the port-channel)
switchport mode trunk
Cat 3850
interface ge5/1/3
switchport trunk allowed vlan xx,xx,xx ( these are the VLAN allow in the port-channel)
switchport mode trunk
12-02-2021 07:13 AM
Thank you. I'll give this a shot. Very Helpful.
12-02-2021 07:26 AM
Let us know any issue happy to help, if all works close as resolved. (this is straight forward config)
12-02-2021 10:29 AM
Hello,
I think the 9500 switches come with 10/25/40/100 GigabitEthernet ports only (no 1 Gigabit). If you connect any of these ports to the 3850, make sure the speeds match (set the 'speed' interface command on the 9500 port that whatever speed the interface on the 3850 has)...
12-02-2021 10:52 AM
Hello
@skraps78 wrote:
I am trying to trunk a 9500 to an existing 3850 stack. I believe this is possible, and I have tried the basic trunking configs. Are there any quirks that could help?
I am trying to go from port 1/0/47 on the 9500 to ge5/1/3 on the 3850
desired end result would be to remote into the 3850 stack and be able to manage the 9500
What is the issue you are experiencing? -
Please confirm that the physical connection between the switch switches is active.
Do you really require a trunk or just ip connectivity between these two switches?
Sh int x/x switchport
Sh int x/x status
12-02-2021 11:09 AM
the connectivity is there. the ports are green. I'll have to ask if it NEEDS to be a trunk or just connectivity, But as stated before, desired end result is.... the 9500 needs to be able to be managed remotely THROUGH the 3850 stack. and they are in separate locations.
12-02-2021 12:02 PM
Hello,
remotely managed means you need to be able to reach the management IP address of the 9500 ?
If you are running anything else than the management Vlan on the 9500 (which is highly likely) you need to configure a trunk.
12-02-2021 12:59 PM
that connection only enabled layer2 connection between Cat 9500 to Cat3850, allow Manangement vlan to extend to Cat 3850
what ever Manangment vlan need to configure on Cat 3850 example :
config t
!
VLAN 100 (your management VLAN)
!
interface vlan 100
ip address x.x.x.x y.y.y.y ( your Manangment IP range)
no shutdown
!
default-gatway x.x.x.X ( towards Cat 9500 Management IP)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide