Virtual Chassis Interface naming, what is recommended to use? #5794
-
I'm adding Cisco switches that are in a VSS pair. Before configuring VSS, each switch has Te1/1-48. After configuring VSS the interfaces on the secondary switch become Te2/1-48. When I add the second switch to the virtual chassis in netbox, should I use Te1 or Te2 for defining interfaces? Or should I just scrap the config name of the interface and use 1-48? What's the general rule on this sort of thing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
My general rule is to name them how they're named when I'm configuring them. If you do a show run and they come up as Te2/1-48, then name them that on the device. |
Beta Was this translation helpful? Give feedback.
-
Before you create the virtual chassis, on the second device rename If you don't do this, then you'll end up with two interfaces with the same name (but different IDs in netbox and relating to different physical ports), which is very confusing. (*) assuming that the interfaces already exist, because you put them in the Device Type template. If you didn't do this, then just create interfaces |
Beta Was this translation helpful? Give feedback.
Before you create the virtual chassis, on the second device rename
Te1/[1-48]
toTe2/[1-48]
. There's a bulk interface rename function for that (*). Then combine them.If you don't do this, then you'll end up with two interfaces with the same name (but different IDs in netbox and relating to different physical ports), which is very confusing.
(*) assuming that the interfaces already exist, because you put them in the Device Type template. If you didn't do this, then just create interfaces
Te2/[1-48]
using interface create with a range pattern.