-- Version 2.15.1.2, Modified 2001-07-13 16:38:16-04 -- MIB for QOS-PP QOS-PP-OPT-MIB DEFINITIONS ::= BEGIN IMPORTS IpAddress FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; codex OBJECT IDENTIFIER ::= { enterprises 449 } cdxProductSpecific OBJECT IDENTIFIER ::= { codex 2 } cdx6500 OBJECT IDENTIFIER ::= { cdxProductSpecific 1 } cdx6500Configuration OBJECT IDENTIFIER ::= { cdx6500 2 } cdx6500CfgGeneralGroup OBJECT IDENTIFIER ::= { cdx6500Configuration 2 } cdx6500QoSPPConfiguration OBJECT IDENTIFIER ::= { cdx6500CfgGeneralGroup 30 } cdx6500QoSPPCfgTables OBJECT IDENTIFIER ::= { cdx6500QoSPPConfiguration 1 } cdx6500Statistics OBJECT IDENTIFIER ::= { cdx6500 3 } cdx6500StatNetworkSvcsGroup OBJECT IDENTIFIER ::= { cdx6500Statistics 4 } DisplayString ::= OCTET STRING -- This data type is used to model textual information taken -- from the NVT ASCII character set. By convention, objects -- with this syntax are declared as having SIZE (0..255) -- The QoS PP General Parameters Table cdx6500QoSPPCfgGeneralParamTable OBJECT-TYPE SYNTAX cdx6500QoSPPCfgGeneralParamTable ACCESS read-only STATUS mandatory DESCRIPTION "This table contains QoS-PP General Parameters that could be configured to limit the extent of memory/CPU usage by QoS features." ::= { cdx6500QoSPPCfgTables 1 } QoSPPMaxNumberOfIPFlows OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the maximum number of IP flows allowed for the node across all the configured protocol priority profiles." DEFVAL { 100 } ::= { cdx6500QoSPPCfgGeneralParamTable 1 } QoSPPMaxNumberOfIPXFlows OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the maximum number of IPX flows allowed for the node across all the configured protocol priority profiles." DEFVAL { 10 } ::= { cdx6500QoSPPCfgGeneralParamTable 2 } QoSPPProtocolPriorityProfileTableSize OBJECT-TYPE SYNTAX INTEGER (1..100) ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the size of protocol priority table." DEFVAL { 10 } ::= { cdx6500QoSPPCfgGeneralParamTable 3 } QoSPPMaxNumberOfServiceChannels OBJECT-TYPE SYNTAX INTEGER (1..100) ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the maximum number of service channels allowed for the node. Each protocol priority enabled application (like LCON) will be associated with a service channel." DEFVAL { 10 } ::= { cdx6500QoSPPCfgGeneralParamTable 4 } QoSPPMaxNumberOfServiceQueues OBJECT-TYPE SYNTAX INTEGER (1..1000) ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the maximum number of service queues allowed for the node. Each class in each protocol priority enabled application (like LCON) will be associated with a service queue." DEFVAL { 150 } ::= { cdx6500QoSPPCfgGeneralParamTable 5 } -- The QOS PP Protocol Priority Profile Configuration Table cdx6500QoSPPCfgPPPTable OBJECT-TYPE SYNTAX SEQUENCE OF Cdx6500QoSPPCfgPPPTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table for all of protocol priority profile parameters." ::= { cdx6500QoSPPCfgTables 2 } cdx6500QoSPPCfgPPPTableEntry OBJECT-TYPE SYNTAX Cdx6500QoSPPCfgPPPTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entries for Protocol Priority Profile Table" INDEX { QoSPPCfgPPPEntryNumber } ::= { cdx6500QoSPPCfgPPPTable 1 } Cdx6500QoSPPCfgPPPTableEntry ::= SEQUENCE { QoSPPCfgPPPEntryNumber INTEGER, QoSPPCfg_1_ProtocolType INTEGER, QoSPPCfg_1_IPPrecedenceOption INTEGER, QoSPPCfg_1_IncomingIPPrecedence INTEGER, QoSPPCfg_1_OutgoingIPPrecedence INTEGER, QoSPPCfg_1_SourceIPAddress IpAddress, QoSPPCfg_1_SourceIPAddressMask IpAddress, QoSPPCfg_1_DestinationIPAddress IpAddress, QoSPPCfg_1_DestinationIPAddressMask IpAddress, QoSPPCfg_1_IPProtocolNumber INTEGER, QoSPPCfg_1_IPSourcePortNumber INTEGER, QoSPPCfg_1_IPDestinationPortNumber INTEGER, QoSPPCfg_1_IPOrderOfMatch INTEGER, QoSPPCfg_1_IPXDestinationNetwork OCTET STRING, QoSPPCfg_1_IPXDestinationNode DisplayString, QoSPPCfg_1_IPXPacketType INTEGER, QoSPPCfg_1_IPXSocketNumber DisplayString, QoSPPCfg_1_IPXOrderOfMatch INTEGER, QoSPPCfg_1_TBHigherLayerProtocol INTEGER, QoSPPCfg_1_TrafficClass INTEGER, QoSPPCfg_2_ProtocolType INTEGER, QoSPPCfg_2_IPPrecedenceOption INTEGER, QoSPPCfg_2_IncomingIPPrecedence INTEGER, QoSPPCfg_2_OutgoingIPPrecedence INTEGER, QoSPPCfg_2_SourceIPAddress IpAddress, QoSPPCfg_2_SourceIPAddressMask IpAddress, QoSPPCfg_2_DestinationIPAddress IpAddress, QoSPPCfg_2_DestinationIPAddressMask IpAddress, QoSPPCfg_2_IPProtocolNumber INTEGER, QoSPPCfg_2_IPSourcePortNumber INTEGER, QoSPPCfg_2_IPDestinationPortNumber INTEGER, QoSPPCfg_2_IPOrderOfMatch INTEGER, QoSPPCfg_2_IPXDestinationNetwork OCTET STRING, QoSPPCfg_2_IPXDestinationNode DisplayString, QoSPPCfg_2_IPXPacketType INTEGER, QoSPPCfg_2_IPXSocketNumber DisplayString, QoSPPCfg_2_IPXOrderOfMatch INTEGER, QoSPPCfg_2_TBHigherLayerProtocol INTEGER, QoSPPCfg_2_TrafficClass INTEGER, QoSPPCfg_3_ProtocolType INTEGER, QoSPPCfg_3_IPPrecedenceOption INTEGER, QoSPPCfg_3_IncomingIPPrecedence INTEGER, QoSPPCfg_3_OutgoingIPPrecedence INTEGER, QoSPPCfg_3_SourceIPAddress IpAddress, QoSPPCfg_3_SourceIPAddressMask IpAddress, QoSPPCfg_3_DestinationIPAddress IpAddress, QoSPPCfg_3_DestinationIPAddressMask IpAddress, QoSPPCfg_3_IPProtocolNumber INTEGER, QoSPPCfg_3_IPSourcePortNumber INTEGER, QoSPPCfg_3_IPDestinationPortNumber INTEGER, QoSPPCfg_3_IPOrderOfMatch INTEGER, QoSPPCfg_3_IPXDestinationNetwork OCTET STRING, QoSPPCfg_3_IPXDestinationNode DisplayString, QoSPPCfg_3_IPXPacketType INTEGER, QoSPPCfg_3_IPXSocketNumber DisplayString, QoSPPCfg_3_IPXOrderOfMatch INTEGER, QoSPPCfg_3_TBHigherLayerProtocol INTEGER, QoSPPCfg_3_TrafficClass INTEGER, QoSPPCfg_4_ProtocolType INTEGER, QoSPPCfg_4_IPPrecedenceOption INTEGER, QoSPPCfg_4_IncomingIPPrecedence INTEGER, QoSPPCfg_4_OutgoingIPPrecedence INTEGER, QoSPPCfg_4_SourceIPAddress IpAddress, QoSPPCfg_4_SourceIPAddressMask IpAddress, QoSPPCfg_4_DestinationIPAddress IpAddress, QoSPPCfg_4_DestinationIPAddressMask IpAddress, QoSPPCfg_4_IPProtocolNumber INTEGER, QoSPPCfg_4_IPSourcePortNumber INTEGER, QoSPPCfg_4_IPDestinationPortNumber INTEGER, QoSPPCfg_4_IPOrderOfMatch INTEGER, QoSPPCfg_4_IPXDestinationNetwork OCTET STRING, QoSPPCfg_4_IPXDestinationNode DisplayString, QoSPPCfg_4_IPXPacketType INTEGER, QoSPPCfg_4_IPXSocketNumber DisplayString, QoSPPCfg_4_IPXOrderOfMatch INTEGER, QoSPPCfg_4_TBHigherLayerProtocol INTEGER, QoSPPCfg_4_TrafficClass INTEGER, QoSPPCfg_5_ProtocolType INTEGER, QoSPPCfg_5_IPPrecedenceOption INTEGER, QoSPPCfg_5_IncomingIPPrecedence INTEGER, QoSPPCfg_5_OutgoingIPPrecedence INTEGER, QoSPPCfg_5_SourceIPAddress IpAddress, QoSPPCfg_5_SourceIPAddressMask IpAddress, QoSPPCfg_5_DestinationIPAddress IpAddress, QoSPPCfg_5_DestinationIPAddressMask IpAddress, QoSPPCfg_5_IPProtocolNumber INTEGER, QoSPPCfg_5_IPSourcePortNumber INTEGER, QoSPPCfg_5_IPDestinationPortNumber INTEGER, QoSPPCfg_5_IPOrderOfMatch INTEGER, QoSPPCfg_5_IPXDestinationNetwork OCTET STRING, QoSPPCfg_5_IPXDestinationNode DisplayString, QoSPPCfg_5_IPXPacketType INTEGER, QoSPPCfg_5_IPXSocketNumber DisplayString, QoSPPCfg_5_IPXOrderOfMatch INTEGER, QoSPPCfg_5_TBHigherLayerProtocol INTEGER, QoSPPCfg_5_TrafficClass INTEGER, QoSPPCfg_6_ProtocolType INTEGER, QoSPPCfg_6_IPPrecedenceOption INTEGER, QoSPPCfg_6_IncomingIPPrecedence INTEGER, QoSPPCfg_6_OutgoingIPPrecedence INTEGER, QoSPPCfg_6_SourceIPAddress IpAddress, QoSPPCfg_6_SourceIPAddressMask IpAddress, QoSPPCfg_6_DestinationIPAddress IpAddress, QoSPPCfg_6_DestinationIPAddressMask IpAddress, QoSPPCfg_6_IPProtocolNumber INTEGER, QoSPPCfg_6_IPSourcePortNumber INTEGER, QoSPPCfg_6_IPDestinationPortNumber INTEGER, QoSPPCfg_6_IPOrderOfMatch INTEGER, QoSPPCfg_6_IPXDestinationNetwork OCTET STRING, QoSPPCfg_6_IPXDestinationNode DisplayString, QoSPPCfg_6_IPXPacketType INTEGER, QoSPPCfg_6_IPXSocketNumber DisplayString, QoSPPCfg_6_IPXOrderOfMatch INTEGER, QoSPPCfg_6_TBHigherLayerProtocol INTEGER, QoSPPCfg_6_TrafficClass INTEGER, QoSPPCfg_7_ProtocolType INTEGER, QoSPPCfg_7_IPPrecedenceOption INTEGER, QoSPPCfg_7_IncomingIPPrecedence INTEGER, QoSPPCfg_7_OutgoingIPPrecedence INTEGER, QoSPPCfg_7_SourceIPAddress IpAddress, QoSPPCfg_7_SourceIPAddressMask IpAddress, QoSPPCfg_7_DestinationIPAddress IpAddress, QoSPPCfg_7_DestinationIPAddressMask IpAddress, QoSPPCfg_7_IPProtocolNumber INTEGER, QoSPPCfg_7_IPSourcePortNumber INTEGER, QoSPPCfg_7_IPDestinationPortNumber INTEGER, QoSPPCfg_7_IPOrderOfMatch INTEGER, QoSPPCfg_7_IPXDestinationNetwork OCTET STRING, QoSPPCfg_7_IPXDestinationNode DisplayString, QoSPPCfg_7_IPXPacketType INTEGER, QoSPPCfg_7_IPXSocketNumber DisplayString, QoSPPCfg_7_IPXOrderOfMatch INTEGER, QoSPPCfg_7_TBHigherLayerProtocol INTEGER, QoSPPCfg_7_TrafficClass INTEGER, QoSPPCfg_8_ProtocolType INTEGER, QoSPPCfg_8_IPPrecedenceOption INTEGER, QoSPPCfg_8_IncomingIPPrecedence INTEGER, QoSPPCfg_8_OutgoingIPPrecedence INTEGER, QoSPPCfg_8_SourceIPAddress IpAddress, QoSPPCfg_8_SourceIPAddressMask IpAddress, QoSPPCfg_8_DestinationIPAddress IpAddress, QoSPPCfg_8_DestinationIPAddressMask IpAddress, QoSPPCfg_8_IPProtocolNumber INTEGER, QoSPPCfg_8_IPSourcePortNumber INTEGER, QoSPPCfg_8_IPDestinationPortNumber INTEGER, QoSPPCfg_8_IPOrderOfMatch INTEGER, QoSPPCfg_8_IPXDestinationNetwork OCTET STRING, QoSPPCfg_8_IPXDestinationNode DisplayString, QoSPPCfg_8_IPXPacketType INTEGER, QoSPPCfg_8_IPXSocketNumber DisplayString, QoSPPCfg_8_IPXOrderOfMatch INTEGER, QoSPPCfg_8_TBHigherLayerProtocol INTEGER, QoSPPCfg_8_TrafficClass INTEGER, QoSPPCfg_9_ProtocolType INTEGER, QoSPPCfg_9_IPPrecedenceOption INTEGER, QoSPPCfg_9_IncomingIPPrecedence INTEGER, QoSPPCfg_9_OutgoingIPPrecedence INTEGER, QoSPPCfg_9_SourceIPAddress IpAddress, QoSPPCfg_9_SourceIPAddressMask IpAddress, QoSPPCfg_9_DestinationIPAddress IpAddress, QoSPPCfg_9_DestinationIPAddressMask IpAddress, QoSPPCfg_9_IPProtocolNumber INTEGER, QoSPPCfg_9_IPSourcePortNumber INTEGER, QoSPPCfg_9_IPDestinationPortNumber INTEGER, QoSPPCfg_9_IPOrderOfMatch INTEGER, QoSPPCfg_9_IPXDestinationNetwork OCTET STRING, QoSPPCfg_9_IPXDestinationNode DisplayString, QoSPPCfg_9_IPXPacketType INTEGER, QoSPPCfg_9_IPXSocketNumber DisplayString, QoSPPCfg_9_IPXOrderOfMatch INTEGER, QoSPPCfg_9_TBHigherLayerProtocol INTEGER, QoSPPCfg_9_TrafficClass INTEGER, QoSPPCfgPercentOfExpediteTrafficClassPackets INTEGER, QoSPPCfgPercentOfHighTrafficClassPackets INTEGER, QoSPPCfgPercentOfMediumTrafficClassPackets INTEGER, QoSPPCfgPercentOfLowTrafficClassPackets INTEGER, QoSPPCfgPercentOfDefaultTrafficClassPackets INTEGER } QoSPPCfgPPPEntryNumber OBJECT-TYPE SYNTAX INTEGER (1..100) ACCESS read-only STATUS mandatory DESCRIPTION "Entry number used to reference this table record." ::= { cdx6500QoSPPCfgPPPTableEntry 1 } QoSPPCfg_1_ProtocolType OBJECT-TYPE SYNTAX INTEGER { NONE (1), TB (2), IP (3), IPX (4), APPLETALK (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter identifies the protocol family." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 2 } QoSPPCfg_1_IPPrecedenceOption OBJECT-TYPE SYNTAX INTEGER { NONE (1), SET (2), MATCH (3), MATCH_AND_SET (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies how the IP precedence has to be treated. NONE - Ignore IP Precedence. SET - Set the IP Precedence. MATCH - Use the IP Precedence in the incoming IP packet. MATCH_AND_SET - Use the IP Precedence in the incoming IP packet and then set the IP Precedence." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 3 } QoSPPCfg_1_IncomingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be matched in the IP packet for servicing." ::= { cdx6500QoSPPCfgPPPTableEntry 4 } QoSPPCfg_1_OutgoingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be set in the IP packet after it is serviced." ::= { cdx6500QoSPPCfgPPPTableEntry 5 } QoSPPCfg_1_SourceIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the source IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 6 } QoSPPCfg_1_SourceIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Source IP Address and has to be mandatorily configured when a valid Source IP Address is configured. The mask along with the configured Source IP Address specify a range of IP addresses to be compared with the Source IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Source IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 7 } QoSPPCfg_1_DestinationIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the destination IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 8 } QoSPPCfg_1_DestinationIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Destination IP Address and has to be mandatorily configured when a valid Destination IP Address is configured. The mask along with the configured Destination IP Address specify a range of IP addresses to be compared with the Destination IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Destination IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 9 } QoSPPCfg_1_IPProtocolNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the protocol to be compared with that of the incoming packet. For example, 1 for ICMP, 6 for TCP, 17 for UDP. The routing protocols for example, OSPF (89) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 10 } QoSPPCfg_1_IPSourcePortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of source ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 11 } QoSPPCfg_1_IPDestinationPortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of destination ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 12 } QoSPPCfg_1_IPOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 13 } QoSPPCfg_1_IPXDestinationNetwork OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This is the network number of the network to which the destination node belongs. " ::= { cdx6500QoSPPCfgPPPTableEntry 14 } QoSPPCfg_1_IPXDestinationNode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This value is the physical address of the destination node." ::= { cdx6500QoSPPCfgPPPTableEntry 15 } QoSPPCfg_1_IPXPacketType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This indicates the type of service offered or required by the IPX packet. packet types 1 and 4 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 16 } QoSPPCfg_1_IPXSocketNumber OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This is the socket address of the packet's destination and source process. sockets 0x452 and 0x453 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 17 } QoSPPCfg_1_IPXOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 18 } QoSPPCfg_1_TBHigherLayerProtocol OBJECT-TYPE SYNTAX INTEGER { NONE (1), IP (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This specifies the higher layer protocol being bridged. All flows corresponding to this higher layer protocol in this profile will be used for identifying and classifying. In case the application (like LCON) has more profiles configured along with this profile, flows from other profiles are also used." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 19 } QoSPPCfg_1_TrafficClass OBJECT-TYPE SYNTAX INTEGER { EXPEDITE (1), HIGH (2), MEDIUM (3), LOW (4), DEFAULT (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the class to be associated with this traffic flow." DEFVAL { MEDIUM } ::= { cdx6500QoSPPCfgPPPTableEntry 20 } QoSPPCfg_2_ProtocolType OBJECT-TYPE SYNTAX INTEGER { NONE (1), TB (2), IP (3), IPX (4), APPLETALK (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter identifies the protocol family." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 21 } QoSPPCfg_2_IPPrecedenceOption OBJECT-TYPE SYNTAX INTEGER { NONE (1), SET (2), MATCH (3), MATCH_AND_SET (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies how the IP precedence has to be treated. NONE - Ignore IP Precedence. SET - Set the IP Precedence. MATCH - Use the IP Precedence in the incoming IP packet. MATCH_AND_SET - Use the IP Precedence in the incoming IP packet and then set the IP Precedence." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 22 } QoSPPCfg_2_IncomingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be matched in the IP packet for servicing." ::= { cdx6500QoSPPCfgPPPTableEntry 23 } QoSPPCfg_2_OutgoingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be set in the IP packet after it is serviced." ::= { cdx6500QoSPPCfgPPPTableEntry 24 } QoSPPCfg_2_SourceIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the source IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 25 } QoSPPCfg_2_SourceIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Source IP Address and has to be mandatorily configured when a valid Source IP Address is configured. The mask along with the configured Source IP Address specify a range of IP addresses to be compared with the Source IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Source IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 26 } QoSPPCfg_2_DestinationIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the destination IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 27 } QoSPPCfg_2_DestinationIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Destination IP Address and has to be mandatorily configured when a valid Destination IP Address is configured. The mask along with the configured Destination IP Address specify a range of IP addresses to be compared with the Destination IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Destination IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 28 } QoSPPCfg_2_IPProtocolNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the protocol to be compared with that of the incoming packet. For example, 1 for ICMP, 6 for TCP, 17 for UDP. The routing protocols for example, OSPF (89) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 29 } QoSPPCfg_2_IPSourcePortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of source ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 30 } QoSPPCfg_2_IPDestinationPortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of destination ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 31 } QoSPPCfg_2_IPOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 32 } QoSPPCfg_2_IPXDestinationNetwork OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This is the network number of the network to which the destination node belongs. " ::= { cdx6500QoSPPCfgPPPTableEntry 33 } QoSPPCfg_2_IPXDestinationNode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This value is the physical address of the destination node." ::= { cdx6500QoSPPCfgPPPTableEntry 34 } QoSPPCfg_2_IPXPacketType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This indicates the type of service offered or required by the IPX packet. packet types 1 and 4 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 35 } QoSPPCfg_2_IPXSocketNumber OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This is the socket address of the packet's destination and source process. sockets 0x452 and 0x453 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 36 } QoSPPCfg_2_IPXOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 37 } QoSPPCfg_2_TBHigherLayerProtocol OBJECT-TYPE SYNTAX INTEGER { NONE (1), IP (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This specifies the higher layer protocol being bridged. All flows corresponding to this higher layer protocol in this profile will be used for identifying and classifying. In case the application (like LCON) has more profiles configured along with this profile, flows from other profiles are also used." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 38 } QoSPPCfg_2_TrafficClass OBJECT-TYPE SYNTAX INTEGER { EXPEDITE (1), HIGH (2), MEDIUM (3), LOW (4), DEFAULT (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the class to be associated with this traffic flow." DEFVAL { MEDIUM } ::= { cdx6500QoSPPCfgPPPTableEntry 39 } QoSPPCfg_3_ProtocolType OBJECT-TYPE SYNTAX INTEGER { NONE (1), TB (2), IP (3), IPX (4), APPLETALK (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter identifies the protocol family." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 40 } QoSPPCfg_3_IPPrecedenceOption OBJECT-TYPE SYNTAX INTEGER { NONE (1), SET (2), MATCH (3), MATCH_AND_SET (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies how the IP precedence has to be treated. NONE - Ignore IP Precedence. SET - Set the IP Precedence. MATCH - Use the IP Precedence in the incoming IP packet. MATCH_AND_SET - Use the IP Precedence in the incoming IP packet and then set the IP Precedence." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 41 } QoSPPCfg_3_IncomingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be matched in the IP packet for servicing." ::= { cdx6500QoSPPCfgPPPTableEntry 42 } QoSPPCfg_3_OutgoingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be set in the IP packet after it is serviced." ::= { cdx6500QoSPPCfgPPPTableEntry 43 } QoSPPCfg_3_SourceIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the source IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 44 } QoSPPCfg_3_SourceIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Source IP Address and has to be mandatorily configured when a valid Source IP Address is configured. The mask along with the configured Source IP Address specify a range of IP addresses to be compared with the Source IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Source IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 45 } QoSPPCfg_3_DestinationIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the destination IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 46 } QoSPPCfg_3_DestinationIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Destination IP Address and has to be mandatorily configured when a valid Destination IP Address is configured. The mask along with the configured Destination IP Address specify a range of IP addresses to be compared with the Destination IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Destination IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 47 } QoSPPCfg_3_IPProtocolNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the protocol to be compared with that of the incoming packet. For example, 1 for ICMP, 6 for TCP, 17 for UDP. The routing protocols for example, OSPF (89) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 48 } QoSPPCfg_3_IPSourcePortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of source ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 49 } QoSPPCfg_3_IPDestinationPortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of destination ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 50 } QoSPPCfg_3_IPOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 51 } QoSPPCfg_3_IPXDestinationNetwork OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This is the network number of the network to which the destination node belongs. " ::= { cdx6500QoSPPCfgPPPTableEntry 52 } QoSPPCfg_3_IPXDestinationNode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This value is the physical address of the destination node." ::= { cdx6500QoSPPCfgPPPTableEntry 53 } QoSPPCfg_3_IPXPacketType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This indicates the type of service offered or required by the IPX packet. packet types 1 and 4 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 54 } QoSPPCfg_3_IPXSocketNumber OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This is the socket address of the packet's destination and source process. sockets 0x452 and 0x453 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 55 } QoSPPCfg_3_IPXOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 56 } QoSPPCfg_3_TBHigherLayerProtocol OBJECT-TYPE SYNTAX INTEGER { NONE (1), IP (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This specifies the higher layer protocol being bridged. All flows corresponding to this higher layer protocol in this profile will be used for identifying and classifying. In case the application (like LCON) has more profiles configured along with this profile, flows from other profiles are also used." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 57 } QoSPPCfg_3_TrafficClass OBJECT-TYPE SYNTAX INTEGER { EXPEDITE (1), HIGH (2), MEDIUM (3), LOW (4), DEFAULT (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the class to be associated with this traffic flow." DEFVAL { MEDIUM } ::= { cdx6500QoSPPCfgPPPTableEntry 58 } QoSPPCfg_4_ProtocolType OBJECT-TYPE SYNTAX INTEGER { NONE (1), TB (2), IP (3), IPX (4), APPLETALK (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter identifies the protocol family." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 59 } QoSPPCfg_4_IPPrecedenceOption OBJECT-TYPE SYNTAX INTEGER { NONE (1), SET (2), MATCH (3), MATCH_AND_SET (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies how the IP precedence has to be treated. NONE - Ignore IP Precedence. SET - Set the IP Precedence. MATCH - Use the IP Precedence in the incoming IP packet. MATCH_AND_SET - Use the IP Precedence in the incoming IP packet and then set the IP Precedence." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 60 } QoSPPCfg_4_IncomingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be matched in the IP packet for servicing." ::= { cdx6500QoSPPCfgPPPTableEntry 61 } QoSPPCfg_4_OutgoingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be set in the IP packet after it is serviced." ::= { cdx6500QoSPPCfgPPPTableEntry 62 } QoSPPCfg_4_SourceIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the source IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 63 } QoSPPCfg_4_SourceIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Source IP Address and has to be mandatorily configured when a valid Source IP Address is configured. The mask along with the configured Source IP Address specify a range of IP addresses to be compared with the Source IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Source IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 64 } QoSPPCfg_4_DestinationIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the destination IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 65 } QoSPPCfg_4_DestinationIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Destination IP Address and has to be mandatorily configured when a valid Destination IP Address is configured. The mask along with the configured Destination IP Address specify a range of IP addresses to be compared with the Destination IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Destination IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 66 } QoSPPCfg_4_IPProtocolNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the protocol to be compared with that of the incoming packet. For example, 1 for ICMP, 6 for TCP, 17 for UDP. The routing protocols for example, OSPF (89) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 67 } QoSPPCfg_4_IPSourcePortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of source ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 68 } QoSPPCfg_4_IPDestinationPortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of destination ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 69 } QoSPPCfg_4_IPOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 70 } QoSPPCfg_4_IPXDestinationNetwork OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This is the network number of the network to which the destination node belongs. " ::= { cdx6500QoSPPCfgPPPTableEntry 71 } QoSPPCfg_4_IPXDestinationNode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This value is the physical address of the destination node." ::= { cdx6500QoSPPCfgPPPTableEntry 72 } QoSPPCfg_4_IPXPacketType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This indicates the type of service offered or required by the IPX packet. packet types 1 and 4 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 73 } QoSPPCfg_4_IPXSocketNumber OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This is the socket address of the packet's destination and source process. sockets 0x452 and 0x453 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 74 } QoSPPCfg_4_IPXOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 75 } QoSPPCfg_4_TBHigherLayerProtocol OBJECT-TYPE SYNTAX INTEGER { NONE (1), IP (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This specifies the higher layer protocol being bridged. All flows corresponding to this higher layer protocol in this profile will be used for identifying and classifying. In case the application (like LCON) has more profiles configured along with this profile, flows from other profiles are also used." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 76 } QoSPPCfg_4_TrafficClass OBJECT-TYPE SYNTAX INTEGER { EXPEDITE (1), HIGH (2), MEDIUM (3), LOW (4), DEFAULT (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the class to be associated with this traffic flow." DEFVAL { MEDIUM } ::= { cdx6500QoSPPCfgPPPTableEntry 77 } QoSPPCfg_5_ProtocolType OBJECT-TYPE SYNTAX INTEGER { NONE (1), TB (2), IP (3), IPX (4), APPLETALK (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter identifies the protocol family." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 78 } QoSPPCfg_5_IPPrecedenceOption OBJECT-TYPE SYNTAX INTEGER { NONE (1), SET (2), MATCH (3), MATCH_AND_SET (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies how the IP precedence has to be treated. NONE - Ignore IP Precedence. SET - Set the IP Precedence. MATCH - Use the IP Precedence in the incoming IP packet. MATCH_AND_SET - Use the IP Precedence in the incoming IP packet and then set the IP Precedence." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 79 } QoSPPCfg_5_IncomingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be matched in the IP packet for servicing." ::= { cdx6500QoSPPCfgPPPTableEntry 80 } QoSPPCfg_5_OutgoingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be set in the IP packet after it is serviced." ::= { cdx6500QoSPPCfgPPPTableEntry 81 } QoSPPCfg_5_SourceIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the source IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 82 } QoSPPCfg_5_SourceIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Source IP Address and has to be mandatorily configured when a valid Source IP Address is configured. The mask along with the configured Source IP Address specify a range of IP addresses to be compared with the Source IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Source IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 83 } QoSPPCfg_5_DestinationIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the destination IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 84 } QoSPPCfg_5_DestinationIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Destination IP Address and has to be mandatorily configured when a valid Destination IP Address is configured. The mask along with the configured Destination IP Address specify a range of IP addresses to be compared with the Destination IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Destination IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 85 } QoSPPCfg_5_IPProtocolNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the protocol to be compared with that of the incoming packet. For example, 1 for ICMP, 6 for TCP, 17 for UDP. The routing protocols for example, OSPF (89) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 86 } QoSPPCfg_5_IPSourcePortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of source ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 87 } QoSPPCfg_5_IPDestinationPortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of destination ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 88 } QoSPPCfg_5_IPOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 89 } QoSPPCfg_5_IPXDestinationNetwork OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This is the network number of the network to which the destination node belongs. " ::= { cdx6500QoSPPCfgPPPTableEntry 90 } QoSPPCfg_5_IPXDestinationNode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This value is the physical address of the destination node." ::= { cdx6500QoSPPCfgPPPTableEntry 91 } QoSPPCfg_5_IPXPacketType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This indicates the type of service offered or required by the IPX packet. packet types 1 and 4 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 92 } QoSPPCfg_5_IPXSocketNumber OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This is the socket address of the packet's destination and source process. sockets 0x452 and 0x453 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 93 } QoSPPCfg_5_IPXOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 94 } QoSPPCfg_5_TBHigherLayerProtocol OBJECT-TYPE SYNTAX INTEGER { NONE (1), IP (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This specifies the higher layer protocol being bridged. All flows corresponding to this higher layer protocol in this profile will be used for identifying and classifying. In case the application (like LCON) has more profiles configured along with this profile, flows from other profiles are also used." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 95 } QoSPPCfg_5_TrafficClass OBJECT-TYPE SYNTAX INTEGER { EXPEDITE (1), HIGH (2), MEDIUM (3), LOW (4), DEFAULT (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the class to be associated with this traffic flow." DEFVAL { MEDIUM } ::= { cdx6500QoSPPCfgPPPTableEntry 96 } QoSPPCfg_6_ProtocolType OBJECT-TYPE SYNTAX INTEGER { NONE (1), TB (2), IP (3), IPX (4), APPLETALK (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter identifies the protocol family." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 97 } QoSPPCfg_6_IPPrecedenceOption OBJECT-TYPE SYNTAX INTEGER { NONE (1), SET (2), MATCH (3), MATCH_AND_SET (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies how the IP precedence has to be treated. NONE - Ignore IP Precedence. SET - Set the IP Precedence. MATCH - Use the IP Precedence in the incoming IP packet. MATCH_AND_SET - Use the IP Precedence in the incoming IP packet and then set the IP Precedence." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 98 } QoSPPCfg_6_IncomingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be matched in the IP packet for servicing." ::= { cdx6500QoSPPCfgPPPTableEntry 99 } QoSPPCfg_6_OutgoingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be set in the IP packet after it is serviced." ::= { cdx6500QoSPPCfgPPPTableEntry 100 } QoSPPCfg_6_SourceIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the source IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 101 } QoSPPCfg_6_SourceIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Source IP Address and has to be mandatorily configured when a valid Source IP Address is configured. The mask along with the configured Source IP Address specify a range of IP addresses to be compared with the Source IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Source IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 102 } QoSPPCfg_6_DestinationIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the destination IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 103 } QoSPPCfg_6_DestinationIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Destination IP Address and has to be mandatorily configured when a valid Destination IP Address is configured. The mask along with the configured Destination IP Address specify a range of IP addresses to be compared with the Destination IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Destination IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 104 } QoSPPCfg_6_IPProtocolNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the protocol to be compared with that of the incoming packet. For example, 1 for ICMP, 6 for TCP, 17 for UDP. The routing protocols for example, OSPF (89) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 105 } QoSPPCfg_6_IPSourcePortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of source ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 106 } QoSPPCfg_6_IPDestinationPortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of destination ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 107 } QoSPPCfg_6_IPOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 108 } QoSPPCfg_6_IPXDestinationNetwork OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This is the network number of the network to which the destination node belongs. " ::= { cdx6500QoSPPCfgPPPTableEntry 109 } QoSPPCfg_6_IPXDestinationNode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This value is the physical address of the destination node." ::= { cdx6500QoSPPCfgPPPTableEntry 110 } QoSPPCfg_6_IPXPacketType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This indicates the type of service offered or required by the IPX packet. packet types 1 and 4 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 111 } QoSPPCfg_6_IPXSocketNumber OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This is the socket address of the packet's destination and source process. sockets 0x452 and 0x453 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 112 } QoSPPCfg_6_IPXOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 113 } QoSPPCfg_6_TBHigherLayerProtocol OBJECT-TYPE SYNTAX INTEGER { NONE (1), IP (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This specifies the higher layer protocol being bridged. All flows corresponding to this higher layer protocol in this profile will be used for identifying and classifying. In case the application (like LCON) has more profiles configured along with this profile, flows from other profiles are also used." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 114 } QoSPPCfg_6_TrafficClass OBJECT-TYPE SYNTAX INTEGER { EXPEDITE (1), HIGH (2), MEDIUM (3), LOW (4), DEFAULT (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the class to be associated with this traffic flow." DEFVAL { MEDIUM } ::= { cdx6500QoSPPCfgPPPTableEntry 115 } QoSPPCfg_7_ProtocolType OBJECT-TYPE SYNTAX INTEGER { NONE (1), TB (2), IP (3), IPX (4), APPLETALK (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter identifies the protocol family." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 116 } QoSPPCfg_7_IPPrecedenceOption OBJECT-TYPE SYNTAX INTEGER { NONE (1), SET (2), MATCH (3), MATCH_AND_SET (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies how the IP precedence has to be treated. NONE - Ignore IP Precedence. SET - Set the IP Precedence. MATCH - Use the IP Precedence in the incoming IP packet. MATCH_AND_SET - Use the IP Precedence in the incoming IP packet and then set the IP Precedence." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 117 } QoSPPCfg_7_IncomingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be matched in the IP packet for servicing." ::= { cdx6500QoSPPCfgPPPTableEntry 118 } QoSPPCfg_7_OutgoingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be set in the IP packet after it is serviced." ::= { cdx6500QoSPPCfgPPPTableEntry 119 } QoSPPCfg_7_SourceIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the source IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 120 } QoSPPCfg_7_SourceIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Source IP Address and has to be mandatorily configured when a valid Source IP Address is configured. The mask along with the configured Source IP Address specify a range of IP addresses to be compared with the Source IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Source IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 121 } QoSPPCfg_7_DestinationIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the destination IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 122 } QoSPPCfg_7_DestinationIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Destination IP Address and has to be mandatorily configured when a valid Destination IP Address is configured. The mask along with the configured Destination IP Address specify a range of IP addresses to be compared with the Destination IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Destination IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 123 } QoSPPCfg_7_IPProtocolNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the protocol to be compared with that of the incoming packet. For example, 1 for ICMP, 6 for TCP, 17 for UDP. The routing protocols for example, OSPF (89) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 124 } QoSPPCfg_7_IPSourcePortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of source ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 125 } QoSPPCfg_7_IPDestinationPortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of destination ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 126 } QoSPPCfg_7_IPOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 127 } QoSPPCfg_7_IPXDestinationNetwork OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This is the network number of the network to which the destination node belongs. " ::= { cdx6500QoSPPCfgPPPTableEntry 128 } QoSPPCfg_7_IPXDestinationNode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This value is the physical address of the destination node." ::= { cdx6500QoSPPCfgPPPTableEntry 129 } QoSPPCfg_7_IPXPacketType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This indicates the type of service offered or required by the IPX packet. packet types 1 and 4 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 130 } QoSPPCfg_7_IPXSocketNumber OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This is the socket address of the packet's destination and source process. sockets 0x452 and 0x453 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 131 } QoSPPCfg_7_IPXOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 132 } QoSPPCfg_7_TBHigherLayerProtocol OBJECT-TYPE SYNTAX INTEGER { NONE (1), IP (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This specifies the higher layer protocol being bridged. All flows corresponding to this higher layer protocol in this profile will be used for identifying and classifying. In case the application (like LCON) has more profiles configured along with this profile, flows from other profiles are also used." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 133 } QoSPPCfg_7_TrafficClass OBJECT-TYPE SYNTAX INTEGER { EXPEDITE (1), HIGH (2), MEDIUM (3), LOW (4), DEFAULT (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the class to be associated with this traffic flow." DEFVAL { MEDIUM } ::= { cdx6500QoSPPCfgPPPTableEntry 134 } QoSPPCfg_8_ProtocolType OBJECT-TYPE SYNTAX INTEGER { NONE (1), TB (2), IP (3), IPX (4), APPLETALK (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter identifies the protocol family." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 135 } QoSPPCfg_8_IPPrecedenceOption OBJECT-TYPE SYNTAX INTEGER { NONE (1), SET (2), MATCH (3), MATCH_AND_SET (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies how the IP precedence has to be treated. NONE - Ignore IP Precedence. SET - Set the IP Precedence. MATCH - Use the IP Precedence in the incoming IP packet. MATCH_AND_SET - Use the IP Precedence in the incoming IP packet and then set the IP Precedence." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 136 } QoSPPCfg_8_IncomingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be matched in the IP packet for servicing." ::= { cdx6500QoSPPCfgPPPTableEntry 137 } QoSPPCfg_8_OutgoingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be set in the IP packet after it is serviced." ::= { cdx6500QoSPPCfgPPPTableEntry 138 } QoSPPCfg_8_SourceIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the source IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 139 } QoSPPCfg_8_SourceIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Source IP Address and has to be mandatorily configured when a valid Source IP Address is configured. The mask along with the configured Source IP Address specify a range of IP addresses to be compared with the Source IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Source IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 140 } QoSPPCfg_8_DestinationIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the destination IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 141 } QoSPPCfg_8_DestinationIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Destination IP Address and has to be mandatorily configured when a valid Destination IP Address is configured. The mask along with the configured Destination IP Address specify a range of IP addresses to be compared with the Destination IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Destination IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 142 } QoSPPCfg_8_IPProtocolNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the protocol to be compared with that of the incoming packet. For example, 1 for ICMP, 6 for TCP, 17 for UDP. The routing protocols for example, OSPF (89) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 143 } QoSPPCfg_8_IPSourcePortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of source ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 144 } QoSPPCfg_8_IPDestinationPortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of destination ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 145 } QoSPPCfg_8_IPOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 146 } QoSPPCfg_8_IPXDestinationNetwork OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This is the network number of the network to which the destination node belongs. " ::= { cdx6500QoSPPCfgPPPTableEntry 147 } QoSPPCfg_8_IPXDestinationNode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This value is the physical address of the destination node." ::= { cdx6500QoSPPCfgPPPTableEntry 148 } QoSPPCfg_8_IPXPacketType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This indicates the type of service offered or required by the IPX packet. packet types 1 and 4 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 149 } QoSPPCfg_8_IPXSocketNumber OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This is the socket address of the packet's destination and source process. sockets 0x452 and 0x453 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 150 } QoSPPCfg_8_IPXOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 151 } QoSPPCfg_8_TBHigherLayerProtocol OBJECT-TYPE SYNTAX INTEGER { NONE (1), IP (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This specifies the higher layer protocol being bridged. All flows corresponding to this higher layer protocol in this profile will be used for identifying and classifying. In case the application (like LCON) has more profiles configured along with this profile, flows from other profiles are also used." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 152 } QoSPPCfg_8_TrafficClass OBJECT-TYPE SYNTAX INTEGER { EXPEDITE (1), HIGH (2), MEDIUM (3), LOW (4), DEFAULT (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the class to be associated with this traffic flow." DEFVAL { MEDIUM } ::= { cdx6500QoSPPCfgPPPTableEntry 153 } QoSPPCfg_9_ProtocolType OBJECT-TYPE SYNTAX INTEGER { NONE (1), TB (2), IP (3), IPX (4), APPLETALK (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter identifies the protocol family." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 154 } QoSPPCfg_9_IPPrecedenceOption OBJECT-TYPE SYNTAX INTEGER { NONE (1), SET (2), MATCH (3), MATCH_AND_SET (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies how the IP precedence has to be treated. NONE - Ignore IP Precedence. SET - Set the IP Precedence. MATCH - Use the IP Precedence in the incoming IP packet. MATCH_AND_SET - Use the IP Precedence in the incoming IP packet and then set the IP Precedence." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 155 } QoSPPCfg_9_IncomingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be matched in the IP packet for servicing." ::= { cdx6500QoSPPCfgPPPTableEntry 156 } QoSPPCfg_9_OutgoingIPPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the IP Precedence to be set in the IP packet after it is serviced." ::= { cdx6500QoSPPCfgPPPTableEntry 157 } QoSPPCfg_9_SourceIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the source IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 158 } QoSPPCfg_9_SourceIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Source IP Address and has to be mandatorily configured when a valid Source IP Address is configured. The mask along with the configured Source IP Address specify a range of IP addresses to be compared with the Source IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Source IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 159 } QoSPPCfg_9_DestinationIPAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the address for comparing with the destination IP address of the incoming packet." ::= { cdx6500QoSPPCfgPPPTableEntry 160 } QoSPPCfg_9_DestinationIPAddressMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the Address Mask for the Destination IP Address and has to be mandatorily configured when a valid Destination IP Address is configured. The mask along with the configured Destination IP Address specify a range of IP addresses to be compared with the Destination IP Address of the incoming packet. For example, an address 130.25.2.10 with a mask of 255.255.255.240 is equivalent to an address range from 130.25.2.0 to 130.25.2.15. An address 130.25.2.10 with a mask of 0.255.255.0 is equivalent to all the addresses falling in *.25.2.*, where the wild card * is 0-255. An address 130.25.2.10 with a mask of 255.255.255.0 specifies the whole sub-net 130.25.2.*. A mask of 255.255.255.255 specifies only the configured Destination IP Address." ::= { cdx6500QoSPPCfgPPPTableEntry 161 } QoSPPCfg_9_IPProtocolNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the protocol to be compared with that of the incoming packet. For example, 1 for ICMP, 6 for TCP, 17 for UDP. The routing protocols for example, OSPF (89) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 162 } QoSPPCfg_9_IPSourcePortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of source ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 163 } QoSPPCfg_9_IPDestinationPortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies a specific or a range of destination ports to be compared with that of the incoming TCP/UDP packet. For example, 23 for Telnet, 21 for FTP, a range like 1500-1540. The ports associated with routing protocols, for example, UDP port for RIP (520) are not allowed since these packets are internally classified by the system." ::= { cdx6500QoSPPCfgPPPTableEntry 164 } QoSPPCfg_9_IPOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 165 } QoSPPCfg_9_IPXDestinationNetwork OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This is the network number of the network to which the destination node belongs. " ::= { cdx6500QoSPPCfgPPPTableEntry 166 } QoSPPCfg_9_IPXDestinationNode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This value is the physical address of the destination node." ::= { cdx6500QoSPPCfgPPPTableEntry 167 } QoSPPCfg_9_IPXPacketType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This indicates the type of service offered or required by the IPX packet. packet types 1 and 4 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 168 } QoSPPCfg_9_IPXSocketNumber OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This is the socket address of the packet's destination and source process. sockets 0x452 and 0x453 are not allowed." ::= { cdx6500QoSPPCfgPPPTableEntry 169 } QoSPPCfg_9_IPXOrderOfMatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the order of searching the configured IP/IPX traffic flows in this profile to find a match. The packet belongs to the traffic class of the first match. The default value for this parameter will be an appropriate system defined value based on the parameters configured for identifying this traffic flow. For more details refer to the user document." ::= { cdx6500QoSPPCfgPPPTableEntry 170 } QoSPPCfg_9_TBHigherLayerProtocol OBJECT-TYPE SYNTAX INTEGER { NONE (1), IP (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This specifies the higher layer protocol being bridged. All flows corresponding to this higher layer protocol in this profile will be used for identifying and classifying. In case the application (like LCON) has more profiles configured along with this profile, flows from other profiles are also used." DEFVAL { NONE } ::= { cdx6500QoSPPCfgPPPTableEntry 171 } QoSPPCfg_9_TrafficClass OBJECT-TYPE SYNTAX INTEGER { EXPEDITE (1), HIGH (2), MEDIUM (3), LOW (4), DEFAULT (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the class to be associated with this traffic flow." DEFVAL { MEDIUM } ::= { cdx6500QoSPPCfgPPPTableEntry 172 } QoSPPCfgPercentOfExpediteTrafficClassPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the percentage of bandwidth to be allocated for this traffic class. 0 - Best Effort Service. 1-99 - Bandwidth Allocation/Sharing. 100 - Priority Service. " ::= { cdx6500QoSPPCfgPPPTableEntry 173 } QoSPPCfgPercentOfHighTrafficClassPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the percentage of bandwidth to be allocated for this traffic class. 0 - Best Effort Service. 1-99 - Bandwidth Allocation/Sharing. 100 - Priority Service. " ::= { cdx6500QoSPPCfgPPPTableEntry 174 } QoSPPCfgPercentOfMediumTrafficClassPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the percentage of bandwidth to be allocated for this traffic class. 0 - Best Effort Service. 1-99 - Bandwidth Allocation/Sharing. 100 - Priority Service. " ::= { cdx6500QoSPPCfgPPPTableEntry 175 } QoSPPCfgPercentOfLowTrafficClassPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the percentage of bandwidth to be allocated for this traffic class. 0 - Best Effort Service. 1-99 - Bandwidth Allocation/Sharing. 100 - Priority Service. " ::= { cdx6500QoSPPCfgPPPTableEntry 176 } QoSPPCfgPercentOfDefaultTrafficClassPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies the percentage of bandwidth to be allocated for this traffic class. 0 - Best Effort Service. 1-99 - Bandwidth Allocation/Sharing. 100 - Priority Service. " ::= { cdx6500QoSPPCfgPPPTableEntry 177 } cdx6500QoSPPStatTable OBJECT-TYPE SYNTAX SEQUENCE OF Cdx6500QoSPPStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Quality of Service Statistics Table for Protocol Priority Profile, Currently it is not implemented." ::= { cdx6500StatNetworkSvcsGroup 3 } cdx6500QoSPPStatEntry OBJECT-TYPE SYNTAX Cdx6500QoSPPStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry in this table pertains to the Quality of Service (QoS) Statistics for PPP." INDEX { QoSPPStatSched_num, QoSPPStatProfile_seq } ::= { cdx6500QoSPPStatTable 1 } Cdx6500QoSPPStatEntry ::= SEQUENCE { QoSPPStatSched_num INTEGER, QoSPPStatProfile_seq INTEGER, QoSPPStatTrafficClass OCTET STRING, QoSPPStatPercentOfFrameBandwidth INTEGER, QoSPPStatTotalNumOfFramesForwarded INTEGER, QoSPPStatTotalNumOfFramesDiscarded INTEGER, QoSPPStatAvgFrameSize INTEGER, QoSPPStatAvgFramesPerSecond INTEGER, QoSPPStatCurrentQLength INTEGER, QoSPPStatMaximumQLength OCTET STRING } QoSPPStatSched_num OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-only STATUS mandatory DESCRIPTION "Available scheduler number." ::= { cdx6500QoSPPStatEntry 1 } QoSPPStatProfile_seq OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-only STATUS mandatory DESCRIPTION "Available profile sequence number." ::= { cdx6500QoSPPStatEntry 2 } QoSPPStatTrafficClass OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "Traffic class: Expedite, High, Medium, Low and Default." ::= { cdx6500QoSPPStatEntry 3 } QoSPPStatPercentOfFrameBandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Percent of frame bandwidth." ::= { cdx6500QoSPPStatEntry 4 } QoSPPStatTotalNumOfFramesForwarded OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of frames forwarded." ::= { cdx6500QoSPPStatEntry 5 } QoSPPStatTotalNumOfFramesDiscarded OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of frames discarded." ::= { cdx6500QoSPPStatEntry 6 } QoSPPStatAvgFrameSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Average frame size." ::= { cdx6500QoSPPStatEntry 7 } QoSPPStatAvgFramesPerSecond OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Average frames per second." ::= { cdx6500QoSPPStatEntry 8 } QoSPPStatCurrentQLength OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Current Queue length." ::= { cdx6500QoSPPStatEntry 9 } QoSPPStatMaximumQLength OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "Maximum Queue length with time." ::= { cdx6500QoSPPStatEntry 10 } END