We have Cisco 3750E switches that are not using their switch stack ports. Walking these interface descriptions with MIB-II I see:
1.3.6.1.2.1.2.2.1.2.5179 = OCTET STRING: StackPort1
1.3.6.1.2.1.2.2.1.2.5180 = OCTET STRING: StackSub-St1-1
1.3.6.1.2.1.2.2.1.2.5181 = OCTET STRING: StackSub-St1-2
The StackSub ports show admin down - a good thing. The StackPort1 shows admin up/oper down, which, in our monitoring environment produces an alert.
questions:
1. how can I disable the StackPort1 interface to make it admin down? The command "switch 1 stack port 1 disable" did not work.
2. we use the ifAlias MIB attribute to identify a port that we don't want to monitor. how do you set the description of the StackPort1?
3. how do you show status of the StackPort1 interface? The command "show switch stack-ports summary" shows the physical ports and not the StackPort1.
thanks.
mel