mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	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:
		
				
					committed by
					
						
						Neil Lathwood
					
				
			
			
				
	
			
			
			
						parent
						
							2da9ee7458
						
					
				
				
					commit
					3ed5aca8b4
				
			@@ -6798,7 +6798,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
 | 
			
		||||
         STATUS      current
 | 
			
		||||
         DESCRIPTION
 | 
			
		||||
                     "STP port table."
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 7 }
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 9 }
 | 
			
		||||
 | 
			
		||||
    agentStpPortEntry OBJECT-TYPE
 | 
			
		||||
         SYNTAX      AgentStpPortEntry
 | 
			
		||||
@@ -6922,12 +6922,20 @@ agentPortMirrorTypeTable OBJECT-TYPE
 | 
			
		||||
                     A non-zero value indicates that BPDUs are to be sent on the specified port."
 | 
			
		||||
         ::= { 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                      OBJECT IDENTIFIER ::= { agentStpSwitchConfigGroup 8 }
 | 
			
		||||
    agentStpCstConfigGroup                      OBJECT IDENTIFIER ::= { agentStpSwitchConfigGroup 10 }
 | 
			
		||||
 | 
			
		||||
    agentStpCstHelloTime OBJECT-TYPE
 | 
			
		||||
         SYNTAX      Unsigned32
 | 
			
		||||
@@ -7046,7 +7054,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
 | 
			
		||||
         STATUS      current
 | 
			
		||||
         DESCRIPTION
 | 
			
		||||
                     "CIST port table."
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 9 }
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 11 }
 | 
			
		||||
 | 
			
		||||
    agentStpCstPortEntry OBJECT-TYPE
 | 
			
		||||
         SYNTAX      AgentStpCstPortEntry
 | 
			
		||||
@@ -7346,7 +7354,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
 | 
			
		||||
         STATUS      current
 | 
			
		||||
         DESCRIPTION
 | 
			
		||||
                     "MST table."
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 10 }
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 12 }
 | 
			
		||||
 | 
			
		||||
    agentStpMstEntry OBJECT-TYPE
 | 
			
		||||
         SYNTAX      AgentStpMstEntry
 | 
			
		||||
@@ -7481,7 +7489,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
 | 
			
		||||
         STATUS      current
 | 
			
		||||
         DESCRIPTION
 | 
			
		||||
                     "MST port table."
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 11 }
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 13 }
 | 
			
		||||
 | 
			
		||||
    agentStpMstPortEntry OBJECT-TYPE
 | 
			
		||||
         SYNTAX      AgentStpMstPortEntry
 | 
			
		||||
@@ -7623,7 +7631,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
 | 
			
		||||
         STATUS      current
 | 
			
		||||
         DESCRIPTION
 | 
			
		||||
                     "MST VLAN table."
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 12 }
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 14 }
 | 
			
		||||
 | 
			
		||||
    agentStpMstVlanEntry OBJECT-TYPE
 | 
			
		||||
         SYNTAX      AgentStpMstVlanEntry
 | 
			
		||||
@@ -7667,7 +7675,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
 | 
			
		||||
                     disable(2) - disables BPDU Guard Mode on the switch.
 | 
			
		||||
 | 
			
		||||
                     The default status is disabled."
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 13 }
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 7 }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    agentStpBpduFilterDefault OBJECT-TYPE
 | 
			
		||||
@@ -7685,7 +7693,7 @@ agentPortMirrorTypeTable OBJECT-TYPE
 | 
			
		||||
                     disable(2) - disables BPDU Filter Mode on the switch.
 | 
			
		||||
 | 
			
		||||
                     The default status is disabled."
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 14 }
 | 
			
		||||
         ::= { agentStpSwitchConfigGroup 8 }
 | 
			
		||||
 | 
			
		||||
--**************************************************************************************
 | 
			
		||||
--    agentAuthenticationGroup
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user