CTRON-SFPS-PORT-MIB

File: CTRON-SFPS-PORT-MIB.mib (40053 bytes)

Imported modules

RFC-1212 RFC1213-MIB RFC1155-SMI
CTRON-SFPS-INCLUDE-MIB

Imported symbols

OBJECT-TYPE DisplayString Counter
TimeTicks Gauge sfpsPortConfig
sfpsPortStats sfpsPortAttributeTable sfpsPortAttributeAPI

Defined Types

SfpsSwitchPort  
INTEGER    

HexInteger  
INTEGER    

SfpsInPortConfigEntry  
SEQUENCE    
  sfpsInPortConfigPort SfpsSwitchPort
  sfpsInPortConfigAdminStatus INTEGER
  sfpsInPortConfigOperStatus INTEGER
  sfpsInPortConfigOperTime TimeTicks
  sfpsInPortConfigType INTEGER
  sfpsInPortConfigReservedBW INTEGER
  sfpsInPortConfigAllocBW INTEGER
  sfpsInPortConfigQoS INTEGER
  sfpsInPortConfigQSize INTEGER
  sfpsInPortConfigQLen Gauge
  sfpsInPortConfigSwitchId OCTET STRING
  sfpsInPortConfigMediaType INTEGER
  sfpsInPortConfigFrontPanelPort SfpsSwitchPort
  sfpsInPortConfigLinkStatus INTEGER
  sfpsInPortConfigLinkStateAge TimeTicks
  sfpsInPortConfigRouterPort INTEGER
  sfpsInPortConfigSlotNumber INTEGER
  sfpsInPortConfigMib2PortId INTEGER
  sfpsInPortConfigTopoAgent DisplayString
  sfpsInPortConfigLayer3Learning INTEGER

SfpsOutPortConfigEntry  
SEQUENCE    
  sfpsOutPortConfigPort SfpsSwitchPort
  sfpsOutPortConfigAdminStatus INTEGER
  sfpsOutPortConfigOperStatus INTEGER
  sfpsOutPortConfigOperTime TimeTicks
  sfpsOutPortConfigType INTEGER
  sfpsOutPortConfigReservedBW INTEGER
  sfpsOutPortConfigAllocBW INTEGER
  sfpsOutPortConfigQoS INTEGER
  sfpsOutPortConfigQSize INTEGER
  sfpsOutPortConfigQLen Gauge
  sfpsOutPortConfigSwitchId OCTET STRING
  sfpsOutPortConfigMediaType INTEGER
  sfpsOutPortConfigFrontPanelPort SfpsSwitchPort
  sfpsOutPortConfigLinkStatus INTEGER
  sfpsOutPortConfigLinkStateAge TimeTicks
  sfpsOutPortConfigRouterPort INTEGER
  sfpsOutPortConfigSlotNumber INTEGER
  sfpsOutPortConfigMib2PortId INTEGER

SfpsInPortStatsEntry  
SEQUENCE    
  sfpsInPortStatsPort SfpsSwitchPort
  sfpsInPortStatsAdminStatus INTEGER
  sfpsInPortStatsReset INTEGER
  sfpsInPortStatsOperTime TimeTicks
  sfpsInPortStatsPkts Counter
  sfpsInPortStatsDiscardPkts Counter
  sfpsInPortStatsBytes Counter
  sfpsInPortStatsDiscardBytes Counter
  sfpsInPortStatsQOverflows Counter
  sfpsInPortStatsLinkUps Counter
  sfpsInPortStatsLinkDowns Counter

SfpsOutPortStatsEntry  
SEQUENCE    
  sfpsOutPortStatsPort SfpsSwitchPort
  sfpsOutPortStatsAdminStatus INTEGER
  sfpsOutPortStatsReset INTEGER
  sfpsOutPortStatsOperTime TimeTicks
  sfpsOutPortStatsPkts Counter
  sfpsOutPortStatsDiscardPkts Counter
  sfpsOutPortStatsBytes Counter
  sfpsOutPortStatsDiscardBytes Counter
  sfpsOutPortStatsQOverflows Counter
  sfpsOutPortStatsLinkUps Counter
  sfpsOutPortStatsLinkDowns Counter

Defined Values

sfpsInPortConfigTable 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1
This table contains the configuration information of each configured inbound SFPS switch port. If SFPS is not configured on a port, than an entry will not exist.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SfpsInPortConfigEntry

sfpsInPortConfigEntry 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1
Each entry specifies the SFPS configuration for the SFPS inbound switch port for which the entry exists.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SfpsInPortConfigEntry  

sfpsInPortConfigPort 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.1
The primary index to the SFPS in port table. This identifies the inbound SFPS switch port for which the entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SfpsSwitchPort  

sfpsInPortConfigAdminStatus 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.2
Sets the administrative state of the SFPS inbound switch port for which the entry exists.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3), loopback(4)  

sfpsInPortConfigOperStatus 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.3
Indicates the current operating condition of the SFPS on the inbound switch port for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3), pending-disable(4), pending-enable(5), invalid-config(6), testing(7)  

sfpsInPortConfigOperTime 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.4
Indicates the elapsed time, in hundredths of a second, that sfpsInPortOperStatus has been in its current operational state on the SFPS inbound switch port for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsInPortConfigType 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.5
Sets the type of port access attribute for the inbound SFPS port for which the entry exists. Access ports allow single user or shared access and perform statisics and control; network ports are equivalent to trunk ports with no access control; host management port indicates the (virtual) port to which the (internal) management agent is attached; host control port indicates the port to redirect non-management packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), access-port(2), network-port(3), host-mgmt-port(4), host-ctl-port(5), unknown(6), going-to-access(7), hybrid-port(8), stand-by(9), network-only(10), accessOnly(11), raPrimary(12), uplink(13), fclStandby(14), loopStandby(15), raStandby(16), flood(17), uplinkFlood(18), downlinkFlood(19), unknown-ra-standby(20)  

sfpsInPortConfigReservedBW 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.6
Sets the amount of Bandwidth that is reserved for the inbound SFPS port for which this entry exists. This bandwidth is set aside for this port and may be given to another port if unused.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sfpsInPortConfigAllocBW 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.7
Sets the amount of Bandwidth that is allocated for the inbound SFPS port for which this entry exists. This bandwidth may be less than the reserved bandwidth.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsInPortConfigQoS 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.8
Sets the desired QoS service class for the inbound SFPS port for which this entry exists.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sfpsInPortConfigQSize 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.9
Indicates the maximum inbound queue size for this port. Size is indicated in packets (packet descriptors).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsInPortConfigQLen 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.10
Indicates the actual inbound queue size for this port. Size is indicated in packets (packet descriptors). This is a transient value that reflects the current depth of queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

sfpsInPortConfigSwitchId 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.11
This entry is the id of the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sfpsInPortConfigMediaType 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.12
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ethernet(1), fddi(2), atm-lec(3), token-ring(4), wan(5), inb(6), hcp(7), hdp(8), atm-svc(9), atm-pvc(10), unknown(11), atm-forum-lec(12), atm-forum-pvc(13), atm-forum-svc(14)  

sfpsInPortConfigFrontPanelPort 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.13
This represents the front panel physical port number
Status: mandatory Access: read-only
OBJECT-TYPE    
  SfpsSwitchPort  

sfpsInPortConfigLinkStatus 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.14
The link status of this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), linkUp(2), linkDown(3), link-N-A(4)  

sfpsInPortConfigLinkStateAge 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.15
Number of time ticks that link has been in this state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsInPortConfigRouterPort 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.16
Specifies whether this port is a router port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), router-port(2), no-router(3)  

sfpsInPortConfigSlotNumber 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.17
Slot number in the chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsInPortConfigMib2PortId 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.18
Mib2 Port id
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsInPortConfigTopoAgent 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.19
Topology Agent
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsInPortConfigLayer3Learning 1.3.6.1.4.1.52.4.2.4.2.1.2.1.1.1.22
Topology Agent
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), enabled(2), disabled(3)  

sfpsOutPortConfigTable 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2
This table contains the configuration information of each configured outbound SFPS switch port. If SFPS is not configured on a port, than an entry will not exist.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SfpsOutPortConfigEntry

sfpsOutPortConfigEntry 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1
Each entry specifies the SFPS configuration for the SFPS outbound switch port for which the entry exists.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SfpsOutPortConfigEntry  

sfpsOutPortConfigPort 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.1
The primary index to the SFPS in port table. This identifies the outbound SFPS switch port for which the entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SfpsSwitchPort  

sfpsOutPortConfigAdminStatus 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.2
Sets the administrative state of the SFPS outbound switch port for which the entry exists.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3), loopback(4)  

sfpsOutPortConfigOperStatus 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.3
Indicates the current operating condition of the SFPS on the outbound switch port for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3), pending-disable(4), pending-enable(5), invalid-config(6), testing(7)  

sfpsOutPortConfigOperTime 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.4
Indicates the elapsed time, in hundredths of a second, that sfpsOutPortOperStatus has been in its current operational state on the SFPS outbound switch port for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsOutPortConfigType 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.5
Sets the type of port access attribute for the outbound SFPS port for which the entry exists. Access ports allow single user or shared access and perform statisics and control; network ports are equivalent to trunk ports with no access control; host management port indicates the (virtual) port to which the (internal) management agent is attached; host control port indicates the port to redirect non-management packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), access-port(2), network-port(3), host-mgmt-port(4), host-ctl-port(5), unknown(6), going-to-access(7), hybrid-port(8), stand-by(9), network-only(10), accessOnly(11), raPrimary(12), standbyFCLConflict(13), standbyLoopedPort(14), standbyVersionConflict(15), standbyRANonPrimary(16), flood(17), uplinkFlood(18), downlinkFlood(19), unknown-ra-standby(20)  

sfpsOutPortConfigReservedBW 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.6
Sets the amount of Bandwidth that is reserved for the outbound SFPS port for which this entry exists. This bandwidth is set aside for this port and may be given to another port if unused.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sfpsOutPortConfigAllocBW 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.7
Sets the amount of Bandwidth that is allocated for the outbound SFPS port for which this entry exists. This bandwidth may be less than the reserved bandwidth.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsOutPortConfigQoS 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.8
Sets the desired QoS service class for the outbound SFPS port for which this entry exists.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sfpsOutPortConfigQSize 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.9
Indicates the maximum outbound queue size for this port. Size is indicated in packets (packet descriptors).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsOutPortConfigQLen 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.10
Indicates the actual outbound queue size for this port. Size is indicated in packets (packet descriptors). This is a transient value that reflects the current depth of queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

sfpsOutPortConfigSwitchId 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.11
This entry is id of the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sfpsOutPortConfigMediaType 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.12
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ethernet(1), fddi(2), atm-lec(3), token-ring(4), wan(5), inb(6), hcp(7), hdp(8), atm-encap(9), atm-pvc(10), unknown(11), atm-forum-lec(12), atm-forum-pvc(13), atm-forum-svc(14)  

sfpsOutPortConfigFrontPanelPort 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.13
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  SfpsSwitchPort  

sfpsOutPortConfigLinkStatus 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.14
The link status of this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), linkUp(2), linkDown(3), linkNA(4)  

sfpsOutPortConfigLinkStateAge 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.15
Number of time ticks that link has been in this state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsOutPortConfigRouterPort 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.16
Specifies whether this port is a router port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), router-port(2), no-router(3)  

sfpsOutPortConfigSlotNumber 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.17
Slot number in the chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsOutPortConfigMib2PortId 1.3.6.1.4.1.52.4.2.4.2.1.2.1.2.1.18
Mib2 Port id
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsInPortStatsTable 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1
This table contains the packet and byte counters for each inbound SFPS switch port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SfpsInPortStatsEntry

sfpsInPortStatsEntry 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1
Specifies the SFPS packet and byte counters for the inbound SFPS switch port for which this entry exists.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SfpsInPortStatsEntry  

sfpsInPortStatsPort 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1.1
The primary index to the SFPS port table. This identifies the SFPS inbound switch port for which the entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SfpsSwitchPort  

sfpsInPortStatsAdminStatus 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1.2
Sets the administrative state of the SFPS packet and byte counters on the inbound SFPS switch port for which this entry exists.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

sfpsInPortStatsReset 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1.3
Resets the SFPS packet and byte counters on the inbound SFPS switch port for which this entry exists.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), reset(2)  

sfpsInPortStatsOperTime 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1.4
Indicates the amount of time (# of time ticks) that the port-specific SFPS packet and byte counters have been active on the inbound SFPS switch port for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsInPortStatsPkts 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1.5
Indicates the total number of SFPS packets that have been received, during sfpsInPortStatsOpertime, on the inbound SFPS switch port for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsInPortStatsDiscardPkts 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1.6
Indicates the total number of SFPS packets that have been discarded (dropped), during sfpsInPortStatsOpertime, on the inbound SFPS switch port for which this entry exists
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsInPortStatsBytes 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1.7
Indicates the total number of SFPS bytes that have been received, during sfpsInPortStatsOperTime, on the inbound SFPS switch port for which the entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsInPortStatsDiscardBytes 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1.8
Indicates the total number of bytes in the SFPS packets that have been discarded (dropped), during sfpsInPortStatsOperTime, on the inbound SFPS switch port for which the entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsInPortStatsQOverflows 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1.9
Indicates the total number of queue overflow conditions have been experienced for the inbound SFPS switch port for which the entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsInPortStatsLinkUps 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1.10
The number of link ups that this port has seen.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsInPortStatsLinkDowns 1.3.6.1.4.1.52.4.2.4.2.1.2.2.1.1.11
The number of link downs that this port has seen.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsOutPortStatsTable 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2
This table contains the packet and byte counters for each outbound SFPS switch port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SfpsOutPortStatsEntry

sfpsOutPortStatsEntry 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1
Specifies the SFPS packet and byte counters for the outbound SFPS switch port for which this entry exists.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SfpsOutPortStatsEntry  

sfpsOutPortStatsPort 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1.1
The primary index to the SFPS port table. This identifies the SFPS outbound switch port for which the entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SfpsSwitchPort  

sfpsOutPortStatsAdminStatus 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1.2
Sets the administrative state of the SFPS packet and byte counters on the outbound SFPS switch port for which this entry exists.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

sfpsOutPortStatsReset 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1.3
Resets the SFPS packet and byte counters on the outbound SFPS switch port for which this entry exists.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), reset(2)  

sfpsOutPortStatsOperTime 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1.4
Indicates the amount of time (# of time ticks) that the port-specific SFPS packet and byte counters have been active on the outbound SFPS switch port for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsOutPortStatsPkts 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1.5
Indicates the total number of SFPS packets that have been received, during sfpsOutPortStatsOpertime, on the outbound SFPS switch port for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsOutPortStatsDiscardPkts 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1.6
Indicates the total number of SFPS packets that have been discarded (dropped), during sfpsOutPortStatsOpertime, on the outbound SFPS switch port for which this entry exists
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsOutPortStatsBytes 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1.7
Indicates the total number of SFPS bytes that have been received, during sfpsOutPortStatsOperTime, on the outbound SFPS switch port for which the entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsOutPortStatsDiscardBytes 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1.8
Indicates the total number of bytes in the SFPS packets that have been discarded (dropped), during sfpsOutPortStatsOperTime, on the outbound SFPS switch port for which the entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsOutPortStatsQOverflows 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1.9
Indicates the total number of queue overflow conditions have been experienced for the outbound SFPS switch port for which the entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsOutPortStatsLinkUps 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1.10
The number of link ups that this port has seen.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsOutPortStatsLinkDowns 1.3.6.1.4.1.52.4.2.4.2.1.2.2.2.1.11
The number of link downs that this port has seen.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sfpsPortAttributePort 1.3.6.1.4.1.52.4.2.4.2.1.2.1.9.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsPortAttributeAttributes 1.3.6.1.4.1.52.4.2.4.2.1.2.1.9.1.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  HexInteger  

sfpsPortAttributeLearnSelfArp 1.3.6.1.4.1.52.4.2.4.2.1.2.1.9.1.3
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER off(2), on(1)  

sfpsPortAttributeAPIVerb 1.3.6.1.4.1.52.4.2.4.2.1.2.1.9.2.1
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), resetAll(2), resetPort(3), enablePortAttr(4), disablePortAttr(5)  

sfpsPortAttributeAPIPort 1.3.6.1.4.1.52.4.2.4.2.1.2.1.9.2.2
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sfpsPortAttributeAPIAttribute 1.3.6.1.4.1.52.4.2.4.2.1.2.1.9.2.3
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(2), learnSelfArp(1)