home *** CD-ROM | disk | FTP | other *** search
Text File | 2007-01-17 | 110.2 KB | 3,747 lines |
- -- NOMADIX Enterprise MIB
- --
- -- Nomadix, Inc
- -- 31355 Agoura Road
- -- Westlake Village, CA 91361
- -- +1 818 597 1500
- -- info@nomadix.com
- --
- -- Copyright (c) 1999-2002 Nomadix, Inc.
- -- All rights reserved.
- --
- -- NSE Version 15 For Proxim-AP 2500, 32 MB
-
-
- NOMADIX-MIB DEFINITIONS ::= BEGIN
-
- IMPORTS
- enterprises, Counter, IpAddress
- FROM RFC1155-SMI
- OBJECT-TYPE
- FROM RFC-1212
- TRAP-TYPE
- FROM RFC-1215;
-
- DisplayString ::= OCTET STRING
- MacAddress ::= OCTET STRING (SIZE(6))
- RowStatus ::= INTEGER {
- active(1),
- notInService(2),
- notReady(3),
- createAndGo(4),
- createAndWait(5),
- destroy(6)
- }
-
-
- nomadix OBJECT IDENTIFIER ::= { enterprises 3309 }
- products OBJECT IDENTIFIER ::= { nomadix 1 }
- oem OBJECT IDENTIFIER ::= { nomadix 2 }
-
- -- There are several products in the Subscriber Gateway family.
- -- This is the identifier that enumerates the individual products.
-
- ap2500 OBJECT IDENTIFIER ::= { oem 1 }
- aaa OBJECT IDENTIFIER ::= { ap2500 1 }
- accessControl OBJECT IDENTIFIER ::= { ap2500 4 }
- bandwidthManagement OBJECT IDENTIFIER ::= { ap2500 5 }
- billRecMirror OBJECT IDENTIFIER ::= { ap2500 6 }
- dat OBJECT IDENTIFIER ::= { ap2500 8 }
- dhcp OBJECT IDENTIFIER ::= { ap2500 10 }
- dns OBJECT IDENTIFIER ::= { ap2500 12 }
- hpr OBJECT IDENTIFIER ::= { ap2500 14 }
- icc OBJECT IDENTIFIER ::= { ap2500 16 }
- location OBJECT IDENTIFIER ::= { ap2500 19 }
- misc OBJECT IDENTIFIER ::= { ap2500 20 }
- passthrough OBJECT IDENTIFIER ::= { ap2500 24 }
- smtp OBJECT IDENTIFIER ::= { ap2500 30 }
- nseSystem OBJECT IDENTIFIER ::= { ap2500 34 }
- urlFiltering OBJECT IDENTIFIER ::= { ap2500 36 }
-
-
-
-
-
-
-
- --
- -- Begin AAA MIB
- --
- aaaOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable AAA, 0 to disable."
- ::= { aaa 1 }
-
- aaaXmlOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable AAA XML Interface, 0 to disable."
- ::= { aaa 2 }
-
- aaaXmlSenderIp OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP address of the server that will send/process XML commands for
- subscriber management."
- ::= { aaa 3 }
-
- aaaPassthroughPortOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable AAA Passthrough Port, 0 to disable."
- ::= { aaa 5 }
-
- aaaPassthroughPortNumber OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The port number which is set as passthrough. Must be
- different from 80, 2111 and 1111."
- ::= { aaa 6 }
-
- aaaAuthMode OBJECT-TYPE
- SYNTAX INTEGER { internalAuthorization(0), externalAuthorization(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 0 to use Internal Authorization mode, 1 to use External Authorization mode."
- ::= { aaa 8 }
-
- --------------------
- -- AAA INTERNAL AUTH
- --------------------
- aaaInternalAuth OBJECT IDENTIFIER ::= { aaa 9 }
-
- -- AAA SSL SUPPORT ON
- aaaSslOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable SSL support, 0 to disable.
- Please reboot if you change this value."
- ::= { aaaInternalAuth 1 }
-
- -- AAA SSL SUPPORT CERTIFICATE DNS NAME
- aaaSslHostName OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the certificate DNS name used by SSL"
- ::= { aaaInternalAuth 2 }
-
- -- AAA PORTAL PAGE ON
- aaaPortalPageOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable portal page redirection, 0 to disable."
- ::= { aaaInternalAuth 3 }
-
- -- AAA PORTAL PAGE URL
- aaaPortalPageUrl OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the URL of the portal page web server"
- ::= { aaaInternalAuth 4 }
-
- -- AAA USERNAME ON
- aaaUsernameOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable username/password, 0 to disable."
- ::= { aaaInternalAuth 5 }
- -- AAA NEW SUBSCRIBER ON
- aaaNewSubscriberOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to allow new subscribers, 0 to disable."
- ::= { aaaInternalAuth 6 }
- -- AAA CREDIT CARD ON
- aaaCreditCardOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable credit card, 0 to disable."
- ::= { aaaInternalAuth 7 }
- -- AAA CREDIT CARD URL
- aaaCreditCardUrl OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the URL of the Credit Card Service Server"
- ::= { aaaInternalAuth 8 }
- -- AAA CREDIT CARD IP
- aaaCreditCardIp OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The IP address of the Credit Card Service Server"
- ::= { aaaInternalAuth 9 }
- -- AAA MERCHANT ID
- aaaMerchantId OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify Merchant ID used for Credit Card Service"
- ::= { aaaInternalAuth 10 }
- -- AAA SMART CLIENT SUPPORT ON
- aaaSmartClientOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable Smart client support, 0 to disable."
- ::= { aaaInternalAuth 11 }
- --------------------
- -- AAA EXTERNAL AUTH
- --------------------
- aaaExternalAuth OBJECT IDENTIFIER ::= { aaa 10 }
- -- AAA SECRET KEY
- aaaSecretKey OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the secret key shared by the SmartAP and the external server"
- ::= { aaaExternalAuth 1 }
- -- AAA EXTERNAL AUTH IP address
- aaaExternalIPAddress OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify external authorization server IP Address."
- ::= { aaaExternalAuth 2 }
- -- AAA AUTHORIZATION URL
- aaaAuthorizationUrl OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify external authorization server URL."
- ::= { aaaExternalAuth 3 }
-
- --------------------
- -- AAA LOGGING
- --------------------
-
- -- AAA LOGGING ON
- aaaLoggingOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled (1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Setting this value to (1) will enable logging (via standard
- SYSLOG) of AAA messages. Setting this value to (0) will
- disable AAA logging."
- ::= { aaa 11 }
-
- --
- -- AAA LOG NUMBER
- --
- aaaLogNumber OBJECT-TYPE
- SYNTAX INTEGER(0..7)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The log number (0-7 of standard SYSLOG) for AAA logging."
- ::= { aaa 12 }
-
- --
- -- AAA LOG SERVER IP
- --
- aaaLogServerIp OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP address of the SYSLOG server to receive AAA messages."
- ::= { aaa 13 }
-
-
- --------------------
- -- AAA BILLING OPTION
- --------------------
- aaaBillingOption OBJECT IDENTIFIER ::= { aaa 14 }
- -- AAA BILLOPT INTRO MSG
- aaaBilloptIntroMsg OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the billing provisioning page intro message"
- ::= { aaaBillingOption 1 }
- -- AAA BILLOPT OFFER MSG
- aaaBilloptOfferMsg OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the billing provisioning page offer message"
- ::= { aaaBillingOption 2 }
- -- AAA BILLOPT POLICY MSG
- aaaBilloptPolicyMsg OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..117))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the billing provisioning page policy message"
- ::= { aaaBillingOption 3 }
- -- AAA BILLOPT RATE SHOW
- aaaBilloptRateShow OBJECT-TYPE
- SYNTAX INTEGER { minute(0),
- hour(1),
- day(2),
- week(3),
- month(4) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 0 if the time unit used is set to minutes,
- 1 if hours, 2 if days, 3 if weeks, and 4 if month."
- ::= { aaaBillingOption 4 }
- -- AAA BILLOPT MIN TIME Unit
- aaaBilloptMinTimeUnit OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set the minimum unit of time the subscriber can purchase"
- ::= { aaaBillingOption 5 }
- -- AAA BILLOPT FREE ACCESS TIME
- aaaBilloptFreeAccessTime OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set default free access time for zero $ billing."
- ::= { aaaBillingOption 6 }
- -- AAA BILLOPT MAX SUB LIFETIME
- aaaBilloptMaxSubLifetime OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set maximum subscriber lifetime for zero $ billing."
- ::= { aaaBillingOption 7 }
-
- -- AAA BILLOPT PLANS
- aaaBillingPlans OBJECT IDENTIFIER ::= { aaaBillingOption 8 }
- aaaBillingPlan0 OBJECT IDENTIFIER ::= { aaaBillingPlans 1 }
- aaaBillingPlan1 OBJECT IDENTIFIER ::= { aaaBillingPlans 2 }
- aaaBillingPlan2 OBJECT IDENTIFIER ::= { aaaBillingPlans 3 }
- aaaBillingPlan3 OBJECT IDENTIFIER ::= { aaaBillingPlans 4 }
- aaaBillingPlan4 OBJECT IDENTIFIER ::= { aaaBillingPlans 5 }
- aaaBillingPlan5 OBJECT IDENTIFIER ::= { aaaBillingPlans 6 }
-
- -- BILLING PLAN 0
- -- BILLING PLAN 0 ON
- aaaBillingPlanOn0 OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable billing plan 0, 0 to disable"
- ::= { aaaBillingPlan0 1 }
- -- BILLING PLAN 0 LABEL
- aaaBillingPlanLabel0 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Label for billing Plan 0"
- ::= { aaaBillingPlan0 2 }
- -- BILLING PLAN 0 DESCRIPTION
- aaaBillingPlanDesc0 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Service Description for billing Plan 0"
- ::= { aaaBillingPlan0 3 }
- -- BILLING PLAN 0 PRICE PER MIN
- aaaBillingPlanPricingMin0 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Minute for billing Plan 0"
- ::= { aaaBillingPlan0 4 }
- -- BILLING PLAN 0 PRICE PER HOUR
- aaaBillingPlanPricingHour0 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per hour for billing Plan 0"
- ::= { aaaBillingPlan0 5 }
- -- BILLING PLAN 0 PRICE PER DAY
- aaaBillingPlanPricingDay0 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per day for billing Plan 0"
- ::= { aaaBillingPlan0 6 }
- -- BILLING PLAN 0 PRICE PER WEEK
- aaaBillingPlanPricingWeek0 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per week for billing Plan 0"
- ::= { aaaBillingPlan0 7 }
- -- BILLING PLAN 0 PRICE PER MONTH
- aaaBillingPlanPricingMonth0 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Month for billing Plan 0"
- ::= { aaaBillingPlan0 8 }
- -- BILLING PLAN 0 BANDWIDTH UP
- aaaBillingPlanBandwidthUp0 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Up for billing Plan 0"
- ::= { aaaBillingPlan0 9 }
- -- BILLING PLAN 0 BANDWIDTH DOWN
- aaaBillingPlanBandwidthDown0 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Down for billing Plan 0"
- ::= { aaaBillingPlan0 10 }
- -- BILLING PLAN 0 DHCP POOL
- aaaBillingPlanDHCPPool0 OBJECT-TYPE
- SYNTAX INTEGER { private(0), public(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DHCP Pool for billing Plan 0: set to 0 for private pool,
- set to 1 for public pool"
- ::= { aaaBillingPlan0 11 }
- -- BILLING PLAN 1
- -- BILLING PLAN 1 ON
- aaaBillingPlanOn1 OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable billing plan 1, 0 to disable"
- ::= { aaaBillingPlan1 1 }
- -- BILLING PLAN 1 LABEL
- aaaBillingPlanLabel1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Label for billing Plan 1"
- ::= { aaaBillingPlan1 2 }
- -- BILLING PLAN 1 DESCRIPTION
- aaaBillingPlanDesc1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Service Description for billing Plan 1"
- ::= { aaaBillingPlan1 3 }
- -- BILLING PLAN 1 PRICE PER MIN
- aaaBillingPlanPricingMin1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Minute for billing Plan 1"
- ::= { aaaBillingPlan1 4 }
- -- BILLING PLAN 1 PRICE PER HOUR
- aaaBillingPlanPricingHour1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per hour for billing Plan 1"
- ::= { aaaBillingPlan1 5 }
- -- BILLING PLAN 1 PRICE PER DAY
- aaaBillingPlanPricingDay1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per day for billing Plan 1"
- ::= { aaaBillingPlan1 6 }
- -- BILLING PLAN 1 PRICE PER WEEK
- aaaBillingPlanPricingWeek1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per week for billing Plan 1"
- ::= { aaaBillingPlan1 7 }
- -- BILLING PLAN 1 PRICE PER MONTH
- aaaBillingPlanPricingMonth1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Month for billing Plan 1"
- ::= { aaaBillingPlan1 8 }
- -- BILLING PLAN 1 BANDWIDTH UP
- aaaBillingPlanBandwidthUp1 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Up for billing Plan 1"
- ::= { aaaBillingPlan1 9 }
- -- BILLING PLAN 1 BANDWIDTH DOWN
- aaaBillingPlanBandwidthDown1 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Down for billing Plan 1"
- ::= { aaaBillingPlan1 10 }
- -- BILLING PLAN 1 DHCP POOL
- aaaBillingPlanDHCPPool1 OBJECT-TYPE
- SYNTAX INTEGER { private(0), public(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DHCP Pool for billing Plan 1: set to 0 for private pool,
- set to 1 for public pool"
- ::= { aaaBillingPlan1 11 }
- -- BILLING PLAN 2
- -- BILLING PLAN 2 ON
- aaaBillingPlanOn2 OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable billing plan 2, 0 to disable"
- ::= { aaaBillingPlan2 1 }
- -- BILLING PLAN 2 LABEl
- aaaBillingPlanLabel2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Label for billing Plan 0"
- ::= { aaaBillingPlan2 2 }
- -- BILLING PLAN 2 DESCRIPTION
- aaaBillingPlanDesc2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Service Description for billing Plan 2"
- ::= { aaaBillingPlan2 3 }
- -- BILLING PLAN 2 PRICE PER MIN
- aaaBillingPlanPricingMin2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Minute for billing Plan 2"
- ::= { aaaBillingPlan2 4 }
- -- BILLING PLAN 2 PRICE PER HOUR
- aaaBillingPlanPricingHour2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per hour for billing Plan 2"
- ::= { aaaBillingPlan2 5 }
- -- BILLING PLAN 2 PRICE PER DAY
- aaaBillingPlanPricingDay2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per day for billing Plan 2"
- ::= { aaaBillingPlan2 6 }
- -- BILLING PLAN 2 PRICE PER WEEK
- aaaBillingPlanPricingWeek2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per week for billing Plan 2"
- ::= { aaaBillingPlan2 7 }
- -- BILLING PLAN 2 PRICE PER MONTH
- aaaBillingPlanPricingMonth2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Month for billing Plan 2"
- ::= { aaaBillingPlan2 8 }
- -- BILLING PLAN 2 BANDWIDTH UP
- aaaBillingPlanBandwidthUp2 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Up for billing Plan 2"
- ::= { aaaBillingPlan2 9 }
- -- BILLING PLAN 2 BANDWIDTH DOWN
- aaaBillingPlanBandwidthDown2 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Down for billing Plan 2"
- ::= { aaaBillingPlan2 10 }
- -- BILLING PLAN 2 DHCP POOL
- aaaBillingPlanDHCPPool2 OBJECT-TYPE
- SYNTAX INTEGER { private(0), public(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DHCP Pool for billing Plan 2: set to 0 for private pool,
- set to 1 for public pool"
- ::= { aaaBillingPlan2 11 }
- -- BILLING PLAN 3
- -- BILLING PLAN 3 ON
- aaaBillingPlanOn3 OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable billing plan 3, 0 to disable"
- ::= { aaaBillingPlan3 1 }
- -- BILLING PLAN 3 LABEL
- aaaBillingPlanLabel3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Label for billing Plan 3"
- ::= { aaaBillingPlan3 2 }
- -- BILLING PLAN 3 DESCRIPTION
- aaaBillingPlanDesc3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Service Description for billing Plan 3"
- ::= { aaaBillingPlan3 3 }
- -- BILLING PLAN 3 PRICE PER MIN
- aaaBillingPlanPricingMin3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Minute for billing Plan 3"
- ::= { aaaBillingPlan3 4 }
- -- BILLING PLAN 3 PRICE PER HOUR
- aaaBillingPlanPricingHour3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per hour for billing Plan 3"
- ::= { aaaBillingPlan3 5 }
- -- BILLING PLAN 3 PRICE PER DAY
- aaaBillingPlanPricingDay3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per day for billing Plan 3"
- ::= { aaaBillingPlan3 6 }
- -- BILLING PLAN 3 PRICE PER WEEK
- aaaBillingPlanPricingWeek3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per week for billing Plan 3"
- ::= { aaaBillingPlan3 7 }
- -- BILLING PLAN 3 PRICE PER MONTH
- aaaBillingPlanPricingMonth3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Month for billing Plan 3"
- ::= { aaaBillingPlan3 8 }
- -- BILLING PLAN 3 BANDWIDTH UP
- aaaBillingPlanBandwidthUp3 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Up for billing Plan 3"
- ::= { aaaBillingPlan3 9 }
- -- BILLING PLAN 3 BANDWIDTH DOWN
- aaaBillingPlanBandwidthDown3 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Down for billing Plan 3"
- ::= { aaaBillingPlan3 10 }
- -- BILLING PLAN 3 DHCP POOL
- aaaBillingPlanDHCPPool3 OBJECT-TYPE
- SYNTAX INTEGER { private(0), public(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DHCP Pool for billing Plan 3: set to 0 for private pool,
- set to 1 for public pool"
- ::= { aaaBillingPlan3 11 }
- -- BILLING PLAN 4
- -- BILLING PLAN 4 ON
- aaaBillingPlanOn4 OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable billing plan 4, 0 to disable"
- ::= { aaaBillingPlan4 1 }
- -- BILLING PLAN 4 LABEL
- aaaBillingPlanLabel4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Label for billing Plan 4"
- ::= { aaaBillingPlan4 2 }
- -- BILLING PLAN 4 DESCRIPTION
- aaaBillingPlanDesc4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Service Description for billing Plan 4"
- ::= { aaaBillingPlan4 3 }
- -- BILLING PLAN 4 PRICE PER MIN
- aaaBillingPlanPricingMin4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Minute for billing Plan 4"
- ::= { aaaBillingPlan4 4 }
- -- BILLING PLAN 4 PRICE PER HOUR
- aaaBillingPlanPricingHour4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per hour for billing Plan 4"
- ::= { aaaBillingPlan4 5 }
- -- BILLING PLAN 4 PRICE PER DAY
- aaaBillingPlanPricingDay4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per day for billing Plan 4"
- ::= { aaaBillingPlan4 6 }
- -- BILLING PLAN 4 PRICE PER WEEK
- aaaBillingPlanPricingWeek4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per week for billing Plan 4"
- ::= { aaaBillingPlan4 7 }
- -- BILLING PLAN 4 PRICE PER MONTH
- aaaBillingPlanPricingMonth4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Month for billing Plan 4"
- ::= { aaaBillingPlan4 8 }
- -- BILLING PLAN 4 BANDWIDTH UP
- aaaBillingPlanBandwidthUp4 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Up for billing Plan 4"
- ::= { aaaBillingPlan4 9 }
- -- BILLING PLAN 4 BANDWIDTH DOWN
- aaaBillingPlanBandwidthDown4 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Down for billing Plan 4"
- ::= { aaaBillingPlan4 10 }
- -- BILLING PLAN 4 DHCP POOL
- aaaBillingPlanDHCPPool4 OBJECT-TYPE
- SYNTAX INTEGER { private(0), public(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DHCP Pool for billing Plan 4: set to 0 for private pool,
- set to 1 for public pool"
- ::= { aaaBillingPlan4 11 }
- -- BILLING PLAN 5
- -- BILLING PLAN 5 ON
- aaaBillingPlanOn5 OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable billing plan 5, 0 to disable"
- ::= { aaaBillingPlan5 1 }
- -- BILLING PLAN 5 LABEL
- aaaBillingPlanLabel5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Label for billing Plan 5"
- ::= { aaaBillingPlan5 2 }
- -- BILLING PLAN 5 DESCRIPTION
- aaaBillingPlanDesc5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Service Description for billing Plan 5"
- ::= { aaaBillingPlan5 3 }
- -- BILLING PLAN 5 PRICE PER MIN
- aaaBillingPlanPricingMin5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Minute for billing Plan 5"
- ::= { aaaBillingPlan5 4 }
- -- BILLING PLAN 5 PRICE PER HOUR
- aaaBillingPlanPricingHour5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per hour for billing Plan 5"
- ::= { aaaBillingPlan5 5 }
- -- BILLING PLAN 5 PRICE PER DAY
- aaaBillingPlanPricingDay5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per day for billing Plan 5"
- ::= { aaaBillingPlan5 6 }
- -- BILLING PLAN 5 PRICE PER WEEK
- aaaBillingPlanPricingWeek5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per week for billing Plan 5"
- ::= { aaaBillingPlan5 7 }
- -- BILLING PLAN 5 PRICE PER MONTH
- aaaBillingPlanPricingMonth5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Rate Per Month for billing Plan 5"
- ::= { aaaBillingPlan5 8 }
- -- BILLING PLAN 5 BANDWIDTH UP
- aaaBillingPlanBandwidthUp5 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Up for billing Plan 5"
- ::= { aaaBillingPlan5 9 }
- -- BILLING PLAN 5 BANDWIDTH DOWN
- aaaBillingPlanBandwidthDown5 OBJECT-TYPE
- SYNTAX INTEGER(0..1500)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bandwidth Down for billing Plan 5"
- ::= { aaaBillingPlan5 10 }
- -- BILLING PLAN 5 DHCP POOL
- aaaBillingPlanDHCPPool5 OBJECT-TYPE
- SYNTAX INTEGER { private(0), public(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DHCP Pool for billing Plan 5: set to 0 for private pool,
- set to 1 for public pool"
- ::= { aaaBillingPlan5 11 }
- -------------------
- -- AAA SUB LOGIN UI
- -------------------
- aaaSubLoginUI OBJECT IDENTIFIER ::= { aaa 15 }
- -- AAA WEB SERVICE MSG
- aaaWebServiceMsg OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the service selection message"
- ::= { aaaSubLoginUI 1 }
- -- AAA WEB EXISTING USER MSG
- aaaWebExistingUserMsg OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the message for an existing user"
- ::= { aaaSubLoginUI 2 }
- -- AAA WEB NEW USER MSG
- aaaWebNewUsernameMsg OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the new username message"
- ::= { aaaSubLoginUI 3 }
- -- AAA WEB SERVICE MSG
- aaaWebContactMsg OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the contact message"
- ::= { aaaSubLoginUI 4 }
-
-
- -- AAA WEB JAVASCRIPT ON
- aaaWebJavascriptOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable Javascript, 0 to disable."
- ::= { aaaSubLoginUI 6 }
- -- AAA WEB REMEMBERME ON
- aaaWebRememberMeOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable Remember Me browser cookie, 0 to disable."
- ::= { aaaSubLoginUI 7 }
- -- AAA REMEMBERME MSG
- aaaRememberMeMsg OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the Remember Me message"
- ::= { aaaSubLoginUI 8 }
- -- AAA REMEMBERME DAYS
- aaaRememberMeDays OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set the number of days to retain the Remember Me browser cookie"
- ::= { aaaSubLoginUI 9 }
- -- AAA CURRENCY
- aaaCurrency OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the currency symbol, i.e. $."
- ::= { aaaSubLoginUI 10 }
- -- AAA AMOUNT DECIMALS
- aaaAmountDecimals OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set the number of decimals in the currency"
- ::= { aaaSubLoginUI 11 }
- -- AAA WEB IMAGE
- aaaWebImage OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the image file name"
- ::= { aaaSubLoginUI 12 }
- -- AAA WEB PAGE BGCOLOR
- aaaWebPageBgcolor OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the background color. i.e. #99CCFF.(HTML color coding).
- It will also accept word like red, white or blue."
- ::= { aaaSubLoginUI 13 }
- -- AAA WEB TAB BGCOLOR
- aaaWebTabBgcolor OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the background color for the table,i.e. ##99CCFF. (HTML color coding).
- It will also accept word like red, white or blue."
- ::= { aaaSubLoginUI 14 }
- -- AAA WEB TITLE FONT
- aaaWebTitleFont OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the title font. String in the format: Arial, Times, etc."
- ::= { aaaSubLoginUI 15 }
- -- AAA WEB ITEM FONT
- aaaWebItemFont OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..140))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Specify the line item font. String in the format: Arial, Times, etc."
- ::= { aaaSubLoginUI 16 }
- -- AAA WEB SUB PAGE PASSWD REQ ACCESS ERROR
- aaaErrorAccessPassword OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Access to this document requires a password"
- ::= { aaaSubLoginUI 18 }
- -- AAA WEB SUB PAGE ERROR HAS OCCURED ERROR
- aaaErrorHasOccurred OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "An error has occurred"
- ::= { aaaSubLoginUI 19 }
- -- AAA WEB SUB PAGE RECEIVED ISP ERROR
- aaaErrorISPChallenge OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "You received a challenge from your Internet Service Provider"
- ::= { aaaSubLoginUI 20 }
- -- AAA WEB SUB PAGE NOT VALID VALUE ERROR
- aaaErrorMinMaxValues OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "This field must contain a number between these two values"
- ::= { aaaSubLoginUI 21 }
- -- AAA WEB SUB PAGE NO BILLING OPTION ERROR
- aaaErrorNoBillingOpts OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "No Billing options are available"
- ::= { aaaSubLoginUI 22 }
- -- AAA WEB SUB PAGE NO INTERNET SERVICE ERROR
- aaaErrorNotAvailable OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Internet Service is not available right now. Try again later"
- ::= { aaaSubLoginUI 23 }
- -- AAA WEB SUB PAGE PASSWD NOT MATCHED ERROR
- aaaErrorPasswordMatch OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The password fields you have entered do not match. Please try again"
- ::= { aaaSubLoginUI 24 }
- -- AAA WEB SUB PAGE INVALID PASSWD ERROR
- aaaErrorPasswordWrong OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The password field you have entered is not correct. Please try again"
- ::= { aaaSubLoginUI 25 }
- -- AAA WEB SUB PAGE TOO MANY SUBSCRIBERS ERROR
- aaaErrorTooManyUsers OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Too many subscribers are already logged in. Please try again later"
- ::= { aaaSubLoginUI 27 }
- -- AAA WEB SUB PAGE TRY AGAIN ERROR
- aaaErrorTryAgain OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Try again"
- ::= { aaaSubLoginUI 28 }
- -- AAA WEB SUB PAGE NO USER ID ERROR
- aaaErrorUserIdMissing OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The User ID you have entered cannot be found. Please try another"
- ::= { aaaSubLoginUI 29 }
- -- AAA WEB SUB PAGE INVALID USER ID ERROR
- aaaErrorUserIdTaken OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The User ID you have entered is already taken. Please try another"
- ::= { aaaSubLoginUI 30 }
- -- AAA WEB SUB PAGE WE ARE SORRY ERROR
- aaaErrorWeAreSorry OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "We are sorry"
- ::= { aaaSubLoginUI 31 }
- -- AAA WEB SUB PAGE NOT A WHOLE NUMBER ERROR
- aaaErrorWholeNumber OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "This field must contain a whole number value, with no decimals"
- ::= { aaaSubLoginUI 32 }
- -- AAA WEB SUB PAGE CHECK USR ID AND PASSWD ERROR
- aaaErrorYourAccount OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Your account was not found. Please check your Username and Password"
- ::= { aaaSubLoginUI 33 }
- -- AAA WEB SUB PAGE SELECT THE BILLING MODE MESSAGE
- aaaMessageBillingMode OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Please select the Billing Mode"
- ::= { aaaSubLoginUI 34 }
- -- AAA WEB SUB PAGE BILL BY CREDIT CARD MESSAGE
- aaaMessagebyCreditCard OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Bill by Credit Card"
- ::= { aaaSubLoginUI 35 }
- -- AAA WEB SUB PAGE USER ID MESSAGE
- aaaMessageChooseUsername OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Choose a User ID (optional)"
- ::= { aaaSubLoginUI 37 }
- -- AAA WEB SUB PAGE PASSWORD MESSAGE
- aaaMessageChoosePasswd1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Choose a Password (optional)"
- ::= { aaaSubLoginUI 38 }
- -- AAA WEB SUB PAGE RETYPE PASSWORD MESSAGE
- aaaMessageChoosePasswd2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Retype the Password (if entered above)"
- ::= { aaaSubLoginUI 39 }
- -- AAA WEB SUB PAGE FREE ACCESS TO INTTERNET MESSAGE
- aaaMessageFreeInternet OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Free access to the Internet"
- ::= { aaaSubLoginUI 40 }
- -- AAA WEB SUB PAGE A NEW USER MESSAGE
- aaaMessageNewUserLogin OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Are you a new user? Click this button"
- ::= { aaaSubLoginUI 41 }
- -- AAA WEB SUB PAGE AN EXISTING USER MESSAGE
- aaaMessageOldUserLogin OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Are you an existing user?"
- ::= { aaaSubLoginUI 42 }
- -- AAA WEB SUB PAGE IF NOT CORREDCT GO BACK PREVIOUS MESSAGE
- aaaMessagePurchaseOK1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "If this is not correct, please go back to the previous page"
- ::= { aaaSubLoginUI 43 }
- -- AAA WEB SUB PAGE AND MAKE CHANGES MESSAGE
- aaaMessagePurchaseOK2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "and make the necessary changes"
- ::= { aaaSubLoginUI 44 }
- -- AAA WEB SUB PAGE SELECT PURCHASE TIME MESSAGE
- aaaMessagePurchaseSelect OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Please select purchase time"
- ::= { aaaSubLoginUI 45 }
- -- AAA WEB SUB PAGE PURCHASE ONE TIME ACCESS MESSAGE
- aaaMessagePurchaseTime OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Purchase one-time access using your credit card"
- ::= { aaaSubLoginUI 46 }
- -- AAA WEB SUB PAGE CREATE A NEW ACCOUNT MESSAGE
- aaaMessageRadiusCreate OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "If you want to create a new account"
- ::= { aaaSubLoginUI 47 }
- -- AAA WEB SUB PAGE HAVE AN EXISTING ACCOUNT MESSAGE
- aaaMessageRadiusLogin OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "If you have an existing account"
- ::= { aaaSubLoginUI 48 }
- -- AAA WEB SUB PAGE REQUEST WAS DECLINED MESSAGE
- aaaMessageRequestFailed OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Your request was declined"
- ::= { aaaSubLoginUI 49 }
- -- AAA WEB SUB PAGE REQUEST WAS SUCCESSFULL MESSAGE
- aaaMessageRequestGranted OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Your request was successful"
- ::= { aaaSubLoginUI 50 }
- -- AAA WEB SUB PAGE THANKS FOR BUSINESS MESSAGE
- aaaMessageThankYou OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Thank you for your business"
- ::= { aaaSubLoginUI 51}
- -- AAA WEB SUB PAGE VERIFYING YOUR ACCOUNT MESSAGE
- aaaMessageVerifying OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "We are verifying your account. Please wait"
- ::= { aaaSubLoginUI 52 }
- -- AAA WEB SUB PAGE PURCHASE INET ACCESS MESSAGE
- aaaMessageYourPurchase OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..218))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "You will be purchasing Internet access with these options"
- ::= { aaaSubLoginUI 54 }
-
- -------------------
- -- AAA SUBSCRIBER
- -------------------
- aaaSubscriber OBJECT IDENTIFIER ::= { aaa 16 }
- --
- -- SUBSCRIBER CURRENT TABLE
- --
-
- aaaSubCurrTable OBJECT-TYPE
- SYNTAX SEQUENCE OF AaaSubCurrTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "List of current subscribers."
- ::= { aaaSubscriber 1 }
-
- aaaSubCurrTableEntry OBJECT-TYPE
- SYNTAX AaaSubCurrTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "A subscriber entry."
- INDEX { subIndex }
- ::= { aaaSubCurrTable 1 }
-
- AaaSubCurrTableEntry ::=
- SEQUENCE
- {
- subIndex INTEGER,
- subMac DisplayString,
- subIp IpAddress,
- subPort INTEGER,
- subName DisplayString,
- subBwUp INTEGER,
- subBwDown INTEGER,
- subAaaState DisplayString,
- subExpiration DisplayString,
- subIdleTimeout DisplayString,
- subBytesSent INTEGER,
- subBytesRec INTEGER,
- subBytesTotal INTEGER,
- subProxy DisplayString,
- subStatus RowStatus
- }
-
- subIndex OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Subscriber Index."
- ::= { aaaSubCurrTableEntry 1 }
-
- subMac OBJECT-TYPE
- SYNTAX DisplayString
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Physical Address of the Subscriber."
- ::= { aaaSubCurrTableEntry 2 }
-
- subIp OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "IP Address of the Subscriber."
- ::= { aaaSubCurrTableEntry 3 }
-
- subPort OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Port of the Subscriber."
- ::= { aaaSubCurrTableEntry 4 }
-
- subName OBJECT-TYPE
- SYNTAX DisplayString
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Name of the Subscriber."
- ::= { aaaSubCurrTableEntry 5 }
-
- subBwUp OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Uploading Bandwidth granted to the Subscriber."
- ::= { aaaSubCurrTableEntry 6 }
-
- subBwDown OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Downloading Bandwidth granted to the Subscriber."
- ::= { aaaSubCurrTableEntry 7 }
-
- subAaaState OBJECT-TYPE
- SYNTAX DisplayString
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "The AAA state of the Subscriber."
- ::= { aaaSubCurrTableEntry 8 }
-
- subExpiration OBJECT-TYPE
- SYNTAX DisplayString
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Expiration Info of the Subscriber."
- ::= { aaaSubCurrTableEntry 9 }
-
- subIdleTimeout OBJECT-TYPE
- SYNTAX DisplayString
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Time before the subscriber gets logged off due to inactivity."
- ::= { aaaSubCurrTableEntry 10 }
-
- subBytesSent OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Bytes sent by the Subscriber."
- ::= { aaaSubCurrTableEntry 11 }
-
- subBytesRec OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Bytes received by the Subscriber."
- ::= { aaaSubCurrTableEntry 12 }
-
- subBytesTotal OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Total Bytes sent and received by the Subscriber."
- ::= { aaaSubCurrTableEntry 13 }
-
- subProxy OBJECT-TYPE
- SYNTAX DisplayString
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Indicates if the subscriber is proxied or not."
- ::= { aaaSubCurrTableEntry 14 }
-
- subStatus OBJECT-TYPE
- SYNTAX RowStatus
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Status of the Subscriber Current table entry. All the bytes related are displayed Mega Byte Unit."
- ::= { aaaSubCurrTableEntry 15 }
-
- --
- -- AUTHORIZED SUBSCRIBER TABLE
- --
-
- aaaAuthSubTable OBJECT-TYPE
- SYNTAX SEQUENCE OF AaaAuthSubTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "List of authorized subscribers."
- ::= { aaaSubscriber 2 }
-
- aaaAuthSubTableEntry OBJECT-TYPE
- SYNTAX AaaAuthSubTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "A subscriber entry."
- INDEX { authSubIndex }
- ::= { aaaAuthSubTable 1 }
-
- AaaAuthSubTableEntry ::=
- SEQUENCE
- {
- authSubIndex INTEGER,
- authSubType INTEGER,
- authSubDhcpAddrType INTEGER,
- authSubDevicePort INTEGER,
- authSubMac DisplayString,
- authSubIp IpAddress,
- authSubName DisplayString,
- authSubPassword DisplayString,
- authSubExpTimeHrs INTEGER,
- authSubExpTimeMins INTEGER,
- authSubAmtPaid DisplayString,
- authSubAmtLeft DisplayString,
- authSubUser1 DisplayString,
- authSubUser2 DisplayString,
- authSubBwUp INTEGER,
- authSubBwDown INTEGER,
- authSubConfirmation DisplayString,
- authSubStatus RowStatus
- }
-
- authSubIndex OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Subscriber Index."
- ::= { aaaAuthSubTableEntry 1 }
-
- authSubType OBJECT-TYPE
- SYNTAX INTEGER { subscriber(0), device(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 0 if adding a subscriber, to 1 if adding a device."
- ::= { aaaAuthSubTableEntry 2 }
-
- authSubDhcpAddrType OBJECT-TYPE
- SYNTAX INTEGER { private(0), public(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 0 for private pool, set to 1 for public pool.
- Note: only used if subscriber is configured for DHCP."
- ::= { aaaAuthSubTableEntry 3 }
-
- authSubDevicePort OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "802.1Q Device Port.
- Note: only if device and Port-Location is 802.1Q two-ways."
- ::= { aaaAuthSubTableEntry 4 }
-
- authSubMac OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..17))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Physical Address of the subscriber entered in one of the formats:
- 001122334455, 00-11-22-33-44-55 or 00:11:22:33:44:55.
- Default value is 00:00:00:00:00:00 if the authSubName is set and
- authSubMac was not entered yet."
- ::= { aaaAuthSubTableEntry 5 }
-
- authSubIp OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP Address of the subscriber."
- ::= { aaaAuthSubTableEntry 6 }
-
- authSubName OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..96))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Name of the subscriber."
- ::= { aaaAuthSubTableEntry 7 }
-
- authSubPassword OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Password of the subscriber."
- ::= { aaaAuthSubTableEntry 8 }
-
- authSubExpTimeHrs OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Expiration time (hours) of the subscriber."
- ::= { aaaAuthSubTableEntry 9 }
-
- authSubExpTimeMins OBJECT-TYPE
- SYNTAX INTEGER (0..59)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Expiration time (mins) of the subscriber."
- ::= { aaaAuthSubTableEntry 10 }
-
- authSubAmtPaid OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..17))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Amount paid by the subscriber shown in formats: dd.cc or dd.
- Default is 0.00. Entering dd will result in dd.00.
- d=dollar, c=cent."
- ::= { aaaAuthSubTableEntry 11 }
-
- authSubAmtLeft OBJECT-TYPE
- SYNTAX DisplayString
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Currency amount left when subscriber who has purchased access
- moves to a free plan. Formats same as in authSubAmtPaid."
- ::= { aaaAuthSubTableEntry 12 }
-
- authSubUser1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Optional field. Used for simple notations about the subscriber."
- ::= { aaaAuthSubTableEntry 13 }
-
- authSubUser2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Optional field. Used for simple notations about the subscriber."
- ::= { aaaAuthSubTableEntry 14 }
-
- authSubBwUp OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Uploading Bandwidth granted to the subscriber. Variable in the
- range from 0 to the max value found in bwmUpWanLinkSpeed. (in kbps)"
- ::= { aaaAuthSubTableEntry 15 }
-
- authSubBwDown OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Downloading Bandwidth granted to the subscriber. Variable in the
- range from 0 to the max value found in bwmDownWanLinkSpeed. (in kbps)"
- ::= { aaaAuthSubTableEntry 16 }
-
- authSubConfirmation OBJECT-TYPE
- SYNTAX DisplayString
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Confirmation number issued by credit card server."
- ::= { aaaAuthSubTableEntry 17 }
-
- authSubStatus OBJECT-TYPE
- SYNTAX RowStatus
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Status of the Authorized Subscriber table entry."
- ::= { aaaAuthSubTableEntry 18 }
-
-
- -------------------
- -- AAA RADIUS
- -------------------
- aaaRadius OBJECT IDENTIFIER ::= { aaa 17 }
- -- AAA RADIUS AUTHENTICATION
- aaaRadiusAuth OBJECT IDENTIFIER ::= { aaaRadius 1 }
- -- AAA RADIUS AUTH ON
- aaaRadiusAuthOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable radius authentication, 0 to disable."
- ::= { aaaRadiusAuth 1 }
- -- AAA RADIUS AUTH SERVER INFO
- aaaRadiusAuthSrv1 OBJECT IDENTIFIER ::= { aaaRadiusAuth 2 }
- aaaRadiusAuthSrv2 OBJECT IDENTIFIER ::= { aaaRadiusAuth 3 }
- -- AAA RADIUS AUTHENTICATION SERVER 1 IP
- aaaRadiusAuthSrv1Ip OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP address of the Primary Radius Authentication Server"
- ::= { aaaRadiusAuthSrv1 1 }
- -- AAA RADIUS AUTHENTICATION SERVER 1 PORT
- aaaRadiusAuthSrv1Port OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Port of the Primary Radius Authentication Server"
- ::= { aaaRadiusAuthSrv1 2 }
- -- AAA RADIUS AUTHENTICATION SERVER 1 SEC KEY
- aaaRadiusAuthSrv1Sec OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..130))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Secret Key of the Primary Radius Authentication Server"
- ::= { aaaRadiusAuthSrv1 3 }
- -- /* BPH:DNS */
- -- AAA RADIUS AUTHENTICATION SERVER 1 DNS NAME
- aaaRadiusAuthSrv1Dns OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..240))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DNS name of the Primary Radius Authentication Server"
- ::= { aaaRadiusAuthSrv1 4 }
- -- AAA RADIUS AUTHENTICATION SERVER 2 IP
- aaaRadiusAuthSrv2Ip OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP address of the Secondary Radius Authentication Server"
- ::= { aaaRadiusAuthSrv2 1 }
- -- AAA RADIUS AUTHENTICATION SERVER 2 PORT
- aaaRadiusAuthSrv2Port OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Port of the Secondary Radius Authentication Server"
- ::= { aaaRadiusAuthSrv2 2 }
- -- AAA RADIUS AUTHENTICATION SERVER 2 SEC KEY
- aaaRadiusAuthSrv2Sec OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..130))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Secret Key of the Secondary Radius Authentication Server"
- ::= { aaaRadiusAuthSrv2 3 }
- -- /* BPH:DNS */
- -- AAA RADIUS AUTHENTICATION SERVER 2 DNS NAME
- aaaRadiusAuthSrv2Dns OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..240))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DNS name of the Secondary Radius Authentication Server"
- ::= { aaaRadiusAuthSrv2 4 }
- -- AAA RADIUS ACCOUNTING
- aaaRadiusAcct OBJECT IDENTIFIER ::= { aaaRadius 2 }
- -- AAA RADIUS ACCT ON
- aaaRadiusAcctOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable radius accounting, 0 to disable."
- ::= { aaaRadiusAcct 1 }
- -- AAA RADIUS AUTH SERVER INFO
- aaaRadiusAcctSrv1 OBJECT IDENTIFIER ::= { aaaRadiusAcct 2 }
- aaaRadiusAcctSrv2 OBJECT IDENTIFIER ::= { aaaRadiusAcct 3 }
- -- AAA RADIUS ACCOUNTING SERVER 1 IP
- aaaRadiusAcctSrv1Ip OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP address of the Primary Radius Accounting Server"
- ::= { aaaRadiusAcctSrv1 1 }
- -- AAA RADIUS Accounting SERVER 1 PORT
- aaaRadiusAcctSrv1Port OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Port of the Primary Radius Accounting Server"
- ::= { aaaRadiusAcctSrv1 2 }
- -- AAA RADIUS ACCOUNTING SERVER 1 SEC KEY
- aaaRadiusAcctSrv1Sec OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..130))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Secret Key of the Primary Radius Accounting Server"
- ::= { aaaRadiusAcctSrv1 3 }
- -- /* BPH:DNS */
- -- AAA RADIUS ACCOUNTING SERVER 1 DNS NAME
- aaaRadiusAcctSrv1Dns OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..240))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DNS name of the Primary Radius Accounting Server"
- ::= { aaaRadiusAcctSrv1 4 }
- -- AAA RADIUS ACCOUNTING SERVER 2 IP
- aaaRadiusAcctSrv2Ip OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP address of the Secondary Radius Accounting Server"
- ::= { aaaRadiusAcctSrv2 1 }
- -- AAA RADIUS ACCOUNTING SERVER 2 PORT
- aaaRadiusAcctSrv2Port OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Port of the Secondary Radius Accounting Server"
- ::= { aaaRadiusAcctSrv2 2 }
- -- AAA RADIUS ACCOUNTING SERVER 2 SEC KEY
- aaaRadiusAcctSrv2Sec OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..130))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Secret Key of the Secondary Radius Accounting Server"
- ::= { aaaRadiusAcctSrv2 3 }
- -- /* BPH:DNS */
- -- AAA RADIUS ACCOUNTING SERVER 2 DNS NAME
- aaaRadiusAcctSrv2Dns OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..240))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DNS name of the Secondary Radius Accounting Server"
- ::= { aaaRadiusAcctSrv2 4 }
- -- AAA RADIUS ISP
- aaaRadiusIsp OBJECT IDENTIFIER ::= { aaaRadius 3 }
- -- AAA RADIUS ISP REDIRECT ON
- aaaRadiusIspRedirectOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable ISP account creation, 0 to disable."
- ::= { aaaRadiusIsp 8 }
- -- AAA RADIUS ISP URL
- aaaRadiusIspUrl OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The URL of the ISP server."
- ::= { aaaRadiusIsp 9 }
- -- AAA RADIUS ISP CREATE URL
- aaaRadiusIspCreateUrl OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The URL of the ISP server for Account Creation."
- ::= { aaaRadiusIsp 10 }
- -- AAA RADIUS ISP SERVER IP
- aaaRadiusIspServerIp OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The IP of the ISP server."
- ::= { aaaRadiusIsp 11 }
- -- AAA RADIUS CACHE ON
- aaaRadiusCacheOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable radius profile caching, 0 to disable."
- ::= { aaaRadius 4 }
- -- AAA RADIUS RETRANS METHOD
- aaaRadiusRetransMethod OBJECT-TYPE
- SYNTAX INTEGER { failover(0), round-robin(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 0 if the retransmission method is failover, 1 if round-robin."
- ::= { aaaRadius 7 }
- -- AAA RADIUS RETRANS FREQ
- aaaRadiusRetransFreq OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set the frequency of retransmission (per second)."
- ::= { aaaRadius 8 }
- -- AAA RADIUS RETRANS ATTEMPTS
- aaaRadiusRetransAttempts OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set the number of retransmissions."
- ::= { aaaRadius 9 }
- -- AAA RADIUS RETRANS TIMEOUT
- aaaRadiusRetransTimeout OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set the transmission timeout (in seconds)."
- ::= { aaaRadius 10 }
- -- AAA RADIUS DEFAULT IDLE
- aaaRadiusDefaultIdle OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set default timeout for radius subscribers."
- ::= { aaaRadius 11 }
-
- -- AAA RADIUS RADIUS_USERNAME_TYPE
- aaaRadiusUsernameType OBJECT-TYPE
- SYNTAX INTEGER { user-Input(0), mac-mac(1), mac-key(2) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Radius Username Type: Set to 0 for User Input,
- 1 to use MAC/MAC, 2 to use MAC/Key."
- ::= { aaaRadius 12 }
-
- -- AAA RADIUS NAS_ID_ON
- aaaRadiusNasIdOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to Send NAS ID, 0 to disable."
- ::= { aaaRadius 13 }
-
- -- AAA RADIUS NAS ID
- aaaRadiusNasId OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set the NAS Identifier."
- ::= { aaaRadius 14 }
-
- -- AAA RADIUS NAS IP ON
- aaaRadiusNasIpOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to Send NAS IP, 0 to disable."
- ::= { aaaRadius 15 }
-
- -- AAA RADIUS NAS PORT TYPE ON
- aaaRadiusNasPortOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to Send NAS Port Type, 0 to disable."
- ::= { aaaRadius 16 }
-
- -- AAA RADIUS NAS PORT TYPE
- aaaRadiusNasPortType OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set the NAS Port Type."
- ::= { aaaRadius 17 }
-
- -- AAA RADIUS FIP ON
- aaaRadiusFipOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to Send Frame IP, 0 to disable."
- ::= { aaaRadius 18 }
-
- -- AAA RADIUS URL REDIRECTION ON
- aaaRadiusRedUrlOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to support URL redirection, 0 to disable."
- ::= { aaaRadius 19 }
-
- ----------------------------------------------------------------------
- -- End AAA MIB
- ----------------------------------------------------------------------
-
- --
- -- ACCESS CONTROL
- --
- accessControlOn OBJECT-TYPE
- SYNTAX INTEGER {
- disabled(0),
- enabled(1)
- }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable Access Control, 0 to disable."
- ::= { accessControl 1 }
-
-
- acIpRangeTable OBJECT-TYPE
- SYNTAX SEQUENCE OF AcRangeIpEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "Table of Access Control IPs"
- ::= { accessControl 6 }
-
- acRangeIpEntry OBJECT-TYPE
- SYNTAX AcRangeIpEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- " Access Control table entry - dynamic entries"
- INDEX { acIpRangeIndex }
- ::= { acIpRangeTable 1 }
-
- AcRangeIpEntry ::=
- SEQUENCE {
- acIpRangeIndex INTEGER,
- acIpRangeStartAddress IpAddress,
- acIpRangeEndAddress IpAddress,
- acIpRangeEntryStatus RowStatus
- }
-
- acIpRangeIndex OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- " access control table index "
- ::= { acRangeIpEntry 1 }
-
- acIpRangeStartAddress OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Access Control range Starting IP address "
- ::= { acRangeIpEntry 2 }
-
- acIpRangeEndAddress OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Access Control range end IP address "
- ::= { acRangeIpEntry 3 }
-
- acIpRangeEntryStatus OBJECT-TYPE
- SYNTAX RowStatus
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Status of the access ctrl IP table entry."
- ::= { acRangeIpEntry 4 }
-
-
- --
- -- BANDWIDTH MANAGEMENT
- --
- bandwidthManagementOn OBJECT-TYPE
- SYNTAX INTEGER {
- disabled(0),
- enabled(1)
- }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable Bandwidth Management, 0 to disable.
- Note: you must reboot for changes to take effect."
- ::= { bandwidthManagement 1 }
-
- bwmUpWanLinkSpeed OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Uplink Bandwidth through the Network's WAN Link to control using Bandwidth
- Management. Range of the variable: 0 to max of physical interface.
- Has to be whole number. Include units (in kbps).
- Note: you must reboot for changes to take effect."
- ::= { bandwidthManagement 3 }
-
- bwmDownWanLinkSpeed OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Downlink Bandwidth through the Network's WAN link to control using Bandwidth
- Management. Range of the variable: 0 to max of physical interface.
- HAs to be whole number. Include units (in kbps).
- Note: you must reboot for changes to take effect."
- ::= { bandwidthManagement 5 }
-
- --
- -- BillRecMirror
- --
-
- brmMirrorOn OBJECT-TYPE
- SYNTAX INTEGER {
- enabled(1),
- disabled(0)
- }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Setting this value to (1) will cause Bill Record Mirroring to be
- enabled by this unit. Setting this value to (0) will disable Bill Record Mirroring."
- ::= { billRecMirror 1 }
-
- brmPropertyId OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Id of the Property the SmartAP is installed in"
- ::= { billRecMirror 2 }
-
- brmUsgId OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..32))
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Id of this SmartAP Unit"
- ::= { billRecMirror 3 }
-
- brmServerIpPrimary OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP Address of the Primary Mirroring Server"
- ::= { billRecMirror 4 }
-
- brmServerUrlPrimary OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "URL of the Primary Mirroring Server"
- ::= { billRecMirror 5 }
-
- brmServerSecretPrimary OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Secret Key of the Primary Mirroring Server"
- ::= { billRecMirror 6 }
-
- brmServerPortPrimary OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Port Number of the Primary Mirroring Server"
- ::= { billRecMirror 7 }
-
- brmServerIpSecondary OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP Address of the Secondary Mirroring Server"
- ::= { billRecMirror 8 }
-
- brmServerUrlSecondary OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "URL of the Secondary Mirroring Server"
- ::= { billRecMirror 9 }
-
- brmServerSecretSecondary OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Secret Key of the Secondary Mirroring Server"
- ::= { billRecMirror 10 }
-
- brmServerPortSecondary OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Port Number of the Secondary Mirroring Server"
- ::= { billRecMirror 11 }
-
- brmServerCCIpOne OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP Address of the First Carbon Copy Server"
- ::= { billRecMirror 12 }
-
- brmServerCCUrlOne OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "URL of the First Carbon Copy Server"
- ::= { billRecMirror 13 }
-
- brmServerCCSecretOne OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Secret Key of the First Carbon Copy Server"
- ::= { billRecMirror 14 }
-
- brmServerCCPortOne OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Port Number of the First Carbon Copy Server"
- ::= { billRecMirror 15 }
-
- brmServerCCIpTwo OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP Address of the Second Carbon Copy Server"
- ::= { billRecMirror 16 }
-
- brmServerCCUrlTwo OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "URL of the Second Carbon Copy Server"
- ::= { billRecMirror 17 }
-
- brmServerCCSecretTwo OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Secret Key of the Second Carbon Copy Server"
- ::= { billRecMirror 18 }
-
- brmServerCCPortTwo OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Port Number of the Second Carbon Copy Server"
- ::= { billRecMirror 19 }
-
- brmServerCCIpThree OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP Address of the Third Carbon Copy Server"
- ::= { billRecMirror 20 }
-
- brmServerCCUrlThree OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "URL of the Third Carbon Copy Server"
- ::= { billRecMirror 21 }
-
- brmServerCCSecretThree OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Secret Key of the Third Carbon Copy Server"
- ::= { billRecMirror 22 }
-
- brmServerCCPortThree OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Port Number of the Third Carbon Copy Server"
- ::= { billRecMirror 23 }
-
- brmRetransMethod OBJECT-TYPE
- SYNTAX INTEGER {
- alternate(1),
- notAlternate(2)
- }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Retransmit Method"
- ::= { billRecMirror 24 }
-
- brmRetransAttempts OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Number of Retransmit Attempts"
- ::= { billRecMirror 25 }
-
- brmRetransDelay OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Retransmit Delay"
- ::= { billRecMirror 26 }
-
-
- --
- -- DAT
- --
- datSessionTable OBJECT-TYPE
- SYNTAX SEQUENCE OF DatSessionTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "Current DAT sessions."
- ::= { dat 1 }
-
- datSessionTableEntry OBJECT-TYPE
- SYNTAX DatSessionTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "DAT session Entry"
- INDEX { datNetPort }
- ::= { datSessionTable 1 }
-
- DatSessionTableEntry ::=
- SEQUENCE {
- datSubIp IpAddress,
- datSubPort INTEGER,
- datSubMac DisplayString,
- datNetPort INTEGER,
- datProto DisplayString,
- datSessState DisplayString,
- datTimeout INTEGER
- }
-
- datSubIp OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "IP Address of the Subscriber"
- ::= { datSessionTableEntry 2 }
-
- datSubPort OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Port of the TCP session"
- ::= { datSessionTableEntry 4 }
-
- datSubMac OBJECT-TYPE
- SYNTAX DisplayString
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "MAC Address of the Subscriber"
- ::= { datSessionTableEntry 6 }
-
- datNetPort OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Port that DAT mapped the TCP session to"
- ::= { datSessionTableEntry 8 }
-
- datProto OBJECT-TYPE
- SYNTAX DisplayString
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Transport Protocol (ICMP, TCP, UDP, etc.)"
- ::= { datSessionTableEntry 9 }
-
- datSessState OBJECT-TYPE
- SYNTAX DisplayString
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Session State"
- ::= { datSessionTableEntry 10 }
-
- datTimeout OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "DAT timeout"
- ::= { datSessionTableEntry 12 }
-
-
- --
- -- DHCP
- --
-
- --
- -- DHCP Service Type
- --
- dhcpDisable OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 0 for no DHCP services, 1 to enable dhcp services. Note:
- you must reboot for changes to take effect."
-
- ::= { dhcp 1 }
-
- --
- -- DHCP IP Upsell
- --
-
-
- dhcpIpUpsell OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 0 to disable public IP Upsell service, 1 to enable upselling of
- public IP's. Note: you must reboot for changes to take effect."
- ::= { dhcp 2 }
-
- --
- -- DHCP Server
- --
- dhcpServer OBJECT IDENTIFIER ::= { dhcp 3 }
-
- dhcpServerEnable OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 0 to disable DHCP service, 1 to enable DHCP
- server. Note: you must reboot for changes to take effect."
- ::= { dhcpServer 4 }
-
- dhcpServerPublic OBJECT-TYPE
- SYNTAX INTEGER { private(0), public(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 0 if IP pool is private, 1 if IP pool is public.
- Note: you must reboot for changes to take effect."
- ::= { dhcpServer 5 }
-
- dhcpServerIP OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP Address to bind to SmartAP DHCP Server.
- Note: you must reboot for changes to take effect."
- ::= { dhcpServer 6 }
-
- dhcpServerNetmask OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DHCP Server subnet mask. Note: you must reboot for changes to take effect."
- ::= { dhcpServer 7 }
-
- dhcpPoolStartIP OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Starting IP address of DHCP lease pool.
- Note: you must reboot for changes to take effect."
- ::= { dhcpServer 8 }
-
- dhcpPoolStopIP OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Ending IP address of DHCP lease pool.
- Note: you must reboot for changes to take effect."
- ::= { dhcpServer 9 }
-
- dhcpLeaseMinutes OBJECT-TYPE
- SYNTAX INTEGER (0..65536)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DHCP lease durartion. Note: you must reboot for changes to take effect."
- ::= { dhcpServer 10 }
-
- --
- -- DHCP Lease Table
- --
- dhcpLeaseTable OBJECT-TYPE
- SYNTAX SEQUENCE OF DhcpLeaseTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "Currently active DHCP leases."
- ::= { dhcpServer 15 }
-
- dhcpLeaseTableEntry OBJECT-TYPE
- SYNTAX DhcpLeaseTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "Table of DHCP Leases"
- INDEX { leaseIndex }
- ::= { dhcpLeaseTable 1 }
-
- DhcpLeaseTableEntry ::=
- SEQUENCE {
- leaseIndex Counter,
- leaseAddress IpAddress,
- leaseCLID MacAddress,
- leaseStatus INTEGER
- }
-
- leaseIndex OBJECT-TYPE
- SYNTAX Counter
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- " Lease Table Index"
- ::= { dhcpLeaseTableEntry 2 }
-
- leaseAddress OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "IP Address"
- ::= { dhcpLeaseTableEntry 4 }
-
- leaseCLID OBJECT-TYPE
- SYNTAX MacAddress
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Client ID of subscriber to whom lease is assigned"
- ::= { dhcpLeaseTableEntry 6 }
-
- leaseStatus OBJECT-TYPE
- SYNTAX INTEGER { available(0), reserved(1) }
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Status of the lease (available or reserved)"
- ::= { dhcpLeaseTableEntry 7 }
-
- --
- -- DHCP Relay
- --
- dhcpRelay OBJECT IDENTIFIER ::= { dhcp 10 }
-
- dhcpRelayEnable OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 0 to disable DHCP Relay service, 1 to enable DHCP Relay service.
- Note: you must reboot for changes to take effect."
- ::= { dhcpRelay 2 }
-
- dhcpRelayPublic OBJECT-TYPE
- SYNTAX INTEGER { private(0), public(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 0 if IP pool is private, 1 if IP pool is public.
- Note: you must reboot for changes to take effect."
- ::= { dhcpRelay 3 }
-
- dhcpRelayAgentIP OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP Address of the SmartAP Relay Agent. Note: you must reboot for changes to take effect."
- ::= { dhcpRelay 4 }
-
- dhcpRelayServerIP OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP Address to which the Relay Agent will forward subscriber DHCP requests.
- Note: you must reboot for changes to take effect."
- ::= { dhcpRelay 5 }
-
- --
- -- DNS
- --
-
- --
- -- DNS : Host Name
- --
- dnsHostName OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The DNS Hostname of the SmartAP. Note: you must reboot for changes to take effect."
- ::= { dns 1 }
-
-
- --
- -- DNS : Domain
- --
- dnsDomain OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The DNS domain the SmartAP belongs to. Note: you must reboot for changes to take effect."
- ::= { dns 2 }
-
-
- --
- -- DNS : Primary DNS Server
- --
- dnsPrimaryServer OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The Primary DNS Server for the SmartAP. Note: you must reboot for changes to take effect."
- ::= { dns 3 }
-
-
- --
- -- DNS : Secondary DNS Server
- --
- dnsSecondaryServer OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The Secondary DNS Server for the SmartAP. Note: you must reboot for changes to take effect."
- ::= { dns 4 }
-
-
- --
- -- DNS : Tertiary DNS Server
- --
- dnsTertiaryServer OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The Tertiary DNS Server for the SmartAP. Note: you must reboot for changes to take effect."
- ::= { dns 5 }
-
-
-
- --
- -- HPR - HOME PAGE REDIRECTION
- --
-
- hprOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Setting this value to (1) will cause home page redirection
- to be performed by this unit. Setting this value to (0) will
- discontinue HPR. "
- ::= { hpr 1 }
-
- hprUrl OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The fully qualified WWW URL at which to redirect Home Page Requests."
- ::= { hpr 2 }
-
-
- hprParameterPassing OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Setting this value to (1) will cause inclusion of parameters
- with the passed URL during HPR. Setting this value to (0) will
- discontinue parameter passing."
- ::= { hpr 3 }
-
- hprRedirectionFrequency OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The time interval, specified in minutes, after which the
- next redirection will take place."
- ::= { hpr 4 }
-
- --
- -- ICC - Information and Control Console
- --
- iccOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to (1) to enable the ICC. Set to (0) to disable."
- ::= { icc 1 }
-
- iccTitle OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The title to appear on the ICC console window"
- ::= { icc 2 }
-
- iccLogoutOption OBJECT-TYPE
- SYNTAX INTEGER { redisplay(0), logout(2) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "What should the ICC do when a subscriber closes it?
- 0 to Redisplay, 2 to logout and return the user to a *Pending* state (valid only with RADIUS)"
- ::= { icc 3 }
-
-
- iccButtons OBJECT IDENTIFIER ::= { icc 10 }
- iccISPLogoButton OBJECT IDENTIFIER ::= { iccButtons 5 }
- iccButton2 OBJECT IDENTIFIER ::= { iccButtons 6 }
- iccButton3 OBJECT IDENTIFIER ::= { iccButtons 7 }
- iccButton4 OBJECT IDENTIFIER ::= { iccButtons 8 }
- iccButton5 OBJECT IDENTIFIER ::= { iccButtons 9 }
- iccButton6 OBJECT IDENTIFIER ::= { iccButtons 10 }
- iccButton7 OBJECT IDENTIFIER ::= { iccButtons 11 }
- iccButton8 OBJECT IDENTIFIER ::= { iccButtons 12 }
- iccButton9 OBJECT IDENTIFIER ::= { iccButtons 13 }
-
- iccISPLogoButtonName OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..37))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ISP Logo Button Name"
- ::= { iccISPLogoButton 1 }
-
- iccISPLogoButtonURL OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ISP Logo Button URL"
- ::= { iccISPLogoButton 2 }
-
- iccISPLogoButtonImgName OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ISP Logo Button Image Name"
- ::= { iccISPLogoButton 3 }
-
- iccButtonName2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..37))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 2 Name"
- ::= { iccButton2 1 }
-
- iccButtonURL2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 2 URL"
- ::= { iccButton2 2 }
-
- iccButtonImgName2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 2 Image Name"
- ::= { iccButton2 3 }
-
- iccButtonName3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..37))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 3 Name"
- ::= { iccButton3 1 }
-
- iccButtonURL3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 3 URL"
- ::= { iccButton3 2 }
-
- iccButtonImgName3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 3 Image Name"
- ::= { iccButton3 3 }
-
- --
- -- ICC Button 4
- --
-
- iccButtonName4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..37))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 4 Name"
- ::= { iccButton4 1 }
-
- iccButtonURL4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 4 URL"
- ::= { iccButton4 2 }
-
- iccButtonImgName4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 4 Image Name"
- ::= { iccButton4 3 }
-
- --
- -- ICC Button 5
- --
-
- iccButtonName5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..37))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 5 Name"
- ::= { iccButton5 1 }
-
- iccButtonURL5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 5 URL"
- ::= { iccButton5 2 }
-
- iccButtonImgName5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 5 Image Name"
- ::= { iccButton5 3 }
-
- --
- -- ICC Button 6
- --
-
- iccButtonName6 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..37))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 6 Name"
- ::= { iccButton6 1 }
-
- iccButtonURL6 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 6 URL"
- ::= { iccButton6 2 }
-
- iccButtonImgName6 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 6 Image Name"
- ::= { iccButton6 3 }
-
- --
- -- ICC Button 7
- --
-
- iccButtonName7 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..37))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 7 Name"
- ::= { iccButton7 1 }
-
- iccButtonURL7 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 7 URL"
- ::= { iccButton7 2 }
-
- iccButtonImgName7 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 7 Image Name"
- ::= { iccButton7 3 }
-
- --
- -- ICC Button 8
- --
-
- iccButtonName8 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..37))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 8 Name"
- ::= { iccButton8 1 }
-
- iccButtonURL8 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 8 URL"
- ::= { iccButton8 2 }
-
- iccButtonImgName8 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 8 Image Name"
- ::= { iccButton8 3 }
-
- --
- -- ICC Button 9
- --
-
- iccButtonName9 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..37))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 9 Name"
- ::= { iccButton9 1 }
-
- iccButtonURL9 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 9 URL"
- ::= { iccButton9 2 }
-
- iccButtonImgName9 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Button 9 Image Name"
- ::= { iccButton9 3 }
-
- --
- -- ICC Banners
- --
-
- iccBanners OBJECT IDENTIFIER ::= { icc 14 }
-
- iccBanner1 OBJECT IDENTIFIER ::= { iccBanners 14 }
- iccBanner2 OBJECT IDENTIFIER ::= { iccBanners 15 }
- iccBanner3 OBJECT IDENTIFIER ::= { iccBanners 16 }
- iccBanner4 OBJECT IDENTIFIER ::= { iccBanners 17 }
- iccBanner5 OBJECT IDENTIFIER ::= { iccBanners 18 }
-
- --
- -- ICC Banner 1
- --
-
- iccBannerName1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Banner Name 1"
- ::= { iccBanner1 1 }
-
- iccBannerURL1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 1 URL"
- ::= { iccBanner1 2 }
-
- iccBannerImgName1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 1 Image Name"
- ::= { iccBanner1 3 }
-
- iccBannerDuration1 OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 1 Duration"
- ::= { iccBanner1 4 }
-
- iccBannerStartTime1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Start Time (Optional) {Hour}:{Min}{AM/PM}"
- ::= { iccBanner1 5 }
-
- iccBannerStopTime1 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Stop Time (Optional) {Hour}:{Min}{AM/PM}"
- ::= { iccBanner1 6 }
-
- --
- -- ICC Banner 2
- --
-
- iccBannerName2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Banner Name 2"
- ::= { iccBanner2 1 }
-
- iccBannerURL2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 2 URL"
- ::= { iccBanner2 2 }
-
- iccBannerImgName2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 2 Image Name"
- ::= { iccBanner2 3 }
-
- iccBannerDuration2 OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 2 Duration"
- ::= { iccBanner2 4 }
-
- iccBannerStartTime2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Start Time (Optional) {Hour}:{Min}{AM/PM}"
- ::= { iccBanner2 5 }
-
- iccBannerStopTime2 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Stop Time (Optional) {Hour}:{Min}{AM/PM}"
- ::= { iccBanner2 6 }
-
- --
- -- ICC Banner 3
- --
-
- iccBannerName3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Banner Name 3"
- ::= { iccBanner3 1 }
-
- iccBannerURL3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 3 URL"
- ::= { iccBanner3 2 }
-
- iccBannerImgName3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 3 Image Name"
- ::= { iccBanner3 3 }
-
- iccBannerDuration3 OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 3 Duration"
- ::= { iccBanner3 4 }
-
- iccBannerStartTime3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Start Time (Optional) {Hour}:{Min}{AM/PM}"
- ::= { iccBanner3 5 }
-
- iccBannerStopTime3 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Stop Time (Optional) {Hour}:{Min}{AM/PM}"
- ::= { iccBanner3 6 }
-
- --
- -- ICC Banner 4
- --
-
- iccBannerName4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Banner Name 4"
- ::= { iccBanner4 1 }
-
- iccBannerURL4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 4 URL"
- ::= { iccBanner4 2 }
-
- iccBannerImgName4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 4 Image Name"
- ::= { iccBanner4 3 }
-
- iccBannerDuration4 OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 4 Duration"
- ::= { iccBanner4 4 }
-
- iccBannerStartTime4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Start Time (Optional) {Hour}:{Min}{AM/PM}"
- ::= { iccBanner4 5 }
-
- iccBannerStopTime4 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Stop Time (Optional) {Hour}:{Min}{AM/PM}"
- ::= { iccBanner4 6 }
-
- --
- -- ICC Banner 5
- --
-
- iccBannerName5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " ICC Banner Name 5"
- ::= { iccBanner5 1 }
-
- iccBannerURL5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 5 URL"
- ::= { iccBanner5 2 }
-
- iccBannerImgName5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..31))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 5 Image Name"
- ::= { iccBanner5 3 }
-
- iccBannerDuration5 OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "ICC Banner 5 Duration"
- ::= { iccBanner5 4 }
-
- iccBannerStartTime5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Start Time (Optional) {Hour}:{Min}{AM/PM}"
- ::= { iccBanner5 5 }
-
- iccBannerStopTime5 OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..16))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Stop Time (Optional) {Hour}:{Min}{AM/PM}"
- ::= { iccBanner5 6 }
-
-
-
-
- --
- -- LOCATION
- --
-
-
- --
- -- LOCATION NETWORK IP
- --
-
- locationNetworkIp OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The IP Address for the Network side interface of the SmartAP. Note:
- you must reboot for changes to take effect."
- ::= { location 9 }
-
- --
- -- LOCATION NETMASK
- --
-
- locationNetmask OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The Subnet Mask for the network side interface of the SmartAP. Note:
- you must reboot for changes to take effect."
- ::= { location 11 }
-
- --
- -- LOCATION GATEWAY
- --
-
- locationGateway OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The IP Address of the default gateway router for the SmartAP. Note:
- you must reboot for changes to take effect."
- ::= { location 12 }
-
- --
- -- MISC
- --
-
-
- --
- -- PARTNER IMAGE
- --
-
- partnerImageOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Setting this value to (1) will enable Partner Image splashscreen.
- Setting this value to (0) will disable this feature.
- Note: you must reboot for changes to take effect."
- ::= { misc 1 }
-
- --
- -- PARTNER IMAGE FILE NAME
- --
-
- partnerImageFileName OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..32))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "File Name of the Partner Image. Note: you must reboot for changes to take effect."
- ::= { misc 2 }
-
- maxNumSubscribers OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "This variable shows the number of sunscribers allowed in the system."
- ::= { misc 3 }
-
- pptpOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable PPTP, 0 to disable. Note: you must reboot for changes to take effect."
- ::= { misc 4 }
- --
- -- PPTP IDLE TIMEOUT
- --
-
- pptpIdleTimeout OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "PPTP Session Timeout if idle. Note: you must reboot for changes to take effect."
- ::= { misc 6 }
- --
- -- IP SEC
- --
-
- ipsecOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Set to 1 to enable IPSEC, 0 to disable. Note: you must reboot for changes to take effect."
- ::= { misc 8 }
-
- --
- -- PASSTHROUGH
- --
-
- ---
- --- PASSTHROUGH ON
- ---
-
- passthroughOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Setting this value to (1) will enable Passthrough Addresses feature.
- Setting this value to (0) will disable it. "
- ::= {passthrough 1}
-
- passthroughIPTable OBJECT-TYPE
- SYNTAX SEQUENCE OF PassThroughIPEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- " Host passthrough table for IP addresses "
- ::= { passthrough 2 }
-
- passthroughIPEntry OBJECT-TYPE
- SYNTAX PassThroughIPEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- " passthrough table entry "
- INDEX { passthroughIPTableIndex }
- ::= { passthroughIPTable 1 }
-
- PassThroughIPEntry ::= SEQUENCE {
- passthroughIPTableIndex INTEGER,
- passthroughIPTableAddress IpAddress,
- passthroughIPTableStatus RowStatus
- }
-
- passthroughIPTableIndex OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Passthrough IP table index."
- ::= { passthroughIPEntry 1 }
-
- passthroughIPTableAddress OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " The packets destined for this IP address are
- passed through without authentication, authorization."
- ::= { passthroughIPEntry 2 }
-
- passthroughIPTableStatus OBJECT-TYPE
- SYNTAX RowStatus
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Status of the Passthrough IP table entry."
- ::= { passthroughIPEntry 3 }
-
- --
- -- PASSTHROUGH DNS TABLE
- --
-
- passthroughDNSTable OBJECT-TYPE
- SYNTAX SEQUENCE OF PassThroughDNSEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- " Host passthrough table for DNS names "
- ::= { passthrough 3 }
-
- passthroughDNSEntry OBJECT-TYPE
- SYNTAX PassThroughDNSEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- " passthrough table entry "
- INDEX { passthroughDNSTableIndex }
- ::= { passthroughDNSTable 1 }
-
- PassThroughDNSEntry ::= SEQUENCE {
- passthroughDNSTableIndex INTEGER,
- passthroughDNSTableName DisplayString,
- passthroughDNSTableStatus RowStatus
- }
-
- passthroughDNSTableIndex OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "Passthrough DNS Table index."
- ::= { passthroughDNSEntry 1 }
-
- passthroughDNSTableName OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..238))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " The packets destined for this DNS name are
- passed through without authentication, authorization."
- ::= { passthroughDNSEntry 2 }
-
- passthroughDNSTableStatus OBJECT-TYPE
- SYNTAX RowStatus
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Status of the Passthrough DNS table entry."
- ::= { passthroughDNSEntry 3 }
-
-
- --
- -- SMTP
- --
-
- --
- -- SMTP : SMTP (Misconfigured) redirect enable/disable
- --
- smtpRedirect OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " Setting this value to (1) enables SMTP redirection for misconfigureds in the SmartAP.
- Setting this value to (0) disables SMTP redirection for misconfigureds by the SmartAP."
- ::= { smtp 1 }
-
-
- --
- -- SMTP : Server IP
- --
- smtpServerIP OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " The IP address of the SMTP server to redirect all SMTP messages to."
- ::= { smtp 2 }
-
- --
- -- SMTP : SMTP (Properly Configured) redirect enable/disable
- --
- smtpPcRedirect OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- " Setting this value to (1) enables SMTP redirection for properly configureds in the SmartAP.
- Setting this value to (0) disables SMTP redirection for properly configureds by the SmartAP."
- ::= { smtp 3 }
-
- --
- -- SYSTEM
- --
-
- systemLoggingOn OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled (1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Setting this value to (1) will enable logging (via standard
- SYSLOG) of system messages. Setting this value to (0) will
- disable system logging."
- ::= { nseSystem 1 }
-
- systemLogNumber OBJECT-TYPE
- SYNTAX INTEGER(0..7)
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "The log number (0-7 of standard SYSLOG) for system logging."
- ::= { nseSystem 2 }
-
- systemLogServerIp OBJECT-TYPE
- SYNTAX IpAddress
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP address of the SYSLOG server to receive system messages."
- ::= { nseSystem 3 }
-
- systemCurrentDateAndTime OBJECT-TYPE
- SYNTAX DisplayString(SIZE(20..24))
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "This object shows setting of the current system date and time."
- ::= { nseSystem 4 }
-
- systemVersion OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..32))
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "This object shows the version of the NSE."
- ::= { nseSystem 5 }
-
- systemUsgId OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..32))
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "ID of the SmartAP unit."
- ::= { nseSystem 6 }
-
- systemBridgeMode OBJECT-TYPE
- SYNTAX INTEGER { disabled(0), enabled(1) }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Setting this value to (1) will enable bridge mode. Setting
- this value to (0) will disable bridge mode."
- ::= { nseSystem 8 }
-
- snmpVersion OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..32))
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "This object shows the version of the NSE SNMP."
- ::= { nseSystem 9 }
-
- sslVersion OBJECT-TYPE
- SYNTAX DisplayString(SIZE(1..32))
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "This object shows the version of the NSE SSL."
- ::= { nseSystem 10 }
-
-
- --
- -- URL FILTERING
- --
-
- --
- -- URL FILTERING ON
- --
- urlFilteringOn OBJECT-TYPE
- SYNTAX INTEGER {
- disabled(0),
- enabled(1)
- }
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Setting this value to (1) will enable URL Filtering feature.
- Setting this value to (0) will disable it."
- ::= { urlFiltering 1 }
-
- --
- -- URL FILTERING IP TABLE
- --
- urlFilteringIPTable OBJECT-TYPE
- SYNTAX SEQUENCE OF UrlFilteringIPTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "Table of IP addresses that will be filtered."
- ::= { urlFiltering 2 }
-
- urlFilteringIPTableEntry OBJECT-TYPE
- SYNTAX UrlFilteringIPTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "URL Filtering IP table entry."
- INDEX { urlFilteringIPTableIndex }
- ::= { urlFilteringIPTable 1 }
-
- UrlFilteringIPTableEntry ::= SEQUENCE {
- urlFilteringIPTableIndex INTEGER,
- urlFilteringIPTableAddress DisplayString,
- urlFilteringIPTableStatus RowStatus
- }
-
- urlFilteringIPTableIndex OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- "URL Filtering IP table index."
- ::= { urlFilteringIPTableEntry 1 }
-
- urlFilteringIPTableAddress OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..15))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "IP address traffic to which will be blocked."
- ::= { urlFilteringIPTableEntry 2 }
-
- urlFilteringIPTableStatus OBJECT-TYPE
- SYNTAX RowStatus
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Status of the URL Filtering IP table entry."
- ::= { urlFilteringIPTableEntry 3 }
-
- --
- -- URL FILTERING DNS TABLE
- --
- urlFilteringDNSTable OBJECT-TYPE
- SYNTAX SEQUENCE OF UrlFilteringDNSTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "Table of DNS names or Domain names that will be filtered."
- ::= { urlFiltering 3 }
-
- urlFilteringDNSTableEntry OBJECT-TYPE
- SYNTAX UrlFilteringDNSTableEntry
- ACCESS not-accessible
- STATUS mandatory
- DESCRIPTION
- "URL Filtering DNS table entry."
- INDEX { urlFilteringDNSTableIndex }
- ::= { urlFilteringDNSTable 1 }
-
- UrlFilteringDNSTableEntry ::= SEQUENCE {
- urlFilteringDNSTableIndex INTEGER,
- urlFilteringDNSTableName DisplayString,
- urlFilteringDNSTableStatus RowStatus
- }
-
- urlFilteringDNSTableIndex OBJECT-TYPE
- SYNTAX INTEGER
- ACCESS read-only
- STATUS mandatory
- DESCRIPTION
- " URL Filtering DNS Table Index"
- ::= { urlFilteringDNSTableEntry 1 }
-
- urlFilteringDNSTableName OBJECT-TYPE
- SYNTAX DisplayString(SIZE(0..237))
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "DNS name or Domain name traffic to which will be blocked."
- ::= { urlFilteringDNSTableEntry 2 }
-
- urlFilteringDNSTableStatus OBJECT-TYPE
- SYNTAX RowStatus
- ACCESS read-write
- STATUS mandatory
- DESCRIPTION
- "Status of the URL Filtering DNS table entry."
- ::= { urlFilteringDNSTableEntry 3 }
-
-
- --
- -- TRAPS
- --
-
- subCapacityReached TRAP-TYPE
- ENTERPRISE nomadix
- DESCRIPTION
- "Subscriber Capacity Reached"
- ::= 9
-
-
- END
-