G6-PORT-MIB

File: G6-PORT-MIB.mib (15707 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC MICROSENS-G6-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Counter32 enterprises
NOTIFICATION-TYPE DisplayString MacAddress
g6

Defined Types

ConfigEntry  
SEQUENCE    
  configPortIndex INTEGER
  configAlias DisplayString
  configPortOperation INTEGER
  configRole INTEGER
  configSpeed INTEGER
  configMtu INTEGER
  configLoopProtection INTEGER
  configAutoNegotiation INTEGER
  configFullDuplex INTEGER
  configFlowcontrol INTEGER
  configMdiMode INTEGER
  configEnergyEfficiency INTEGER
  configDualMediaMode INTEGER
  configAllowedOutgoingPorts INTEGER

MonitorEntry  
SEQUENCE    
  monitorIndex INTEGER
  monitorMode INTEGER
  monitorSource INTEGER
  monitorDestination Integer32

StatusEntry  
SEQUENCE    
  statusPortIndex INTEGER
  statusLinkUp INTEGER
  statusLastLinkChange DisplayString
  statusLinkState INTEGER
  statusRxActivity INTEGER
  statusTxActivity INTEGER
  statusMediaUsed INTEGER
  statusSpeedUsed INTEGER
  statusLoopedPort INTEGER
  statusFullDuplexUsed INTEGER
  statusFlowcontrolUsed INTEGER
  statusMdiUsed INTEGER
  statusEeeActive INTEGER
  statusBlockingAlgorithm BITS
  statusLearningAlgorithm BITS
  statusForwardingAlgorithm BITS
  statusUnauthorizedAlgorithm BITS

Defined Values

device 1.3.6.1.4.1.3181.10.6.1
Microsens private MIB for Generation 6 Ethernet Switches
MODULE-IDENTITY    

port 1.3.6.1.4.1.3181.10.6.1.81
OBJECT IDENTIFIER    

configTable 1.3.6.1.4.1.3181.10.6.1.81.1
This section defines the basic configuration parameter for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConfigEntry

configEntry 1.3.6.1.4.1.3181.10.6.1.81.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  ConfigEntry  

configPortIndex 1.3.6.1.4.1.3181.10.6.1.81.1.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..24  

configAlias 1.3.6.1.4.1.3181.10.6.1.81.1.1.2
Alternative descriptive port name, user defineable.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

configPortOperation 1.3.6.1.4.1.3181.10.6.1.81.1.1.3
Enables the port for operation. When disabled, port is shut down.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

configRole 1.3.6.1.4.1.3181.10.6.1.81.1.1.4
Defines is a port is a regular local user port or a link to the network. This setting is references in various sanity checks throughout the system. When in doubt leave at default setting.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(0), local(1), uplink(2), downlink(3)  

configSpeed 1.3.6.1.4.1.3181.10.6.1.81.1.1.5
When Auto-Negotiation is disabled sets the ports data rate to the selected speed. When Auto-Negotiation is enabled it determines the highest data rate advertised on port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ms10Mbit(0), ms100Mbit(1), ms1000Mbit(2), sfpAuto(3)  

configMtu 1.3.6.1.4.1.3181.10.6.1.81.1.1.6
MTU used only to have a place holder for SNMP ifTable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ms1522Byte(0), ms2048Byte(1), ms10240Byte(2)  

configLoopProtection 1.3.6.1.4.1.3181.10.6.1.81.1.1.7
Loop protection detects ethernet loops that can occur when cables are plugged in a way that the data send out of a port come back to the switch on another port. This will result in a data loop of endless packets. Such a loop condition seriously affects network performance and must be avoided.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

configAutoNegotiation 1.3.6.1.4.1.3181.10.6.1.81.1.1.8
Enables Auto-Negotiation mode. When Auto-Negotiation mode is enabled, the parameters speed, full_duplex and flow_control determine the advertised port abilites. When Auto-Negotiation is disabled, the parameters speed, full_duplex and flow_control determine the fixed port configuration. Auto-Negotiation is not available for fiber ports in 100 Mbps mode and must be switched off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

configFullDuplex 1.3.6.1.4.1.3181.10.6.1.81.1.1.9
When Auto-Negotiation is disabled sets port to full duplex operation (when disabled, port is in half duplex mode). When Auto-Negotiation is enabled, it determines the advertisement of full duplex capability.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

configFlowcontrol 1.3.6.1.4.1.3181.10.6.1.81.1.1.10
When Auto-Negotiation is disabled sets port into flow control mode. When Auto-Negotiation is enabled, it determines the advertisement of flow control capability. Flow control is only supported when port is in full duplex mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

configMdiMode 1.3.6.1.4.1.3181.10.6.1.81.1.1.11
Enables Auto MDI/MDI-X mode to automatically adapt port pinout to cable type used. When set to forced, port pinout is fixed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(0), forceMdiStd(1), forceMdix(2)  

configEnergyEfficiency 1.3.6.1.4.1.3181.10.6.1.81.1.1.12
Enable Energy Efficient Ethernet mode is only available for copper ports in 1000Base-T mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

configDualMediaMode 1.3.6.1.4.1.3181.10.6.1.81.1.1.13
Define media selection for dual media ports. This function is only available on ports with dual media Phy.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fiberPriority(0), copperPriority(1), forceFiber(2), forceCopper(3)  

configAllowedOutgoingPorts 1.3.6.1.4.1.3181.10.6.1.81.1.1.14
This bitmask may be used to limit the outgoing traffic to certain ports. This feature is also known as port based vlan. Syntax: slot/port, slot/port or use hex value for quick setup = 0x3f (ports 1-6)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

monitorTable 1.3.6.1.4.1.3181.10.6.1.81.2
Port monitoring is a test tool which permits reading data from on port on another port for trouble shooting purposes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MonitorEntry

monitorEntry 1.3.6.1.4.1.3181.10.6.1.81.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  MonitorEntry  

monitorIndex 1.3.6.1.4.1.3181.10.6.1.81.2.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

monitorMode 1.3.6.1.4.1.3181.10.6.1.81.2.1.2
Defines in which mode of port monitoring operation is used. Default is DISABLED for normal operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), txOnly(1), rxOnly(2), rxAndTx(3)  

monitorSource 1.3.6.1.4.1.3181.10.6.1.81.2.1.3
Source port(2) of which the traffic is to be monitored. CLI Syntax: 1/1 for first port. 1/1,1/3 for first and third port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

monitorDestination 1.3.6.1.4.1.3181.10.6.1.81.2.1.4
Port on which the traffic monitored on the source port shall be copied to. Normally a network sniffer is connected to this port. Please observe that possibly the VLAN setting of the destination port must match the that of the monitored ports. CLI Syntax: 1/1 for first port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

portRestartPort 1.3.6.1.4.1.3181.10.6.1.81.3
This function may be used to briefly disabled and enable the port. This may be used to restart port authentication for example. Please supply port number as parameter. The shorthand port format like 1 for 1/1 may be used. Syntax examples: restart_port = 1/2,1/5.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

portUplinkPorts 1.3.6.1.4.1.3181.10.6.1.81.100
Indicates which port(s) are connected to the network. The setting is derived from default setting and may be overridden by port.role setting.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portDownlinkPorts 1.3.6.1.4.1.3181.10.6.1.81.101
Indicates to which port(s) a downstream switch is connected. The setting is derived from default setting and may be overridden by port.role setting.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

statusTable 1.3.6.1.4.1.3181.10.6.1.81.102
This status table indicates current port status and (negotiated) settings. It also displays if a port is logically blocked due to a certain protocol condition.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StatusEntry

statusEntry 1.3.6.1.4.1.3181.10.6.1.81.102.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  StatusEntry  

statusPortIndex 1.3.6.1.4.1.3181.10.6.1.81.102.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..31  

statusLinkUp 1.3.6.1.4.1.3181.10.6.1.81.102.1.2
False: Link is down, True: Link is up. For dual media ports this indicates the status of the active media.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

statusLastLinkChange 1.3.6.1.4.1.3181.10.6.1.81.102.1.3
Time when the link_up status changed the last time. Value may appear illogical if the system time is not properly set.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

statusLinkState 1.3.6.1.4.1.3181.10.6.1.81.102.1.4
Logical port status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER linkDown(0), blocking(1), learning(2), forwarding(3), unauthVlan(4)  

statusRxActivity 1.3.6.1.4.1.3181.10.6.1.81.102.1.5
Indicates true when data activity on the receiver is detected.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

statusTxActivity 1.3.6.1.4.1.3181.10.6.1.81.102.1.6
Indicates true when data activity on the transmitter is detected.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

statusMediaUsed 1.3.6.1.4.1.3181.10.6.1.81.102.1.7
indicates which media is used for dual media ports
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), copper(1), fiber(2)  

statusSpeedUsed 1.3.6.1.4.1.3181.10.6.1.81.102.1.8
Actual (negotiated) port data rate.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(0), ms10Mbit(1), ms100Mbit(2), ms1000Mbit(3)  

statusLoopedPort 1.3.6.1.4.1.3181.10.6.1.81.102.1.9
Usually empty. When a port loop is detected through loop protection function then the looped port is indicated here.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

statusFullDuplexUsed 1.3.6.1.4.1.3181.10.6.1.81.102.1.10
False: Half duplex, True: Full duplex.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), full(1), half(2)  

statusFlowcontrolUsed 1.3.6.1.4.1.3181.10.6.1.81.102.1.11
False: No flow control, True: Use flow control.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

statusMdiUsed 1.3.6.1.4.1.3181.10.6.1.81.102.1.12
False: MDI pinout, True: MDI-X pinout.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

statusEeeActive 1.3.6.1.4.1.3181.10.6.1.81.102.1.13
When true Energy Efficent Ethernet is supported by both ends of the link and is active.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

statusBlockingAlgorithm 1.3.6.1.4.1.3181.10.6.1.81.102.1.14
Flags indicate blocking request by which algorithm per port.
Status: current Access: read-only
OBJECT-TYPE    
  BITS portIsEnabled(0), ms8021xApplies(1), rstpApplies(2), ringApplies(3), couplingApplies(4), loopPreventionApplies(5), macAuthApplies(6), bpduGuardApplies(7), dhcpFilterApplies(8)  

statusLearningAlgorithm 1.3.6.1.4.1.3181.10.6.1.81.102.1.15
Flags indicate learning request by which algorithm per port.
Status: current Access: read-only
OBJECT-TYPE    
  BITS portIsEnabled(0), ms8021xApplies(1), rstpApplies(2), ringApplies(3), couplingApplies(4), loopPreventionApplies(5), macAuthApplies(6), bpduGuardApplies(7), dhcpFilterApplies(8)  

statusForwardingAlgorithm 1.3.6.1.4.1.3181.10.6.1.81.102.1.16
Flags indicate forwarding request by which algorithm per port.
Status: current Access: read-only
OBJECT-TYPE    
  BITS portIsEnabled(0), ms8021xApplies(1), rstpApplies(2), ringApplies(3), couplingApplies(4), loopPreventionApplies(5), macAuthApplies(6), bpduGuardApplies(7), dhcpFilterApplies(8)  

statusUnauthorizedAlgorithm 1.3.6.1.4.1.3181.10.6.1.81.102.1.17
Flags indicate use of unauthorized vlan request by which algorithm per port.
Status: current Access: read-only
OBJECT-TYPE    
  BITS portIsEnabled(0), ms8021xApplies(1), rstpApplies(2), ringApplies(3), couplingApplies(4), loopPreventionApplies(5), macAuthApplies(6), bpduGuardApplies(7), dhcpFilterApplies(8)