GSM7324-QOS-DIFFSERV-EXTENSIONS-MIB

File: GSM7324-QOS-DIFFSERV-EXTENSIONS-MIB.mib (17727 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
RFC1213-MIB DIFFSERV-MIB GSM7324-QOS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE OBJECT-IDENTITY
IpAddress Integer32 Unsigned32
TEXTUAL-CONVENTION RowStatus StorageType
MacAddress InetPortNumber DisplayString
IndexInteger IndexIntegerNextFree IfDirection
gsm7324QOS

Defined Types

IpPrecedence  
An IP Precedence value that may be used for marking a traffic stream.
TEXTUAL-CONVENTION    
  Integer32 0..7  

Cos  
The 802.1p header Class of Service field that may be used for marking a traffic streams. Also known as the Ethernet frame priority.
TEXTUAL-CONVENTION    
  Integer32 0..7  

CosOrAny  
The 802.1p header Class of Service field that may be used for discriminating among traffic streams. Also known as the Ethernet frame priority. The value -1 is used to indicate a wild card i.e. any value.
TEXTUAL-CONVENTION    
  Integer32 -1 | 0..7  

VlanIdOrAny  
The virtual LAN identifier (VLAN ID) that may be used to differentiate among traffic streams. The value -1 is used to indicate a wild card i.e. any value.
TEXTUAL-CONVENTION    
  Integer32 -1 | 1..4094  

AgentDiffServAuxMfClfrEntry  
SEQUENCE    
  agentDiffServAuxMfClfrId IndexInteger
  agentDiffServAuxMfClfrDstAddr IpAddress
  agentDiffServAuxMfClfrDstMask IpAddress
  agentDiffServAuxMfClfrSrcAddr IpAddress
  agentDiffServAuxMfClfrSrcMask IpAddress
  agentDiffServAuxMfClfrProtocol Unsigned32
  agentDiffServAuxMfClfrDstL4PortMin InetPortNumber
  agentDiffServAuxMfClfrDstL4PortMax InetPortNumber
  agentDiffServAuxMfClfrSrcL4PortMin InetPortNumber
  agentDiffServAuxMfClfrSrcL4PortMax InetPortNumber
  agentDiffServAuxMfClfrCos CosOrAny
  agentDiffServAuxMfClfrTos OCTET STRING
  agentDiffServAuxMfClfrTosMask OCTET STRING
  agentDiffServAuxMfClfrDstMac MacAddress
  agentDiffServAuxMfClfrDstMacMask MacAddress
  agentDiffServAuxMfClfrSrcMac MacAddress
  agentDiffServAuxMfClfrSrcMacMask MacAddress
  agentDiffServAuxMfClfrVlanId VlanIdOrAny
  agentDiffServAuxMfClfrStorage StorageType
  agentDiffServAuxMfClfrStatus RowStatus

AgentDiffServIpPrecMarkActEntry  
SEQUENCE    
  agentDiffServIpPrecMarkActPrecedence IpPrecedence

AgentDiffServCosMarkActEntry  
SEQUENCE    
  agentDiffServCosMarkActCos Cos

Defined Values

gsm7324QOSDiffServExtensions 1.3.6.1.4.1.4526.1.7.3.3
Tok_String
MODULE-IDENTITY    

agentDiffServMIBObjects 1.3.6.1.4.1.4526.1.7.3.3.1
OBJECT IDENTIFIER    

agentDiffServClassifier 1.3.6.1.4.1.4526.1.7.3.3.1.1
OBJECT IDENTIFIER    

agentDiffServAuxMfClfrNextFree 1.3.6.1.4.1.4526.1.7.3.3.1.1.1
This object contains an unused value for agentDiffServAuxMfClfrId , or a zero to indicate that none exist.
Status: current Access: read-only
OBJECT-TYPE    
  IndexIntegerNextFree  

agentDiffServAuxMfClfrTable 1.3.6.1.4.1.4526.1.7.3.3.1.1.2
A table of Auxiliary Multi-field Classifier filter entries that a system may use to identify IP traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDiffServAuxMfClfrEntry

agentDiffServAuxMfClfrEntry 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1
An IP Multi-field Classifier entry describes a single filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDiffServAuxMfClfrEntry  

agentDiffServAuxMfClfrId 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.1
An index that enumerates the Auxiliary MultiField Classifier filter entries. Managers obtain new values for row creation in this table by reading agentDiffServAuxMfClfrNextFree.
Status: current Access: not-accessible
OBJECT-TYPE    
  IndexInteger  

agentDiffServAuxMfClfrDstAddr 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.2
The IP address to match against the packet's destination IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

agentDiffServAuxMfClfrDstMask 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.3
This mask value identifies the portion of agentDiffServAuxMfClfrDstAddr that is compared against a packet. A non-contiguous mask value is permitted. A mask of 0 indicates a match of any address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

agentDiffServAuxMfClfrSrcAddr 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.4
The IP address to match against the packet's source IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

agentDiffServAuxMfClfrSrcMask 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.5
This mask value identifies the portion of agentDiffServAuxMfClfrSrcAddr that is compared against a packet. A non-contiguous mask value is permitted. A mask of 0 indicates a match of any address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

agentDiffServAuxMfClfrProtocol 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.6
The IP protocol to match against the IPv4 protocol number. A value of 255 means match all.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

agentDiffServAuxMfClfrDstL4PortMin 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.7
The minimum value that the layer-4 destination port number in the packet must have in order to match this classifier entry.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

agentDiffServAuxMfClfrDstL4PortMax 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.8
The maximum value that the layer-4 destination port number in the packet must have in order to match this classifier entry. This value must be equal to or greater than the value specified for this entry in agentDiffServAuxMfClfrDstL4PortMin.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

agentDiffServAuxMfClfrSrcL4PortMin 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.9
The minimum value that the layer-4 source port number in the packet must have in order to match this classifier entry.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

agentDiffServAuxMfClfrSrcL4PortMax 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.10
The maximum value that the layer-4 source port number in the packet must have in order to match this classifier entry. This value must be equal to or greater than the value specified for this entry in diffServMultiFieldClfrSrcL4PortMin.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

agentDiffServAuxMfClfrCos 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.11
Three-bit 802.1p priority field in the Ethernet frame used as a class-match parameter. A value of -1 indicates that a specific COS value has not been defined and thus all COS values are considered a match.
Status: current Access: read-create
OBJECT-TYPE    
  CosOrAny  

agentDiffServAuxMfClfrTos 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.12
IP TOS bits value, defined as all eight bits of the Service Type octet in the IPv4 header. There are multiple, overlapping, meanings of the TOS octet in use today: Precedence (bits 7-5): IP Precedence, values 0-7 DSCP (bits 7-2): IP DiffServ Code Point, values 0-63 TOS (bits 7-0): IP Type of Service, by bits, values 0-255 Each of these definitions can be produced using the appropriate agentDiffServAuxMfClfrTosMask mask value. These definitions are mutually-exclusive, so only one is allowed for any given classifier element.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

agentDiffServAuxMfClfrTosMask 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.13
IP TOS bits mask value. It identifies the portion of agentDiffServAuxMfClfrTos that is compared against a packet. A non-contiguous mask value is permitted. A mask of 0 indicates a match of any TOS value. There are multiple, overlapping meanings of the TOS octet in use today. These are represented by the following specific mask values: Precedence (bits 7-5): 224 (bit mask '11100000') DSCP (bits 7-2): 252 (bit mask '11111100') TOS (bits 7-0): 255 (bit mask '11111111') Other mask values are also permitted.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

agentDiffServAuxMfClfrDstMac 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.14
Destination MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

agentDiffServAuxMfClfrDstMacMask 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.15
Destination MAC address mask value. This mask value identifies the portion of agentDiffServAuxMfClfrDstMac that is compared against a packet. A non-contiguous mask value is permitted. A mask of 0 indicates a match of any MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

agentDiffServAuxMfClfrSrcMac 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.16
Source MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

agentDiffServAuxMfClfrSrcMacMask 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.17
Source MAC address mask value. This mask value identifies the portion of agentDiffServAuxMfClfrSrcMac that is compared against a packet. A non-contiguous mask value is permitted. A mask of 0 indicates a match of any MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

agentDiffServAuxMfClfrVlanId 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.18
VLAN ID value for the classifier. A value of -1 indicates that a specific VLAN ID value has not been defined and thus all VLAN ID values are considered a match.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrAny  

agentDiffServAuxMfClfrStorage 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.19
The storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

agentDiffServAuxMfClfrStatus 1.3.6.1.4.1.4526.1.7.3.3.1.1.2.1.20
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentDiffServAction 1.3.6.1.4.1.4526.1.7.3.3.1.2
OBJECT IDENTIFIER    

agentDiffServIpPrecMarkActTable 1.3.6.1.4.1.4526.1.7.3.3.1.2.4
This table enumerates specific IP Precedence values used for marking or remarking the Precedence field of IP packets. The entries of this table may be referenced by a diffServActionSpecific attribute.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDiffServIpPrecMarkActEntry

agentDiffServIpPrecMarkActEntry 1.3.6.1.4.1.4526.1.7.3.3.1.2.4.1
An entry in the IP Precedence mark action table that describes a single IP Precedence value used for marking.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDiffServIpPrecMarkActEntry  

agentDiffServIpPrecMarkActPrecedence 1.3.6.1.4.1.4526.1.7.3.3.1.2.4.1.1
The IP Precedence that this Action will store into the Precedence field of the IP packet. It is quite possible that the only packets subject to this Action are already marked with this IP Precedence. Note also that Differentiated Services processing may result in a packet being marked on both ingress to a network and on egress from it, and that ingress and egress can occur in the same router.
Status: current Access: read-only
OBJECT-TYPE    
  IpPrecedence  

agentDiffServCosMarkActTable 1.3.6.1.4.1.4526.1.7.3.3.1.2.2
This table enumerates specific Class of Service values used for marking or remarking the priority bits in the 802.1p header. The entries of this table may be referenced by a diffServActionSpecific attribute.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDiffServCosMarkActEntry

agentDiffServCosMarkActEntry 1.3.6.1.4.1.4526.1.7.3.3.1.2.2.1
An entry in the COS mark action table that describes a single Class of Service value used for marking.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDiffServCosMarkActEntry  

agentDiffServCosMarkActCos 1.3.6.1.4.1.4526.1.7.3.3.1.2.2.1.1
The Class of Service value that this Action will store into the priority bits of the 802.1p header. It is quite possible that the only packets subject to this Action are already marked with this COS value. COS packet marking occurs upon egress from the network node.
Status: current Access: read-only
OBJECT-TYPE    
  Cos