SFP module inside module naming scheme. #20265
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make a model structure as such:
Aruba 5606R zl2 has 6 module bays: A-F. Inside those module bays, I install a switch module that has 8 SFP+ ports with the name {module}[1-8].
So we have slots A1, A2, A3 ... F8.
If I want to install an SFP module with an interface, I must name the interface {module}{module} in order to end up with a 5406 switch that has individual interfaces with the names A1, A2, etc.
But now I won't be able to install this same SFP module directly into a 48GE 4SFP+ switch, because that only has a single {module} name to fill in the template.
Do I seriously have to create 2 different kinds of SFP module - one to be able to insert directly into a switch, and another to be able to insert into a switch module that can in turn be inserted into a chassis? Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions