EdgeSwitch-QOS-AUTOVOIP-MIB

File: EdgeSwitch-QOS-AUTOVOIP-MIB.mib (10975 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
EdgeSwitch-QOS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 Unsigned32 TEXTUAL-CONVENTION
RowStatus InterfaceIndexOrZero InterfaceIndex
fastPathQOS

Defined Types

AgentAutoVoIPEntry  
SEQUENCE    
  agentAutoVoIPIntfIndex InterfaceIndex
  agentAutoVoIPProtocolMode INTEGER
  agentAutoVoIPOUIMode INTEGER
  agentAutoVoIPProtocolPortStatus INTEGER
  agentAutoVoIPOUIPortStatus INTEGER

AgentAutoVoIPOUIEntry  
SEQUENCE    
  agentAutoVoIPOUIIndex Integer32
  agentAutoVoIPOUI OCTET STRING
  agentAutoVoIPOUIDesc OCTET STRING
  agentAutoVoIPOUIRowStatus RowStatus

AgentAutoVoIPSessionEntry  
SEQUENCE    
  agentAutoVoIPSessionIndex INTEGER
  agentAutoVoIPSourceIP IpAddress
  agentAutoVoIPDestinationIP IpAddress
  agentAutoVoIPSourceL4Port INTEGER
  agentAutoVoIPDestinationL4Port INTEGER
  agentAutoVoIPProtocol INTEGER

Defined Values

fastPathQOSAUTOVOIP 1.3.6.1.4.1.4413.1.1.3.4
The MIB definitions for Quality of Service - VoIP Flex package.
MODULE-IDENTITY    

agentAutoVoIPCfgGroup 1.3.6.1.4.1.4413.1.1.3.4.1
OBJECT IDENTIFIER    

agentAutoVoIPVLAN 1.3.6.1.4.1.4413.1.1.3.4.1.1
The VLAN to which all VoIP traffic is mapped to.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

agentAutoVoIPOUIPriority 1.3.6.1.4.1.4413.1.1.3.4.1.2
The priority to which all VoIP traffic with known OUI is mapped to.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

agentAutoVoIPProtocolPriScheme 1.3.6.1.4.1.4413.1.1.3.4.1.3
The priotization scheme which is used to priritize the voice data.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER trafficClass(1), remark(2)  

agentAutoVoIPProtocolTcOrRemarkValue 1.3.6.1.4.1.4413.1.1.3.4.1.4
If 'agentAutoVoIPProtocolPriScheme' is traffic class, then the object 'agentAutoVoIPProtocolTcOrRemarkValue' is CoS Queue value to which all VoIP traffic is mapped to. if 'agentAutoVoIPProtocolPriScheme' is remark, then the object 'agentAutoVoIPProtocolTcOrRemarkValue' is 802.1p priority to which all VoIP traffic is remarked at the ingress port. This is used by Protocol based Auto VoIP
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7  

agentAutoVoIPTable 1.3.6.1.4.1.4413.1.1.3.4.1.5
A table providing configuration of Auto VoIP Profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentAutoVoIPEntry

agentAutoVoIPEntry 1.3.6.1.4.1.4413.1.1.3.4.1.5.1
Auto VoIP Profile configuration for a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentAutoVoIPEntry  

agentAutoVoIPIntfIndex 1.3.6.1.4.1.4413.1.1.3.4.1.5.1.1
This is a unique index for an entry in the agentAutoVoIPTable. A non-zero value indicates the ifIndex for the corresponding interface entry in the ifTable. A value of zero represents global configuration, which in turn causes all interface entries to be updated for a set operation, or reflects the most recent global setting for a get operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

agentAutoVoIPProtocolMode 1.3.6.1.4.1.4413.1.1.3.4.1.5.1.2
Enables / disables AutoVoIP Protocol profile on an interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentAutoVoIPOUIMode 1.3.6.1.4.1.4413.1.1.3.4.1.5.1.3
Enables / disables AutoVoIP OUI profile on an interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentAutoVoIPProtocolPortStatus 1.3.6.1.4.1.4413.1.1.3.4.1.5.1.4
AutoVoIP protocol profile operational status of an interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

agentAutoVoIPOUIPortStatus 1.3.6.1.4.1.4413.1.1.3.4.1.5.1.5
AutoVoIP OUI profile operational status of an interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

agentAutoVoIPOUITable 1.3.6.1.4.1.4413.1.1.3.4.1.6
A table providing configuration of Auto VoIP Profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentAutoVoIPOUIEntry

agentAutoVoIPOUIEntry 1.3.6.1.4.1.4413.1.1.3.4.1.6.1
Auto VoIP Profile OUI configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentAutoVoIPOUIEntry  

agentAutoVoIPOUIIndex 1.3.6.1.4.1.4413.1.1.3.4.1.6.1.1
The Auto VoIP OUI table index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..128  

agentAutoVoIPOUI 1.3.6.1.4.1.4413.1.1.3.4.1.6.1.2
The Organizationally Unique Identifier (OUI), as defined in IEEE std 802-2001, is a 24 bit (three octets) globally unique assigned number referenced by various standards, of the information received from the remote system.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(3)  

agentAutoVoIPOUIDesc 1.3.6.1.4.1.4413.1.1.3.4.1.6.1.3
The Description of the Organizationally Unique Identifier (OUI), as defined in IEEE std 802-2001(up to 32 characters)
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

agentAutoVoIPOUIRowStatus 1.3.6.1.4.1.4413.1.1.3.4.1.6.1.4
The row status variable is used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentAutoVoIPSessionTable 1.3.6.1.4.1.4413.1.1.3.4.1.7
A table providing configuration of Auto VoIP Profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentAutoVoIPSessionEntry

agentAutoVoIPSessionEntry 1.3.6.1.4.1.4413.1.1.3.4.1.7.1
Auto VoIP Session Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentAutoVoIPSessionEntry  

agentAutoVoIPSessionIndex 1.3.6.1.4.1.4413.1.1.3.4.1.7.1.1
The Auto VoIP session index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..127  

agentAutoVoIPSourceIP 1.3.6.1.4.1.4413.1.1.3.4.1.7.1.2
The source IP address of the VoIP session.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentAutoVoIPDestinationIP 1.3.6.1.4.1.4413.1.1.3.4.1.7.1.3
The destination IP address of the VoIP session.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentAutoVoIPSourceL4Port 1.3.6.1.4.1.4413.1.1.3.4.1.7.1.4
The source L4 Port of the VoIP session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

agentAutoVoIPDestinationL4Port 1.3.6.1.4.1.4413.1.1.3.4.1.7.1.5
The destination L4 Port of the VoIP session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

agentAutoVoIPProtocol 1.3.6.1.4.1.4413.1.1.3.4.1.7.1.6
The Protocol of the VoIP session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER