multiple fixes under agentStpSwitchConfigGroup in EdgeSwitch-SWITCHING-MIB (#7180)

Specifically:
  agentStpPortTable should be at agentStpSwitchConfigGroup.9, not .7
  agentStpCstConfigGroup should be at .10, not .8
  agentStpCstPortTable should be at .11, not .9
  agentStpMstTable should be at .12, not .10
  agentStpMstPortTable should be at .13, not .11
  agentStpMstVlanTable should be at .14, not .12
  agentStpBpduGuardMode should be at .7, not .13
  agentStpBpduFilterDefault should be at .8, not .14

  ...and agentStpPortHelloTime should exist at agentStpPortEntry.10
This commit is contained in:
J. Grizzard 2017-08-18 00:00:20 -07:00 committed by Neil Lathwood
parent 2da9ee7458
commit 3ed5aca8b4

View File

@ -6798,7 +6798,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"STP port table." "STP port table."
::= { agentStpSwitchConfigGroup 7 } ::= { agentStpSwitchConfigGroup 9 }
agentStpPortEntry OBJECT-TYPE agentStpPortEntry OBJECT-TYPE
SYNTAX AgentStpPortEntry SYNTAX AgentStpPortEntry
@ -6922,12 +6922,20 @@ agentPortMirrorTypeTable OBJECT-TYPE
A non-zero value indicates that BPDUs are to be sent on the specified port." A non-zero value indicates that BPDUs are to be sent on the specified port."
::= { agentStpPortEntry 9 } ::= { agentStpPortEntry 9 }
agentStpPortHelloTime OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The spanning-tree hello time for the specified port."
::= { agentStpPortEntry 10 }
--************************************************************************************** --**************************************************************************************
-- agentStpCstConfigGroup -- agentStpCstConfigGroup
-- --
--************************************************************************************** --**************************************************************************************
agentStpCstConfigGroup OBJECT IDENTIFIER ::= { agentStpSwitchConfigGroup 8 } agentStpCstConfigGroup OBJECT IDENTIFIER ::= { agentStpSwitchConfigGroup 10 }
agentStpCstHelloTime OBJECT-TYPE agentStpCstHelloTime OBJECT-TYPE
SYNTAX Unsigned32 SYNTAX Unsigned32
@ -7046,7 +7054,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"CIST port table." "CIST port table."
::= { agentStpSwitchConfigGroup 9 } ::= { agentStpSwitchConfigGroup 11 }
agentStpCstPortEntry OBJECT-TYPE agentStpCstPortEntry OBJECT-TYPE
SYNTAX AgentStpCstPortEntry SYNTAX AgentStpCstPortEntry
@ -7346,7 +7354,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"MST table." "MST table."
::= { agentStpSwitchConfigGroup 10 } ::= { agentStpSwitchConfigGroup 12 }
agentStpMstEntry OBJECT-TYPE agentStpMstEntry OBJECT-TYPE
SYNTAX AgentStpMstEntry SYNTAX AgentStpMstEntry
@ -7481,7 +7489,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"MST port table." "MST port table."
::= { agentStpSwitchConfigGroup 11 } ::= { agentStpSwitchConfigGroup 13 }
agentStpMstPortEntry OBJECT-TYPE agentStpMstPortEntry OBJECT-TYPE
SYNTAX AgentStpMstPortEntry SYNTAX AgentStpMstPortEntry
@ -7623,7 +7631,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"MST VLAN table." "MST VLAN table."
::= { agentStpSwitchConfigGroup 12 } ::= { agentStpSwitchConfigGroup 14 }
agentStpMstVlanEntry OBJECT-TYPE agentStpMstVlanEntry OBJECT-TYPE
SYNTAX AgentStpMstVlanEntry SYNTAX AgentStpMstVlanEntry
@ -7667,7 +7675,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
disable(2) - disables BPDU Guard Mode on the switch. disable(2) - disables BPDU Guard Mode on the switch.
The default status is disabled." The default status is disabled."
::= { agentStpSwitchConfigGroup 13 } ::= { agentStpSwitchConfigGroup 7 }
agentStpBpduFilterDefault OBJECT-TYPE agentStpBpduFilterDefault OBJECT-TYPE
@ -7685,7 +7693,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
disable(2) - disables BPDU Filter Mode on the switch. disable(2) - disables BPDU Filter Mode on the switch.
The default status is disabled." The default status is disabled."
::= { agentStpSwitchConfigGroup 14 } ::= { agentStpSwitchConfigGroup 8 }
--************************************************************************************** --**************************************************************************************
-- agentAuthenticationGroup -- agentAuthenticationGroup