mhurley131
MIS
I'm in the process of writing a script that will create a 470 ascii config file. I have all of the code completed exept for one part of the Qos setup.
The new interface group is created, and each port of the 470 base switch is assigned to it. Now I need to add the cascade port. At the command prompt you can type :
show qos interface-assignments
and it will show each of the 24 ports, plus one more called port 50 IfIndex 514. I'm almost positive this is the index for the cascade down port. I tried assigning it to a group through the normal way:
qos if-assign-list add portlist 1/50 name (if-group)
but it comes back complaining its a bad port number.
Does anyone know how to do this?? It seems like it would be a common thing to do for this switch, but I cant find any documentation for it online. Thanks for the help.
The new interface group is created, and each port of the 470 base switch is assigned to it. Now I need to add the cascade port. At the command prompt you can type :
show qos interface-assignments
and it will show each of the 24 ports, plus one more called port 50 IfIndex 514. I'm almost positive this is the index for the cascade down port. I tried assigning it to a group through the normal way:
qos if-assign-list add portlist 1/50 name (if-group)
but it comes back complaining its a bad port number.
Does anyone know how to do this?? It seems like it would be a common thing to do for this switch, but I cant find any documentation for it online. Thanks for the help.