CTRON-SFPS-CALL-MIB

File: CTRON-SFPS-CALL-MIB.mib (22593 bytes)

Imported modules

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

Imported symbols

OBJECT-TYPE DisplayString TimeTicks
sfpsSap sfpsSapAPI sfpsCallByTuple
sfpsCallTableStats

Defined Types

HexInteger  
INTEGER    

SfpsSapTableEntry  
SEQUENCE    
  sfpsSapTableTag INTEGER
  sfpsSapTableHash INTEGER
  sfpsSapTableHashIndex INTEGER
  sfpsSapTableSourceCP DisplayString
  sfpsSapTableDestCP DisplayString
  sfpsSapTableSAP DisplayString
  sfpsSapTableOperStatus INTEGER
  sfpsSapTableAdminStatus INTEGER
  sfpsSapTableStateTime TimeTicks
  sfpsSapTableDescription DisplayString
  sfpsSapTableNumAccepted INTEGER
  sfpsSapTableNumDropped INTEGER
  sfpsSapTableUnicastSap INTEGER
  sfpsSapTableNVStatus INTEGER

SfpsCallByTupleEntry  
SEQUENCE    
  sfpsCallByTupleInPort INTEGER
  sfpsCallByTupleSrcHash INTEGER
  sfpsCallByTupleDstHash INTEGER
  sfpsCallByTupleHashIndex INTEGER
  sfpsCallByTupleBotSrcType DisplayString
  sfpsCallByTupleBotSrcAddress DisplayString
  sfpsCallByTupleBotDstType DisplayString
  sfpsCallByTupleBotDstAddress DisplayString
  sfpsCallByTupleTopSrcType DisplayString
  sfpsCallByTupleTopSrcAddress DisplayString
  sfpsCallByTupleTopDstType DisplayString
  sfpsCallByTupleTopDstAddress DisplayString
  sfpsCallByTupleCallProcName DisplayString
  sfpsCallByTupleCallTag HexInteger
  sfpsCallByTupleCallState DisplayString
  sfpsCallByTupleTimeRemaining TimeTicks

Defined Values

sfpsSapTable 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1
This table contains the registered (active) call processors indexed (indirectly) by address and address type supported.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SfpsSapTableEntry

sfpsSapTableEntry 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1
Each entry contains information pertaining to an active call processor.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SfpsSapTableEntry  

sfpsSapTableTag 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.1
A type tag used to sort and index the table entries.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsSapTableHash 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.2
A hash of the sfpsSapTableAddress used to identify the instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsSapTableHashIndex 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.3
A count of the non-unique sfpsSapTableAddress hashes used to identify the instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsSapTableSourceCP 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.4
The name of the call processor initiating the the SAP attempts for this particular SAP load.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsSapTableDestCP 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.5
The destination call processor that is registered for with this source call processor for the given SAP load.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsSapTableSAP 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.6
The value of the SAP in 0x format.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsSapTableOperStatus 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.7
Displays the Current OperStatus of the SAP entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsSapTableAdminStatus 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.8
Displays the Current AdminStatus of the SAP entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsSapTableStateTime 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.9
Total number of SFPSElements stored in NVRAM for persistence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsSapTableDescription 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.10
Text description of the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsSapTableNumAccepted 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.11
Number accepted by the SAP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsSapTableNumDropped 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.12
Number dropped by the SAP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsSapTableUnicastSap 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.13
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sfpsSapTableNVStatus 1.3.6.1.4.1.52.4.2.4.2.2.2.2.1.1.14
Status in NVRAM for persistence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3), unset(4)  

sfpsSapAPIVerb 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.1
1 - getStatus -- The default verb. When the SourceCP, DestCP, and SAP info are entered, this action will get the current AdminStatus, OperStatus, and NvramStatus. (Must perform a mo_get after setting the above info to actually get the status info) 2 - next -- Move to the next Entry in the SAP Table and Get the status. If this operation is successful, the verb will stay next, else it defaults to getStatus. 3 - first -- Jump back to the First Entry in the SAP Table. 4 - disable -- Disable the Current SAP Entry. This does not effect the Status of this Entry in Nvram. 5 - disableInNvram -- Set the Current SAP Entries status to Disabled in Nvram - This does not effect the Current Admin Status for this SAP Entry. 6 - enable -- Enable the Current SAP Entry. This does not effect the Status of this Entry in Nvram. 7 - enableInNvram -- Set the Current SAP Entries status to Enabled in Nvram - This does not effect the Current Admin Status for this SAP Entry. 8 - clearFromNvram -- Clear the Current SAP Entry from Nvram (if set). 9 - clearAllNvram -- Clear all SAP Entries from Nvram. 10 - resetStats -- Resets the Accepted/Dropped Stats for the Current/Entered SAP Entry. 11 - resetAllStats -- Resets the Accepted/Dropped Stats for all SAP Entries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER getStatus(1), next(2), first(3), disable(4), disableInNvram(5), enable(6), enableInNvram(7), clearFromNvram(8), clearAllNvram(9), resetStats(10), resetAllStats(11)  

sfpsSapAPISourceCP 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.2
The name of the call processor initiating the the SAP attempts for this particular SAP load.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sfpsSapAPIDestCP 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.3
The destination call processor that is registered for with this source call processor for the given SAP load.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sfpsSapAPISAP 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.4
Enter in the SAP for the desired SAP Entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sfpsSapAPINVStatus 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.5
Displays the Current Admin Status of this SAP Entry saved in Nvram.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3), unset(4)  

sfpsSapAPIAdminStatus 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.6
Displays the Current AdminStatus of the SAP Entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsSapAPIOperStatus 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.7
Displays the Current OperStatus of the SAP Entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsSapAPINvSet 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.8
Total number of entries stored in NVRAM for persistence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsSapAPINVTotal 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.9
Total number of entries allocated in NVRAM. The switch will always allocate enough space in NVRAM for the number of elements. That is, NvTotal will always be greater than or equal to NvSet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sfpsSapAPINumAccept 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.10
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsSapAPINvDiscard 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.11
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsSapAPIDefaultStatus 1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.12
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsCallByTupleTable 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1
This table contains the call tags, and call states indexed (indirectly) by switch tuple (in port, src address, dst address)
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SfpsCallByTupleEntry

sfpsCallByTupleEntry 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1
Each entry contains information pertaining to a call tag and its state.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SfpsCallByTupleEntry  

sfpsCallByTupleInPort 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.1
Port of the switch on which the packet associated with this call tag was seen.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsCallByTupleSrcHash 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.2
A hash of sfpsCallByTupleBotSrcAddress used to identify the instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsCallByTupleDstHash 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.3
A hash of sfpsCallByTupleTopDstAddress used to identify the instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsCallByTupleHashIndex 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.4
A count of non-unique sfpsCallByTupleSrcHash and sfpsCallByTupleDstHash pairs used to identify the instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsCallByTupleBotSrcType 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.5
The source address type of the lowest known protocol layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsCallByTupleBotSrcAddress 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.6
The source address value of the lowest known protocol layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsCallByTupleBotDstType 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.7
The destination address type of the lowest known protocol layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsCallByTupleBotDstAddress 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.8
The destination address value of the lowest known protocol layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsCallByTupleTopSrcType 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.9
The source address type of the highest learned protocol layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsCallByTupleTopSrcAddress 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.10
The source address value of the highest learned protocol layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsCallByTupleTopDstType 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.11
The destination address type of the highest learned protocol layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsCallByTupleTopDstAddress 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.12
The destination address value of the highest learned protocol layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsCallByTupleCallProcName 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.13
The name of the call processor responsible for all signaling for this packet/call tag.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsCallByTupleCallTag 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.14
The number used to reference this packet and its associated calls.
Status: mandatory Access: read-only
OBJECT-TYPE    
  HexInteger  

sfpsCallByTupleCallState 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.15
The current state of the packet in the call processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsCallByTupleTimeRemaining 1.3.6.1.4.1.52.4.2.4.2.2.5.1.5.1.1.16
The number of time ticks remaining before this entry's timer expires and it is removed from the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsCallTableStatsRam 1.3.6.1.4.1.52.4.2.4.2.2.5.1.6.1
The number of bytes used by the Call Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsCallTableStatsSize 1.3.6.1.4.1.52.4.2.4.2.2.5.1.6.2
The number of entries in the Call Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsCallTableStatsInUse 1.3.6.1.4.1.52.4.2.4.2.2.5.1.6.3
The current number of calls in use. A call goes into this table only if it is being blocked (waiting for resolve or sent new user).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsCallTableStatsMax 1.3.6.1.4.1.52.4.2.4.2.2.5.1.6.4
The maximum number of calls that the switch maintained.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsCallTableStatsTotMisses 1.3.6.1.4.1.52.4.2.4.2.2.5.1.6.5
The number of times that there were no calls available in the Call Table. This would be the number of calls that had to be dropped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsCallTableStatsMissStart 1.3.6.1.4.1.52.4.2.4.2.2.5.1.6.7
Time when last miss occurred
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsCallTableStatsMissStop 1.3.6.1.4.1.52.4.2.4.2.2.5.1.6.8
Time when missing stopped
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsCallTableStatsLastMiss 1.3.6.1.4.1.52.4.2.4.2.2.5.1.6.9
Number of calls dropped in last miss, also write 0 to files
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER