10-07-2021 12:27 AM
Hello all.
I'm trying to figure out the max of ports you can use the command "no switchport" to make it a routed port for the Catalyst 9200 series. On the guides, it just says there's no software limitation of it but that's a very vague statement.
Any idea on that?
Solved! Go to Solution.
10-07-2021 02:14 AM - edited 10-07-2021 02:15 AM
Hello @gabrieldslacerda ,
each routed port is actually implemented by using an internal VLAN taken on the high part of the range 1-4094.
The routed port is actually emulated using an SVI on the internal VLAN allocated associating the physical port to the internal VLAN and adding all the commands needed to disable Spanning-tree.
So if your Cat 9200 supports up to 1000 VLAN (to make an example) and you have 48 ports you can have 48 routed ports using 48 different internal VLANs
Hope to help
Giuseppe
10-07-2021 12:36 AM - edited 10-07-2021 12:47 AM
Hi,
Just to understand,
You ask how many ports can be configure in range with the "no switchport" command?
for example:
int ra gi1/0/1-48
no switchport
If so:
The number of routed ports that you can configure is not limited by software. However, the interrelationship between this number and the number of other features being configured might impact CPU performance because of hardware limitations.
10-07-2021 01:11 AM
Indeed. Then you can make all 48 ports routed?
10-07-2021 01:18 AM - edited 10-07-2021 02:18 AM
@gabrieldslacerda wrote:Indeed. Then you can make all 48 ports routed?
@gabrieldslacerda correct.
10-07-2021 02:14 AM - edited 10-07-2021 02:15 AM
Hello @gabrieldslacerda ,
each routed port is actually implemented by using an internal VLAN taken on the high part of the range 1-4094.
The routed port is actually emulated using an SVI on the internal VLAN allocated associating the physical port to the internal VLAN and adding all the commands needed to disable Spanning-tree.
So if your Cat 9200 supports up to 1000 VLAN (to make an example) and you have 48 ports you can have 48 routed ports using 48 different internal VLANs
Hope to help
Giuseppe
10-07-2021 02:16 AM
Thanks, that's clear.
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