SNMP MIB Search

   Sample: altiga stat   Advanced Search
Donate your MIB  
Search:   
   
 
Return to vendor list
View objects
Download mib file
Vendor: Wellfleet
Mib: Wellfleet-CCTOPTS-MIB
Version: 1


Mib source:
Wellfleet-CCTOPTS-MIB DEFINITIONS ::= BEGIN

-- Created by mdl2asn version 3.1
-- Creation date: Wed Aug 30 16:38:49 EDT 1995


    IMPORTS

      IpAddress, Counter, Gauge
        FROM RFC1155-SMI
      OBJECT-TYPE
        FROM RFC-1212
      DisplayString
        FROM RFC1213-MIB
      wfCircuitOptsGroup
        FROM Wellfleet-COMMON-MIB;


    wfCctOptsTable OBJECT-TYPE
        SYNTAX	SEQUENCE OF WfCctOptsEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "The table of circuit names"
        ::= { wfCircuitOptsGroup 1 }

    wfCctOptsEntry OBJECT-TYPE
        SYNTAX	WfCctOptsEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "Entry format for the table of circuit options"
        INDEX	{ wfCctOptsCct }
        ::= { wfCctOptsTable 1 }

    WfCctOptsEntry ::= SEQUENCE {
    	    wfCctOptsDelete
    		INTEGER,
    	    wfCctOptsPriorityQueueingDisable
    		INTEGER,
    	    wfCctOptsCct
    		INTEGER,
    	    wfCctOptsHighPriorityQueueLimit
    		INTEGER,
    	    wfCctOptsNormalPriorityQueueLimit
    		INTEGER,
    	    wfCctOptsLowPriorityQueueLimit
    		INTEGER,
    	    wfCctOptsMaxInterruptQueueLatency
    		INTEGER,
    	    wfCctOptsMaxHighPriorityQueueLatency
    		INTEGER,
    	    wfCctOptsHiXmits
    		Counter,
    	    wfCctOptsNormalXmits
    		Counter,
    	    wfCctOptsLoXmits
    		Counter,
    	    wfCctOptsHiClippedPkts
    		Counter,
    	    wfCctOptsNormalClippedPkts
    		Counter,
    	    wfCctOptsLoClippedPkts
    		Counter,
    	    wfCctOptsIntrQHighWaterPkts
    		Gauge,
    	    wfCctOptsHiQHighWaterPkts
    		Gauge,
    	    wfCctOptsNormalQHighWaterPkts
    		Gauge,
    	    wfCctOptsLoQHighWaterPkts
    		Gauge,
    	    wfCctOptsHighWaterPktsClear
    		INTEGER,
    	    wfCctOptsDroppedPkts
    		Counter,
    	    wfCctOptsLargePkts
    		Counter,
    	    wfCctOptsRxPkts
    		Counter,
    	    wfCctOptsChooserType
    		INTEGER,
    	    wfCctOptsPqDequeueAlgType
    		INTEGER,
    	    wfCctOptsHiPercent
    		INTEGER,
    	    wfCctOptsNormalPercent
    		INTEGER,
    	    wfCctOptsLoPercent
    		INTEGER,
    	    wfCctOptsHiTotalOctets
    		Counter,
    	    wfCctOptsNormalTotalOctets
    		Counter,
    	    wfCctOptsLoTotalOctets
    		Counter,
    	    wfCctOptsCircuitType
    		INTEGER,
    	    wfCctOptsBackupCct
    		INTEGER,
    	    wfCctOptsPrimaryCctWanProtocolType
    		INTEGER,
    	    wfCctOptsMacFilterFormat
                INTEGER,
            wfCctOptsPktsNotQueued
                Counter,
            wfCctOptsBitsShiftCount
                INTEGER,
            wfCctOptsFrSetDeLowQ
                INTEGER,
            wfCctOptsFrSetDeNormQ
                INTEGER,
            wfCctOptsShapedPriorityQueueLimit
                INTEGER,
            wfCctOptsMaxShapedPriorityQueueLatency
                INTEGER,
            wfCctOptsShapedXmits
                Counter,
            wfCctOptsShapedClippedPkts
                Counter,
            wfCctOptsShapedQHighWaterPkts
                Gauge,
            wfCctOptsShapedTotalOctets
                Counter
        }

    wfCctOptsDelete OBJECT-TYPE
        SYNTAX	INTEGER {
    		    created(1),
    		    deleted(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Creation and deletion flag for this record"
        DEFVAL	{ created }
        ::= { wfCctOptsEntry 1 }

    wfCctOptsPriorityQueueingDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enabled(1),
    		    disabled(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Priority Queuing option"
        DEFVAL	{ enabled }
        ::= { wfCctOptsEntry 2 }

    wfCctOptsCct OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "circuit number"
        ::= { wfCctOptsEntry 3 }

    wfCctOptsHighPriorityQueueLimit OBJECT-TYPE
        SYNTAX	INTEGER {
    		    default(20)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "High Priority Queue limit
                The minimum valid value is zero.
                no maximum valid value (limited by bufs for the slot)"
        DEFVAL	{ default }
        ::= { wfCctOptsEntry 4 }

    wfCctOptsNormalPriorityQueueLimit OBJECT-TYPE
        SYNTAX	INTEGER {
    		    default(20)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Normal Priority Queue limit
                The minimum valid value is zero.
                no maximum valid value (limited by bufs for the slot)"
        DEFVAL	{ default }
        ::= { wfCctOptsEntry 5 }

    wfCctOptsLowPriorityQueueLimit OBJECT-TYPE
        SYNTAX	INTEGER {
    		    default(20)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Low Priority Queue limit
                The minimum valid value is zero.
                no maximum valid value (limited by bufs for the slot)"
        DEFVAL	{ default }
        ::= { wfCctOptsEntry 6 }

    wfCctOptsMaxInterruptQueueLatency OBJECT-TYPE
        SYNTAX	INTEGER(100..5000)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Interrupt Queue Latency"
        DEFVAL	{ 2500 }
        ::= { wfCctOptsEntry 7 }

    wfCctOptsMaxHighPriorityQueueLatency OBJECT-TYPE
        SYNTAX	INTEGER(100..5000)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "High Priority Queue Latency"
        DEFVAL	{ 250 }
        ::= { wfCctOptsEntry 8 }

    wfCctOptsHiXmits OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "High Priority Transmit count"
        ::= { wfCctOptsEntry 9 }

    wfCctOptsNormalXmits OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Normal Priority Transmit count"
        ::= { wfCctOptsEntry 10 }

    wfCctOptsLoXmits OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Low Priority Transmit count"
        ::= { wfCctOptsEntry 11 }

    wfCctOptsHiClippedPkts OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "High Prio Transmit Clip Count"
        ::= { wfCctOptsEntry 12 }

    wfCctOptsNormalClippedPkts OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Normal Prio Transmit Clip Count"
        ::= { wfCctOptsEntry 13 }

    wfCctOptsLoClippedPkts OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Low Prio Transmit Clip Count"
        ::= { wfCctOptsEntry 14 }

    wfCctOptsIntrQHighWaterPkts OBJECT-TYPE
        SYNTAX	Gauge
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Interrupt Queue high-water mark"
        ::= { wfCctOptsEntry 15 }

    wfCctOptsHiQHighWaterPkts OBJECT-TYPE
        SYNTAX	Gauge
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "High-priority Queue high-water mark"
        ::= { wfCctOptsEntry 16 }

    wfCctOptsNormalQHighWaterPkts OBJECT-TYPE
        SYNTAX	Gauge
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Normal Queue high-water mark"
        ::= { wfCctOptsEntry 17 }

    wfCctOptsLoQHighWaterPkts OBJECT-TYPE
        SYNTAX	Gauge
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Low-priority Queue high-water mark"
        ::= { wfCctOptsEntry 18 }

    wfCctOptsHighWaterPktsClear OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Attribute to clear the high-water marks. When the MIB
                changes, Priority Queueing (if ENABLED) checks to see
                if HighWaterPktsClear is different than the last time the MIB
                was modified in any way.  If it is different,
                all the high water marks (see above) are set to zero."
        ::= { wfCctOptsEntry 19 }

    wfCctOptsDroppedPkts OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Packets which were filtered in Priority Queueing"
        ::= { wfCctOptsEntry 20 }

    wfCctOptsLargePkts OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Large Packets which became an exception to latency rules"
        ::= { wfCctOptsEntry 21 }

    wfCctOptsRxPkts OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Packets received"
        ::= { wfCctOptsEntry 22 }

    wfCctOptsChooserType OBJECT-TYPE
        SYNTAX	INTEGER {
    		    random(1),
    		    addrbased(2),
                    multilinkfr(3)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Algorithm to choose line within a multiline circuit"
        DEFVAL	{ addrbased }
        ::= { wfCctOptsEntry 23 }

    wfCctOptsPqDequeueAlgType OBJECT-TYPE
        SYNTAX	INTEGER {
    		    prioritization(1),
    		    allocation(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Selection of Priority Queueing dequeueing algorithm
                PQ_STRICT_PRIORITIZATION is 'classical' 7.50 dequeueing.
                PQ_BANDWIDTH_ALLOCATION makes exceptions to strict
                prioritization in order to prevent starvation of the
                Normal and/or Low priority traffic."
        DEFVAL	{ allocation }
        ::= { wfCctOptsEntry 24 }

    wfCctOptsHiPercent OBJECT-TYPE
        SYNTAX	INTEGER {
    		    default(70)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This is the percent of the SYNC line bandwidth that
                the network manager wishes to allocate to traffic
                which has been configured to be High Priority.
                This parameter only has meaning when the bandwidth allocation
                dequeueing algorithm is enabled by setting the dequeueing
                algorithm type appropriately.
                With this parameter
                set other than 100, each time the configured percent
                utilization is reached, Normal and Low traffic is
                sent out (if any is queued up), up to their
                configured percentages."
        DEFVAL	{ default }
        ::= { wfCctOptsEntry 25 }

    wfCctOptsNormalPercent OBJECT-TYPE
        SYNTAX	INTEGER {
    		    default(20)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "The minimum percent of the SYNC line that Normal-priority
                traffic will get (if there is any) when the Bandwidth
                Allocation feature is enabled.
                See text for wfCctOptsHiPercent for more information."
        DEFVAL	{ default }
        ::= { wfCctOptsEntry 26 }

    wfCctOptsLoPercent OBJECT-TYPE
        SYNTAX	INTEGER {
    		    default(10)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "The minimum percent of the SYNC line that Low-priority traffic
                will get (if there is any) when the Bandwidth Allocation
                feature is enabled.
                See text for wfCctOptsHiPercent for more information."
        DEFVAL	{ default }
        ::= { wfCctOptsEntry 27 }

    wfCctOptsHiTotalOctets OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Running total of High Octets transmitted when
                using Bandwidth Allocation dequeueing algorithm"
        ::= { wfCctOptsEntry 28 }

    wfCctOptsNormalTotalOctets OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Running total of Normal Octets transmitted when
                using Bandwidth Allocation dequeueing algorithm"
        ::= { wfCctOptsEntry 29 }

    wfCctOptsLoTotalOctets OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Running total of Low Octets transmitted when
                using Bandwidth Allocation dequeueing algorithm"
        ::= { wfCctOptsEntry 30 }

    wfCctOptsCircuitType OBJECT-TYPE
        SYNTAX	INTEGER {
    		    normal(1),
    		    primary(2),
    		    dialondemand(3),
    		    bandwidthondemand(4),
                    standbyprimary(5),
    		    unused(99)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Circuit Type Attribute"
        DEFVAL	{ normal }
        ::= { wfCctOptsEntry 31 }

    wfCctOptsBackupCct OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "backup circuit number"
        ::= { wfCctOptsEntry 32 }

    wfCctOptsPrimaryCctWanProtocolType OBJECT-TYPE
        SYNTAX	INTEGER {
    		    unknown(1),
    		    ppp(2),
    		    relay(3),
    		    sync(4)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "The type of WAN protocol type which is running
                on the primary line. This attribute is only
                read when a dial backup circuit is using this
                mib record."
        DEFVAL	{ unknown }
        ::= { wfCctOptsEntry 33 }

    wfCctOptsMacFilterFormat OBJECT-TYPE
        SYNTAX	INTEGER {
    		    default(1),
    		    tokenring(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Used to force the Mac src/dst address to be matched
                in Token Ring format."
        DEFVAL	{ default }
        ::= { wfCctOptsEntry 34 }

    wfCctOptsPktsNotQueued OBJECT-TYPE
        SYNTAX Counter
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION
                "Packets that were not Queued or Dropped by  
                 Priority Queuing "
        ::= { wfCctOptsEntry 35 }

    wfCctOptsBitsShiftCount OBJECT-TYPE
        SYNTAX  INTEGER (0..30)
        ACCESS  read-write
        STATUS  mandatory
        DESCRIPTION
                "Used to shift src/dst address to the right
                when addressed based chooser is set."
        ::= { wfCctOptsEntry 36 }

    wfCctOptsFrSetDeLowQ OBJECT-TYPE
        SYNTAX INTEGER {
                   default(1),
                   dontsetdebit(2)
               }
        ACCESS read-write
        STATUS mandatory
        DESCRIPTION
                "Used on Frame Relay interfaces, allows Set of 
                 DE ( Discard Eligible ) bit of packets that end up 
                 in PQ's Low Queue, the Default is Do Set DE bit"
        DEFVAL { default }
        ::= { wfCctOptsEntry 37 }

    wfCctOptsFrSetDeNormQ OBJECT-TYPE
        SYNTAX INTEGER {
                   default(1),
                   setdebit(2)
               }
        ACCESS read-write
        STATUS mandatory
        DESCRIPTION
                "Used on Frame Relay interfaces, allows Set of 
                 DE ( Discard Eligible ) bit of packets that end up 
                 in PQ's Normal Queue, the Default is Don't Set DE bit"
        DEFVAL { default }
        ::= { wfCctOptsEntry 38 }

    wfCctOptsShapedPriorityQueueLimit OBJECT-TYPE
        SYNTAX  INTEGER {
                    default(200)
                }
        ACCESS  read-write
        STATUS  mandatory
        DESCRIPTION
                "Frame Relay Traffic Shaping Priority Queue Limit.
                 the minimum valid value is zerom no maximum valid
                 value (limited by bufs for the slot)."
        DEFVAL  { default }
        ::= { wfCctOptsEntry 39 }

    wfCctOptsMaxShapedPriorityQueueLatency OBJECT-TYPE
        SYNTAX  INTEGER(100..5000)
        ACCESS  read-write
        STATUS  mandatory
        DESCRIPTION
                "Frame Relay Traffic Shaping Priority Queue Latency."
        DEFVAL  { 250 }
        ::= { wfCctOptsEntry 40 }

    wfCctOptsShapedXmits OBJECT-TYPE
        SYNTAX  Counter
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Frame Relay Traffic Shaping Priority Transmit count."
        ::= { wfCctOptsEntry 41 }

    wfCctOptsShapedClippedPkts OBJECT-TYPE
        SYNTAX  Counter
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Frame Relay Traffic Shaping Transmit Clip count."
        ::= { wfCctOptsEntry 42 }

    wfCctOptsShapedQHighWaterPkts OBJECT-TYPE
        SYNTAX  Gauge
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Frame Relay Traffic Shaping Queue high-water mark."
        ::= { wfCctOptsEntry 43 }

    wfCctOptsShapedTotalOctets OBJECT-TYPE
        SYNTAX  Counter
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Running total of Frame Relay Traffic Shaping octets
                 transmitted."
        ::= { wfCctOptsEntry 44 }

    wfCctOptsBrFilterTable OBJECT-TYPE
        SYNTAX	SEQUENCE OF WfCctOptsBrFilterEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "Bridge  Filters"
        ::= { wfCircuitOptsGroup 2 }

    wfCctOptsBrFilterEntry OBJECT-TYPE
        SYNTAX	WfCctOptsBrFilterEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "An entry in WfCctOptsBrFilterTable."
        INDEX	{ wfCctOptsBrFilterCct,
    		  wfCctOptsBrFilterRuleNumber,
    		  wfCctOptsBrFilterFragment }
        ::= { wfCctOptsBrFilterTable 1 }

    WfCctOptsBrFilterEntry ::= SEQUENCE {
    	    wfCctOptsBrFilterCreate
    		INTEGER,
    	    wfCctOptsBrFilterEnable
    		INTEGER,
    	    wfCctOptsBrFilterState
    		INTEGER,
    	    wfCctOptsBrFilterCounter
    		Counter,
    	    wfCctOptsBrFilterDefinition
    		OCTET STRING,
    	    wfCctOptsBrFilterReserved
    		INTEGER,
    	    wfCctOptsBrFilterCct
    		INTEGER,
    	    wfCctOptsBrFilterRuleNumber
    		INTEGER,
    	    wfCctOptsBrFilterFragment
    		INTEGER,
    	    wfCctOptsBrFilterName
    		DisplayString
        }

    wfCctOptsBrFilterCreate OBJECT-TYPE
        SYNTAX	INTEGER {
    		    created(1),
    		    deleted(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Defines the existence of the traffic filter rule:
                created - traffic filter exists
                delete - traffic filter does not exist and can be deleted."
        DEFVAL	{ created }
        ::= { wfCctOptsBrFilterEntry 1 }

    wfCctOptsBrFilterEnable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enabled(1),
    		    disabled(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Defines whether or not the traffic filter rule should be used:
                enabled - activate the rule.
                disabled - inactivate the rule."
        DEFVAL	{ enabled }
        ::= { wfCctOptsBrFilterEntry 2 }

    wfCctOptsBrFilterState OBJECT-TYPE
        SYNTAX	INTEGER {
    		    active(1),
    		    error(2),
    		    inactive(3)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Defines the current State of the traffic filter:
                inactive - the rule is not in use.
                active - the rule is being used.
                error - the application detected an error in the rule."
        DEFVAL	{ inactive }
        ::= { wfCctOptsBrFilterEntry 3 }

    wfCctOptsBrFilterCounter OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "The number of received packets that have
                matched this rule."
        ::= { wfCctOptsBrFilterEntry 4 }

    wfCctOptsBrFilterDefinition OBJECT-TYPE
        SYNTAX	OCTET STRING
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "The filter rule definition."
        ::= { wfCctOptsBrFilterEntry 5 }

    wfCctOptsBrFilterReserved OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Reserved field."
        ::= { wfCctOptsBrFilterEntry 6 }

    wfCctOptsBrFilterCct OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "The ID of the CctBridge Cct to which the
                filter is applied."
        ::= { wfCctOptsBrFilterEntry 7 }

    wfCctOptsBrFilterRuleNumber OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "ID for the rule."
        ::= { wfCctOptsBrFilterEntry 8 }

    wfCctOptsBrFilterFragment OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Fragment number - for large rules."
        ::= { wfCctOptsBrFilterEntry 9 }

    wfCctOptsBrFilterName OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "name of the rule number"
        ::= { wfCctOptsBrFilterEntry 10 }

    wfCctOptsIpFilterTable OBJECT-TYPE
        SYNTAX	SEQUENCE OF WfCctOptsIpFilterEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "Ip  Filters"
        ::= { wfCircuitOptsGroup 3 }

    wfCctOptsIpFilterEntry OBJECT-TYPE
        SYNTAX	WfCctOptsIpFilterEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "An entry in WfCctOptsIpFilterTable."
        INDEX	{ wfCctOptsIpFilterCct,
    		  wfCctOptsIpFilterRuleNumber,
    		  wfCctOptsIpFilterFragment }
        ::= { wfCctOptsIpFilterTable 1 }

    WfCctOptsIpFilterEntry ::= SEQUENCE {
    	    wfCctOptsIpFilterCreate
    		INTEGER,
    	    wfCctOptsIpFilterEnable
    		INTEGER,
    	    wfCctOptsIpFilterState
    		INTEGER,
    	    wfCctOptsIpFilterCounter
    		Counter,
    	    wfCctOptsIpFilterDefinition
    		OCTET STRING,
    	    wfCctOptsIpFilterReserved
    		INTEGER,
    	    wfCctOptsIpFilterCct
    		INTEGER,
    	    wfCctOptsIpFilterRuleNumber
    		INTEGER,
    	    wfCctOptsIpFilterFragment
    		INTEGER,
    	    wfCctOptsIpFilterName
    		DisplayString
        }

    wfCctOptsIpFilterCreate OBJECT-TYPE
        SYNTAX	INTEGER {
    		    created(1),
    		    deleted(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Defines the existence of the traffic filter rule:
                created - traffic filter exists
                delete - traffic filter does not exist and can be deleted."
        DEFVAL	{ created }
        ::= { wfCctOptsIpFilterEntry 1 }

    wfCctOptsIpFilterEnable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enabled(1),
    		    disabled(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Defines whether or not the traffic filter rule should be used:
                enabled - activate the rule.
                disabled - inactivate the rule."
        DEFVAL	{ enabled }
        ::= { wfCctOptsIpFilterEntry 2 }

    wfCctOptsIpFilterState OBJECT-TYPE
        SYNTAX	INTEGER {
    		    active(1),
    		    error(2),
    		    inactive(3)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Defines the current State of the traffic filter:
                inactive - the rule is not in use.
                active - the rule is being used.
                error - the application detected an error in the rule."
        DEFVAL	{ inactive }
        ::= { wfCctOptsIpFilterEntry 3 }

    wfCctOptsIpFilterCounter OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "The number of received packets that have
                matched this rule."
        ::= { wfCctOptsIpFilterEntry 4 }

    wfCctOptsIpFilterDefinition OBJECT-TYPE
        SYNTAX	OCTET STRING
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "The filter rule definition."
        ::= { wfCctOptsIpFilterEntry 5 }

    wfCctOptsIpFilterReserved OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Reserved field."
        ::= { wfCctOptsIpFilterEntry 6 }

    wfCctOptsIpFilterCct OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "The ID of the CctIp Cct to which the
                filter is applied."
        ::= { wfCctOptsIpFilterEntry 7 }

    wfCctOptsIpFilterRuleNumber OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "ID for the rule."
        ::= { wfCctOptsIpFilterEntry 8 }

    wfCctOptsIpFilterFragment OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Fragment number - for large rules."
        ::= { wfCctOptsIpFilterEntry 9 }

    wfCctOptsIpFilterName OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "name of the rule number"
        ::= { wfCctOptsIpFilterEntry 10 }

    wfCctOptsLengthBasedTable OBJECT-TYPE
        SYNTAX	SEQUENCE OF WfCctOptsLengthBasedEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "Length Based Priority Table"
        ::= { wfCircuitOptsGroup 4 }

    wfCctOptsLengthBasedEntry OBJECT-TYPE
        SYNTAX	WfCctOptsLengthBasedEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "An entry in WfCctOptsLengthBasedTable."
        INDEX	{ wfCctOptsLengthBasedCct,
    		  wfCctOptsLengthBasedMux,
    		  wfCctOptsLengthBasedData }
        ::= { wfCctOptsLengthBasedTable 1 }

    WfCctOptsLengthBasedEntry ::= SEQUENCE {
    	    wfCctOptsLengthBasedDelete
    		INTEGER,
    	    wfCctOptsLengthBasedDisable
    		INTEGER,
    	    wfCctOptsLengthBasedState
    		INTEGER,
    	    wfCctOptsLengthBasedCct
    		INTEGER,
    	    wfCctOptsLengthBasedMux
    		INTEGER,
    	    wfCctOptsLengthBasedData
    		OCTET STRING,
    	    wfCctOptsLengthBasedLength
    		INTEGER,
    	    wfCctOptsLengthBasedLessThanQ
    		INTEGER,
    	    wfCctOptsLengthBasedGreaterThanQ
    		INTEGER
        }

    wfCctOptsLengthBasedDelete OBJECT-TYPE
        SYNTAX	INTEGER {
    		    created(1),
    		    deleted(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Defines the existence of the length based priority filter rule:
                created - traffic filter exists
                delete - traffic filter does not exist and can be deleted."
        DEFVAL	{ created }
        ::= { wfCctOptsLengthBasedEntry 1 }

    wfCctOptsLengthBasedDisable OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enabled(1),
    		    disabled(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Defines whether or not the length based priority filter rule should be used:
                enabled - activate the rule.
                disabled - inactivate the rule."
        DEFVAL	{ enabled }
        ::= { wfCctOptsLengthBasedEntry 2 }

    wfCctOptsLengthBasedState OBJECT-TYPE
        SYNTAX	INTEGER {
    		    active(1),
    		    error(2),
    		    inactive(3)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Defines the current State of the length based priority filter:
                inactive - the rule is not in use.
                active - the rule is being used.
                error - the application detected an error in the rule."
        DEFVAL	{ inactive }
        ::= { wfCctOptsLengthBasedEntry 3 }

    wfCctOptsLengthBasedCct OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "The ID of the Cct to which the filter is applied"
        ::= { wfCctOptsLengthBasedEntry 4 }

    wfCctOptsLengthBasedMux OBJECT-TYPE
        SYNTAX	INTEGER {
    		    etype(1),
    		    lsap(2),
    		    snap(3)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "packet mux type"
        ::= { wfCctOptsLengthBasedEntry 5 }

    wfCctOptsLengthBasedData OBJECT-TYPE
        SYNTAX	OCTET STRING (SIZE (5))
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "a five byte quantity of the form
                ethernet  - 0x6003000000 (e.g. DECnet)
                lsap      - 0xfefe030000 (e.g. OSI)
                snap      - 0x0000000800 (e.g. IP)
                   - 0x0800070800 (e.g. Appletalk DDP)"
        ::= { wfCctOptsLengthBasedEntry 6 }

    wfCctOptsLengthBasedLength OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Maximum length of a packet to be considered high priority"
        ::= { wfCctOptsLengthBasedEntry 7 }

    wfCctOptsLengthBasedLessThanQ OBJECT-TYPE
        SYNTAX	INTEGER {
    		    hi(3),
    		    normal(2),
    		    lo(1)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "queue into which packets of length less than or equal
                wfCctOptsLengthBasedLength are placed"
        DEFVAL	{ normal }
        ::= { wfCctOptsLengthBasedEntry 8 }

    wfCctOptsLengthBasedGreaterThanQ OBJECT-TYPE
        SYNTAX	INTEGER {
    		    hi(3),
    		    normal(2),
    		    lo(1)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "queue into which packets of length greater than
                wfCctOptsLengthBasedLength are placed"
        DEFVAL	{ lo }
        ::= { wfCctOptsLengthBasedEntry 9 }

    wfSwservOptsTable OBJECT-TYPE
        SYNTAX	SEQUENCE OF WfSwservOptsEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "The table of circuits defined  over  switched services"
        ::= { wfCircuitOptsGroup 5 }

    wfSwservOptsEntry OBJECT-TYPE
        SYNTAX	WfSwservOptsEntry
        ACCESS	not-accessible
        STATUS	mandatory
        DESCRIPTION
                "Entry  format for the table  of sw_serv circuit options"
        INDEX	{ wfSwservOptsCct }
        ::= { wfSwservOptsTable 1 }

    WfSwservOptsEntry ::= SEQUENCE {
    	    wfSwservOptsDelete
    		INTEGER,
    	    wfSwservOptsCct
    		INTEGER,
    	    wfSwservOptsCircuitType
    		INTEGER,
    	    wfSwservOptsBackupCct
    		INTEGER,
    	    wfSwservOptsBackupPool
    		INTEGER,
    	    wfSwservOptsDemandPool
    		INTEGER,
    	    wfSwservOptsBackupMode
    		INTEGER,
    	    wfSwservOptsActiveBackupCct
    		INTEGER,
    	    wfSwservOptsForcedDial
    		INTEGER,
    	    wfSwservOptsMaxUpTime
    		INTEGER,
    	    wfSwservOptsBringUpHour
    		INTEGER,
    	    wfSwservOptsBringUpMinute
    		INTEGER,
    	    wfSwservOptsTakeDownHour
    		INTEGER,
    	    wfSwservOptsTakeDownMinute
    		INTEGER,
    	    wfSwservOptsInactivityTime
    		INTEGER,
    	    wfSwservOptsCircuitState
    		INTEGER,
    	    wfSwservOptsPrimaryDownTime
    		INTEGER,
    	    wfSwservOptsNumOutgoingConn
    		Counter,
    	    wfSwservOptsNumIncomingConn
    		Counter,
    	    wfSwservOptsActiveSlot
    		INTEGER,
    	    wfSwservOptsActiveLine
    		INTEGER,
    	    wfSwservOptsPacketsDropped
    		Counter,
    	    wfSwservOptsTimeLastPktDropped
    		INTEGER,
    	    wfSwservOptsForcedTakedown
    		INTEGER,
    	    wfSwservOptsRetryMax
    		INTEGER,
    	    wfSwservOptsRetryCount
    		Counter,
    	    wfSwservOptsRetryDelay
    		INTEGER,
    	    wfSwservOptsDemandConnectionMode
    		INTEGER,
    	    wfSwservOptsAutoDemandTermination
    		INTEGER,
    	    wfSwservOptsAutoDemandTermReset
    		INTEGER,
    	    wfSwservOptsChapLocalName
    		DisplayString,
    	    wfSwservOptsChapSecret
    		DisplayString,
    	    wfSwservOptsMaxUpTermination
    		INTEGER,
    	    wfSwservOptsMaxUpTermReset
    		INTEGER,
    	    wfSwservOptsBandwidthPool
    		INTEGER,
    	    wfSwservOptsBandwidthMode
    		INTEGER,
    	    wfSwservOptsPapId
    		DisplayString,
    	    wfSwservOptsPapPassword
    		DisplayString,
    	    wfSwservOptsDebugMsgLevel
    		INTEGER,
    	    wfSwservOptsDmdCctGroupNum
    		INTEGER,
    	    wfSwservOptsWanProtocol
    		INTEGER,
    	    wfSwservOptsSecondaryCct
    		INTEGER,
    	    wfSwservOptsPoolLineNumber
    		INTEGER,
    	    wfSwservOptsPoolLineIndex
    		INTEGER,
    	    wfSwservOptsMinDuration
    		INTEGER,
    	    wfSwservOptsInactivityMode
    		INTEGER,
    	    wfSwservOptsOpportunityRouting
    		INTEGER,
    	    wfSwservOptsOutboundAuth
    		INTEGER,
    	    wfSwservOptsOverSubRetryTimer
    		INTEGER,
    	    wfSwservOptsStandbyMode
    		INTEGER,
    	    wfSwservOptsStandbyFailBackMode
    		INTEGER,
    	    wfSwservOptsManualStandbyAction
    		INTEGER,
            wfSwservOptsCallbackMode
                INTEGER,
            wfSwservOptsCallbackServerDelay
                INTEGER,
            wfSwservOptsCallbackClientDelay
                INTEGER,
    	    wfSwservOptsQueueSize
    		INTEGER,
            wfSwservOptsDequeueWaitTimer
		INTEGER,
            wfSwservOptsMru
                INTEGER,
            wfSwservOptsRfc1661Compliance
                INTEGER
        }

    wfSwservOptsDelete OBJECT-TYPE
        SYNTAX	INTEGER {
    		    created(1),
    		    deleted(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Creation and deletion flag"
        DEFVAL	{ created }
        ::= { wfSwservOptsEntry 1 }

    wfSwservOptsCct OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Circuit Number"
        ::= { wfSwservOptsEntry 2 }

    wfSwservOptsCircuitType OBJECT-TYPE
        SYNTAX	INTEGER {
    		    normal(1),
    		    primary(2),
    		    dialondemand(3),
    		    bandwidthondemand(4)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Circuit Type Attribute"
        DEFVAL	{ normal }
        ::= { wfSwservOptsEntry 3 }

    wfSwservOptsBackupCct OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Backup Circuit Number assigned by site manager"
        ::= { wfSwservOptsEntry 4 }

    wfSwservOptsBackupPool OBJECT-TYPE
        SYNTAX	INTEGER(1..255)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Backup Pool Id"
        ::= { wfSwservOptsEntry 5 }

    wfSwservOptsDemandPool OBJECT-TYPE
        SYNTAX	INTEGER(1..255)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Dial on Demand Pool Id"
        ::= { wfSwservOptsEntry 6 }

    wfSwservOptsBackupMode OBJECT-TYPE
        SYNTAX	INTEGER {
    		    master(1),
    		    slave(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Mode  Master ( initiate  dialing ) or Slave"
        DEFVAL	{ master }
        ::= { wfSwservOptsEntry 7 }

    wfSwservOptsActiveBackupCct OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Active Backup Indicator"
        ::= { wfSwservOptsEntry 8 }

    wfSwservOptsForcedDial OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enabled(1),
    		    disabled(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Forced Dial Indicator"
        DEFVAL	{ disabled }
        ::= { wfSwservOptsEntry 9 }

    wfSwservOptsMaxUpTime OBJECT-TYPE
        SYNTAX	INTEGER(1..999999)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Max amount fo time dial call can exist"
        DEFVAL	{ 60 }
        ::= { wfSwservOptsEntry 10 }

    wfSwservOptsBringUpHour OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Time of day hour to allow a line to dial"
        ::= { wfSwservOptsEntry 11 }

    wfSwservOptsBringUpMinute OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Time of day minute to allow a line to dial"
        ::= { wfSwservOptsEntry 12 }

    wfSwservOptsTakeDownHour OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Time of day hour to take down a dial line"
        ::= { wfSwservOptsEntry 13 }

    wfSwservOptsTakeDownMinute OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Time of day minute to take down a dial line"
        ::= { wfSwservOptsEntry 14 }

    wfSwservOptsInactivityTime OBJECT-TYPE
        SYNTAX	INTEGER(1..2147483647)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Maximum for inactivity timer is equal to
                infinity = 99999999"
        DEFVAL	{ 60 }
        ::= { wfSwservOptsEntry 15 }

    wfSwservOptsCircuitState OBJECT-TYPE
        SYNTAX	INTEGER {
    		    active(1),
    		    inactive(2),
    		    notpresent(3)
    		}
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Circuit State"
        DEFVAL	{ notpresent }
        ::= { wfSwservOptsEntry 16 }

    wfSwservOptsPrimaryDownTime OBJECT-TYPE
        SYNTAX	INTEGER {
    		    default(5)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Amount of time allowed for establishment of primary before
                the backup is invoked"
        DEFVAL	{ default }
        ::= { wfSwservOptsEntry 17 }

    wfSwservOptsNumOutgoingConn OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Number of Outgoing call attempts for this circuit"
        ::= { wfSwservOptsEntry 18 }

    wfSwservOptsNumIncomingConn OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Number of Incoming call attempts for this circuit"
        ::= { wfSwservOptsEntry 19 }

    wfSwservOptsActiveSlot OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Slot actively in use by this call"
        ::= { wfSwservOptsEntry 20 }

    wfSwservOptsActiveLine OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Line actively in use by this call"
        ::= { wfSwservOptsEntry 21 }

    wfSwservOptsPacketsDropped OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Number of Incoming call attempts for this circuit"
        ::= { wfSwservOptsEntry 22 }

    wfSwservOptsTimeLastPktDropped OBJECT-TYPE
        SYNTAX	INTEGER
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Number of Incoming call attempts for this circuit"
        ::= { wfSwservOptsEntry 23 }

    wfSwservOptsForcedTakedown OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enabled(1),
    		    disabled(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Forced Dial Indicator"
        DEFVAL	{ disabled }
        ::= { wfSwservOptsEntry 24 }

    wfSwservOptsRetryMax OBJECT-TYPE
        SYNTAX	INTEGER(1..10)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Redial count"
        DEFVAL	{ 2 }
        ::= { wfSwservOptsEntry 25 }

    wfSwservOptsRetryCount OBJECT-TYPE
        SYNTAX	Counter
        ACCESS	read-only
        STATUS	mandatory
        DESCRIPTION
                "Redial count"
        ::= { wfSwservOptsEntry 26 }

    wfSwservOptsRetryDelay OBJECT-TYPE
        SYNTAX	INTEGER(1..60)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "delay to wait after retrys fails. value is in seconds"
        DEFVAL	{ 3 }
        ::= { wfSwservOptsEntry 27 }

    wfSwservOptsDemandConnectionMode OBJECT-TYPE
        SYNTAX	INTEGER {
    		    nodial(1),
    		    collmaster(2),
    		    collslave(3)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Mode Master - outgoing call has precedence terminate
                incoming call
                Slave - incoming call has precedence terminate
                outgoing call
                 NO_Dial - if data is present do MOT establish connection
                just drop the data"
        DEFVAL	{ collmaster }
        ::= { wfSwservOptsEntry 28 }

    wfSwservOptsAutoDemandTermination OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enabled(1),
    		    disabled(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Automatically terminates demand circuit if
                maximum connect attempts reached"
        DEFVAL	{ disabled }
        ::= { wfSwservOptsEntry 29 }

    wfSwservOptsAutoDemandTermReset OBJECT-TYPE
        SYNTAX	INTEGER(1..999999)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Amount of time ( in Minutes )before atttempting to recreate
                the demand circuit after an auto termination"
        DEFVAL	{ 60 }
        ::= { wfSwservOptsEntry 30 }

    wfSwservOptsChapLocalName OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This attribute is used to assign a local CHAP Name to
                outbound calls to to inform our peer of our identity,
                during WHOAMI processing"
        ::= { wfSwservOptsEntry 31 }

    wfSwservOptsChapSecret OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Secret used for running CHAP when this cct is active.
                The peer must use the same secret when responding to our
                Challenges, which will be found in the Whoami Table"
        ::= { wfSwservOptsEntry 32 }

    wfSwservOptsMaxUpTermination OBJECT-TYPE
        SYNTAX	INTEGER {
    		    enabled(1),
    		    disabled(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Automatically terminates demand circuit if
                maximum connect attempts reached"
        DEFVAL	{ disabled }
        ::= { wfSwservOptsEntry 33 }

    wfSwservOptsMaxUpTermReset OBJECT-TYPE
        SYNTAX	INTEGER(1..999999)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Amount of time ( in Minutes )before atttempting to recreate
                the demand circuit after an auto termination"
        DEFVAL	{ 60 }
        ::= { wfSwservOptsEntry 34 }

    wfSwservOptsBandwidthPool OBJECT-TYPE
        SYNTAX	INTEGER(1..255)
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Bandwidth on Demand Pool Id"
        ::= { wfSwservOptsEntry 35 }

    wfSwservOptsBandwidthMode OBJECT-TYPE
        SYNTAX	INTEGER {
    		    monitor(1),
    		    normal(2)
    		}
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "Bandwidth Mode Monitor (Congestion Monitor) or NORMAL"
        DEFVAL	{ normal }
        ::= { wfSwservOptsEntry 36 }

    wfSwservOptsPapId OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This attribute is used to assign a local PAP Id to
                outbound calls to to inform our peer of our identity,
                during WHOAMI processing"
        ::= { wfSwservOptsEntry 37 }

    wfSwservOptsPapPassword OBJECT-TYPE
        SYNTAX	DisplayString
        ACCESS	read-write
        STATUS	mandatory
        DESCRIPTION
                "This attribute is used to assign a local PAP Password
                to outbound calls to to i