You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assumption:
Module Type A is installed in Module Bay of the Device X with Position define as 1)
Module Type A contains 2 Module Bays Position 0 (labeled 01/) and 2 (labeled 2/3)
Module Type B has 4 physical interface -- Installed in Position 0 in Module Type A
Expected Behavior when Installing the Module Type B in Module Type A on the Device X
ge-1/0/0
ge-1/0/1
ge-1/0/2
ge-1/0/3
BUT What I hope to create is the following -
ge-1/0/0
ge-1/0/1
ge-1/1/0
ge-1/1/1
As you noticed the middle portion is set to"0" for the first 2 ports and "1" on the next 2 ports, even though this Module Type B is installed in Module Type A position "0"
I am hoping for something in where we can manipulate value of the {module} placeholder and add +1 to it. So we can create the interface without name conflict issue and still retain the correct position.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Assumption:
Module Type A is installed in Module Bay of the Device X with Position define as 1)
Module Type A contains 2 Module Bays Position 0 (labeled 01/) and 2 (labeled 2/3)
Module Type B has 4 physical interface -- Installed in Position 0 in Module Type A
Expected Behavior when Installing the Module Type B in Module Type A on the Device X
ge-1/0/0
ge-1/0/1
ge-1/0/2
ge-1/0/3
BUT What I hope to create is the following -
ge-1/0/0
ge-1/0/1
ge-1/1/0
ge-1/1/1
As you noticed the middle portion is set to"0" for the first 2 ports and "1" on the next 2 ports, even though this Module Type B is installed in Module Type A position "0"
I am hoping for something in where we can manipulate value of the {module} placeholder and add +1 to it. So we can create the interface without name conflict issue and still retain the correct position.
ge-{module}/{module}/0
ge-{module}/{module}/1
ge-{module}/{module}+1/0
ge-{module}/{module}+1/1
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions