CCTEXT-MIB

File: CCTEXT-MIB.mib (6722 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC APENT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
DisplayString TruthValue cctExt

Defined Types

APCctEntry  
SEQUENCE    
  apCctIfIndex Integer32
  apCctName DisplayString
  apCctDescription DisplayString
  apCctIfType INTEGER
  apCctState INTEGER
  apCctLinkCount Integer32
  apCctAclIndex Integer32
  apCctL2Redundancy INTEGER
  apCctIrdpUseLimitedBcast TruthValue
  apCctIrdpMaxInterval INTEGER
  apCctIrdpMinInterval INTEGER
  apCctIrdpLifetime INTEGER

Defined Values

apCctExtMib 1.3.6.1.4.1.2467.1.29.1
The MIB module used to describe the ArrowPoint Communications Circuit information
MODULE-IDENTITY    

apCctTable 1.3.6.1.4.1.2467.1.29.2
A list of information for the specified circuit.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    APCctEntry

apCctEntry 1.3.6.1.4.1.2467.1.29.2.1
A group of information to uniquely identify a circuit.
Status: current Access: not-accessible
OBJECT-TYPE    
  APCctEntry  

apCctIfIndex 1.3.6.1.4.1.2467.1.29.2.1.1
The unique if Index assigned to this circuit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apCctName 1.3.6.1.4.1.2467.1.29.2.1.2
The name of the circuit auto-generated by Circuit manager.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

apCctDescription 1.3.6.1.4.1.2467.1.29.2.1.3
The user defined description string associated with the circuit
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

apCctIfType 1.3.6.1.4.1.2467.1.29.2.1.4
The interface type of this circuit.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ethernet(6), ds1(18), console(22), ppp(23), ds3(30), frameRelay(32), ds0(81), ds0Bundle(82), pppMultilink(108), tunnel(1000), vlan(1001)  

apCctState 1.3.6.1.4.1.2467.1.29.2.1.5
The state of the circuit. Circuit is active if it has one or more active ports associated with it.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down-ipDisabled(0), active-ipDisabled(1), down-ipEnabled(2), active-ipEnabled(3)  

apCctLinkCount 1.3.6.1.4.1.2467.1.29.2.1.6
The number of logical links configured on this circuit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apCctAclIndex 1.3.6.1.4.1.2467.1.29.2.1.7
The ACL which is currently in use on the circuit.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

apCctL2Redundancy 1.3.6.1.4.1.2467.1.29.2.1.8
If enabled, this switch is configured to provide redundancy for this circuit with another switch. Only the active switch will actually receive and forward traffic; the second will be a hot backup.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

apCctIrdpUseLimitedBcast 1.3.6.1.4.1.2467.1.29.2.1.9
Enable/disable the use of the limited broadcast address 255.255.255.255 for the transmission of router discovery packets. Default is false (use multicast address 224.0.0.1). This parameter has no meaning if the link does not support multicast (255.255.255.255 will be used).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

apCctIrdpMaxInterval 1.3.6.1.4.1.2467.1.29.2.1.10
Maximum interval between advertisements (seconds). Default is 600 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 4..1800  

apCctIrdpMinInterval 1.3.6.1.4.1.2467.1.29.2.1.11
Minimum interval between advertisements (seconds). Default (0) means use 0.75 times max. If non-zero, this value must be less than apCctIrdpMax.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1800  

apCctIrdpLifetime 1.3.6.1.4.1.2467.1.29.2.1.12
Value placed in the lifetime field of a router advertisement. Default (0) means use 3 times the max. If non-zero, this value must be greater than apCctIrdpMax.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..9000