Fore-frf8-MIB

File: Fore-frf8-MIB.mib (26783 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Fore-Common-MIB
IF-MIB

Imported symbols

Counter32 Integer32 TimeTicks
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
RowStatus frameInternetworking atmSwitch
AtmAddress InterfaceIndex

Defined Types

Frf8ConnEntry  
SEQUENCE    
  frf8ConnFrServiceIfIndex InterfaceIndex
  frf8ConnDlci Integer32
  frf8ConnFabServiceIfIndex InterfaceIndex
  frf8ConnFabVpi Integer32
  frf8ConnFabVci Integer32
  frf8ConnRowStatus RowStatus
  frf8ConnProfileFrf8Index Integer32
  frf8ConnProfileEpdPpdIndex Integer32
  frf8ConnAtmAddrType INTEGER
  frf8ConnAtmAddress AtmAddress
  frf8ConnAtmSubAddrType INTEGER
  frf8ConnAtmSubAddress AtmAddress
  frf8ConnFrAddrType INTEGER
  frf8ConnFrAddress AtmAddress
  frf8ConnAdminStatus INTEGER
  frf8ConnOperStatus INTEGER
  frf8ConnCreationTime TimeTicks
  frf8ConnTimeChange TimeTicks
  frf8ConnPVCAlarmReason INTEGER
  frf8ConnAtmToFrPDUDiscards Counter32
  frf8ConnFrToAtmPDUDiscards Counter32
  frf8ConnAtmToFrUnkProts Counter32
  frf8ConnFrToAtmUnkProts Counter32
  frf8ConnAtmToFrArpNakDiscards Counter32

Frf8ProtEntry  
SEQUENCE    
  frf8ProtServiceIfIndex InterfaceIndex
  frf8ProtDlci Integer32
  frf8ProtProtocol INTEGER
  frf8ProtAtmToFrPdus Counter32
  frf8ProtAtmToFrOctets Counter32
  frf8ProtFrToAtmPdus Counter32
  frf8ProtFrToAtmOctets Counter32

Frf8OamF5Entry  
SEQUENCE    
  frf8OamF5ServiceIfIndex InterfaceIndex
  frf8OamF5VcDlci Integer32
  frf8OamF5AISRxCounter Counter32
  frf8OamF5AISTxCounter Counter32
  frf8OamF5RDIRxCounter Counter32
  frf8OamF5RDITxCounter Counter32

Defined Values

foreFrf8Module 1.3.6.1.4.1.326.1.16.2
This MIB module defines FR/ATM interworking tables. It gives means to create/remove a FR/ATM interworking connection and provides several statistics at connection level.
MODULE-IDENTITY    

frf8ConnTable 1.3.6.1.4.1.326.1.16.2.1
Table of cross connections between the frame relay and ATM Fabric connections
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Frf8ConnEntry

frf8ConnEntry 1.3.6.1.4.1.326.1.16.2.1.1
Entry in the frame relay/atm netmod crossconnect table
Status: current Access: not-accessible
OBJECT-TYPE    
  Frf8ConnEntry  

frf8ConnFrServiceIfIndex 1.3.6.1.4.1.326.1.16.2.1.1.1
Interface index of the Frame Relay service this connection exists on
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

frf8ConnDlci 1.3.6.1.4.1.326.1.16.2.1.1.2
DLCI of this connection on the frame relay service
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

frf8ConnFabServiceIfIndex 1.3.6.1.4.1.326.1.16.2.1.1.3
This is the IfIndex associated with the fabric pseudo atm service this connection is mapped to by the agent when this Frame Relay connection is created. This IfIndex can be converted to a BNP notation value through the ifIndexMapTable of the fore-switch MIB. That BNP value can be used to establish a connection accross the switching fabric by means of the FORE-switch MIB
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

frf8ConnFabVpi 1.3.6.1.4.1.326.1.16.2.1.1.4
This is the fabric VPI(equivalent to ivpi) of the ATM connection this frame relay/ATM connection is mapped to by the agent when this row is created. This VPI will be used to establish a connection accross the switching fabric by means of the FORE-switch MIB
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

frf8ConnFabVci 1.3.6.1.4.1.326.1.16.2.1.1.5
This is the fabric VCI (equivalent to ivci)of the ATM connection this frame relay connection is mapped to by the agent when this row is created. This VCI will be used to establish a connection accross the switching fabric by means of the FORE-switch MIB
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

frf8ConnRowStatus 1.3.6.1.4.1.326.1.16.2.1.1.6
This object is used for dynamic creation of entries in this table and all frame relay connection level tables. This object is also used to delete existing connection rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

frf8ConnProfileFrf8Index 1.3.6.1.4.1.326.1.16.2.1.1.7
the profileFrf8Index, in the fore-profile.mib
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

frf8ConnProfileEpdPpdIndex 1.3.6.1.4.1.326.1.16.2.1.1.8
The index of the EpdPpd Controller profile which contains: 1 ) Enable/disable the EPD for CLP=0 cells for a specific connection; 2 ) Enable/disable the EPD for CLP=1 cells for a specific connection; 3 ) Enable/disable the PPD for CLP=1 cells for a specific connection.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

frf8ConnAtmAddrType 1.3.6.1.4.1.326.1.16.2.1.1.9
Defines the address format of the ATM Service User end point
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER null(1), e164(2), nsap(3)  

frf8ConnAtmAddress 1.3.6.1.4.1.326.1.16.2.1.1.10
The destination ATM address to which this Virtual Circuit is connected.
Status: current Access: read-create
OBJECT-TYPE    
  AtmAddress  

frf8ConnAtmSubAddrType 1.3.6.1.4.1.326.1.16.2.1.1.11
Defines the sub-address format of the ATM Service User end point
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER null(1), e164(2), nsap(3)  

frf8ConnAtmSubAddress 1.3.6.1.4.1.326.1.16.2.1.1.12
The destination ATM subaddress to which this Virtual Circuit is connected.
Status: current Access: read-create
OBJECT-TYPE    
  AtmAddress  

frf8ConnFrAddrType 1.3.6.1.4.1.326.1.16.2.1.1.13
Defines the frame relay address format of the Frame Relay Service User end point
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER null(1), e164(2)  

frf8ConnFrAddress 1.3.6.1.4.1.326.1.16.2.1.1.14
The address to which the Frame Relay DLCI is connected.
Status: current Access: read-create
OBJECT-TYPE    
  AtmAddress  

frf8ConnAdminStatus 1.3.6.1.4.1.326.1.16.2.1.1.15
Indicates whether the particular virtual circuit is operational.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3)  

frf8ConnOperStatus 1.3.6.1.4.1.326.1.16.2.1.1.16
The current operational status of the interworking connection
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

frf8ConnCreationTime 1.3.6.1.4.1.326.1.16.2.1.1.17
The value of sysUpTime when the virtual circuit was created
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

frf8ConnTimeChange 1.3.6.1.4.1.326.1.16.2.1.1.18
The value of sysUpTime (MIB II) when last there was a change in the virtual circuit state
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

frf8ConnPVCAlarmReason 1.3.6.1.4.1.326.1.16.2.1.1.19
Defines the reason why the PVC entered/exited the alarmed condition.Defines if the SAC (service affect Condition) is caused/cleared by the Frame Relay network(frAlarmed/frClear), or by the ATM network (aisAlarmed/aisClear,rdiAlarmed/aisClear). The nodefect means no current SAC in either network. This object will be part of the frf8PVCAlarmTRAP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nodefect(1), frAlarmed(2), frClear(3), aisAlarmed(4), aisClear(5), rdiAlarmed(6), rdiClear(7)  

frf8ConnAtmToFrPDUDiscards 1.3.6.1.4.1.326.1.16.2.1.1.20
The number of PDU's coming from the ATM network to the FR network that are discarded by the interworking function
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8ConnFrToAtmPDUDiscards 1.3.6.1.4.1.326.1.16.2.1.1.21
The number of PDU's coming from the FR network to the ATM network that are discarded by the interworking function
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8ConnAtmToFrUnkProts 1.3.6.1.4.1.326.1.16.2.1.1.22
The number of PDU's received with an unknown protocol type by the interworking function from the ATM network
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8ConnFrToAtmUnkProts 1.3.6.1.4.1.326.1.16.2.1.1.23
The number of PDU's received with an unknown protocol type by the interworking function from the Frame Relay network
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8ConnAtmToFrArpNakDiscards 1.3.6.1.4.1.326.1.16.2.1.1.24
The number of AAL-5 ARP NAK PDU's that are discarded by the interworking function on this ATM VCC.If the iwf, interworking function receives an ATM ARP with opcode 10 (NAK), the ARP packet is discarde, since FR ARP does not support that opcode.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8ProtTable 1.3.6.1.4.1.326.1.16.2.2
The Objects associated with the protocols registered on a specific Virtual Circuit.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Frf8ProtEntry

frf8ProtEntry 1.3.6.1.4.1.326.1.16.2.2.1
The statistics entry for the Protocol Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Frf8ProtEntry  

frf8ProtServiceIfIndex 1.3.6.1.4.1.326.1.16.2.2.1.1
Interface index of the Frame Relay service this connection exists on.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

frf8ProtDlci 1.3.6.1.4.1.326.1.16.2.2.1.2
DLCI of this connection on the frame relay service.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

frf8ProtProtocol 1.3.6.1.4.1.326.1.16.2.2.1.3
The protocol(s) registered over this Virtual Circuit.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER prot8023withfcs(1), prot8023(2), prot8025withfcs(3), prot8025(4), ip(5), arp(6), ipx(7), sna(8), fddi(9), fddiwithfcs(10), x25x75(11), prot8026(12), routediso(13)  

frf8ProtAtmToFrPdus 1.3.6.1.4.1.326.1.16.2.2.1.4
The number of AAL-5 PDU's received by FRF.8 of this protocol type from ATM to FR network direction.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8ProtAtmToFrOctets 1.3.6.1.4.1.326.1.16.2.2.1.5
The number of AAL-5 octets received by FRF.8 of this protocol type from ATM to FR network direction.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8ProtFrToAtmPdus 1.3.6.1.4.1.326.1.16.2.2.1.6
The number of AAL-5 PDU's transmitted by FRF.8 of this protocol type from FR to ATM network direction.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8ProtFrToAtmOctets 1.3.6.1.4.1.326.1.16.2.2.1.7
The number of AAL-5 octets transmitted by FRF.8 of this protocol type from FR to ATM network direction.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8OamF5Table 1.3.6.1.4.1.326.1.16.2.3
The OAM statistics table on a VCC basis
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Frf8OamF5Entry

frf8OamF5Entry 1.3.6.1.4.1.326.1.16.2.3.1
An Entry in the OAM F5 statistics table on a VCC basis
Status: current Access: not-accessible
OBJECT-TYPE    
  Frf8OamF5Entry  

frf8OamF5ServiceIfIndex 1.3.6.1.4.1.326.1.16.2.3.1.1
Interface index of the Frame Relay service this connection exists on.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

frf8OamF5VcDlci 1.3.6.1.4.1.326.1.16.2.3.1.2
DLCI of this connection on the frame relay service.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

frf8OamF5AISRxCounter 1.3.6.1.4.1.326.1.16.2.3.1.3
Number of VC-AIS cells received since the PVC was brought into service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8OamF5AISTxCounter 1.3.6.1.4.1.326.1.16.2.3.1.4
Number of VC-AIS cells transmited since the PVC was brought into service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8OamF5RDIRxCounter 1.3.6.1.4.1.326.1.16.2.3.1.5
Number of VC-RDI cells received since the PVC was brought into service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8OamF5RDITxCounter 1.3.6.1.4.1.326.1.16.2.3.1.6
Number of VC-RDI cells transmited since the PVC was brought into service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frf8PVCStatus 1.3.6.1.4.1.326.2.2.0.2000
This trap indicates when an interworking PVC has experienced an alarmed condition, either on the ATM network side or Frame Relay side. Also it is generated when the PVC alarmed condition is cleared. It carries the opera tional status of the PVC by the frf8ConnOperStatus as well as the reason why exiting,entering or changing the alarmed state frf8ConnPVCAlarmReason. If the interworking PVC changes its status by a AdminStatus command (active/inactive/testing), causing the frf8ConnOperStatus to change (up/down), this trap will be generated with frf8ConnPVCAlarmReason set to 'nodefect'. This TRAP will give the support to manage defects that might occur in either Frame Relay network or ATM network, even if the PVC Operational Status is already down.
Status: current Access: read-only
NOTIFICATION-TYPE