HH3C-PORTAL-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.99
- Last updated
- 2016-07-14 10:20
- Organization
- New H3C Tech. Co., Ltd.
- Revisions
- 2016-07-14 10:20, 2015-10-08 10:20
- Namespace
- comware
- Source file
HH3C-PORTAL-MIB- Digest
sha256:965dd12abdc7386f4722161b226c9a8b83f7f377c5f856c36201fe72ecc29a3f
Description
The MIB module is used for managing portal.
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| IF-MIB | InterfaceIndex, ifIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressIPv4, InetAddressPrefixLength, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso |
| SNMPv2-TC | DisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-OID-MIB HH3C-PORTAL-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| Hh3cPortalAuthMethod TEXTUAL-CONVENTION Specify the portal authentication method. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cPortalConfig OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.99.1 | |||
| hh3cPortalMaxUserNumber OBJECT-TYPE Specify the maximum number of online users, the value to be set should meet the following two conditions: 1. Less than or equal to hh3cPortalUserNumberUpperLimit. 2. Greater than or equal to one. The default value is equal to hh3cPortalUserNumberUpperLimit. | 1.3.6.1.4.1.25506.2.99.1.1 | Integer32 | read-write | current |
| hh3cPortalCurrentUserNumber OBJECT-TYPE The current number of users connecting to the portal. | 1.3.6.1.4.1.25506.2.99.1.2 | Integer32 | read-only | current |
| hh3cPortalStatus OBJECT-TYPE It indicates the portal status. enabled: Portal is enabled on one or more interfaces. disabled: Portal is not enabled on any interface. | 1.3.6.1.4.1.25506.2.99.1.3 | INTEGER {enabled(1), disabled(2)} | read-only | current |
| hh3cPortalUserNumberUpperLimit OBJECT-TYPE The upper limit of hh3cPortalMaxUserNumber. | 1.3.6.1.4.1.25506.2.99.1.4 | Integer32 | read-only | current |
| hh3cPortalNasId OBJECT-TYPE The nas id of this device. | 1.3.6.1.4.1.25506.2.99.1.5 | OCTET STRING | read-write | current |
| hh3cPortalTables OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.99.2 | |||
| hh3cPortalServerTable OBJECT-TYPE This table defines the name and URL of portal server. It can not be created and destroyed by MIB. | 1.3.6.1.4.1.25506.2.99.2.1 | not-accessible | current | |
| hh3cPortalServerEntry OBJECT-TYPE There is a row in this table for each name and URL of portal server. It is indexed using the object hh3cPortalServerName. | 1.3.6.1.4.1.25506.2.99.2.1.1 | not-accessible | current | |
| hh3cPortalServerName OBJECT-TYPE It is the index of the table of hh3cPortalServerTable, it shows the name of the portal server. | 1.3.6.1.4.1.25506.2.99.2.1.1.1 | OCTET STRING (SIZE(1..32)) | accessible-for-notify | current |
| hh3cPortalServerUrl OBJECT-TYPE It shows the uniform resource locator to the portal server. Users which have not logon to portal will be redirected to the portal server according to hh3cPortalServerUrl. The value is consisted of protocol, IP address and relative path. For example: HTTP://10.1.1.1/portal It is not configurable when the portal server has been enabled. | 1.3.6.1.4.1.25506.2.99.2.1.1.2 | OCTET STRING (SIZE(1..127)) | read-write | current |
| hh3cPortalServerPort OBJECT-TYPE It shows the UDP port of the portal server. The port will be used when client sends packets to portal server. Default value is 50100. It is not configurable when the portal server has been enabled. | 1.3.6.1.4.1.25506.2.99.2.1.1.3 | Integer32 (1..65534) | read-write | current |
| hh3cPortalIfInfoTable OBJECT-TYPE This table describes the portal information on some interface. | 1.3.6.1.4.1.25506.2.99.2.2 | not-accessible | current | |
| hh3cPortalIfInfoEntry OBJECT-TYPE There is a row in this table for a interface on which portal has been enabled. It is indexed using the object ifIndex. | 1.3.6.1.4.1.25506.2.99.2.2.1 | not-accessible | current | |
| hh3cPortalAuthReqNumber OBJECT-TYPE It shows the number of authentication request messages which are sent by portal module to AAA module. | 1.3.6.1.4.1.25506.2.99.2.2.1.1 | Integer32 | read-only | current |
| hh3cPortalAuthSuccNumber OBJECT-TYPE It shows the number of authentication success response messages which are sent by AAA module to portal module. | 1.3.6.1.4.1.25506.2.99.2.2.1.2 | Integer32 | read-only | current |
| hh3cPortalAuthFailNumber OBJECT-TYPE It shows the number of authentication failure response messages which are sent by AAA module to portal module. | 1.3.6.1.4.1.25506.2.99.2.2.1.3 | Integer32 | read-only | current |
| hh3cPortalIfServerTable OBJECT-TYPE This table describes the portal information on some interface. | 1.3.6.1.4.1.25506.2.99.2.3 | not-accessible | current | |
| hh3cPortalIfServerEntry OBJECT-TYPE There is a row in this table for a interface on which portal has been enabled. It is indexed using the object ifIndex. | 1.3.6.1.4.1.25506.2.99.2.3.1 | not-accessible | current | |
| hh3cPortalIfServerIndex OBJECT-TYPE It is the index of the table of hh3cIfPtServerTable, it shows the index of the portal server. | 1.3.6.1.4.1.25506.2.99.2.3.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| hh3cPortalIfServerUrl OBJECT-TYPE It shows the uniform resource locator to the portal server. Users which have not logon to portal will be redirected to the portal server according to hh3cPortalServerIfUrl. The value is consisted of protocol, IP address and relative path. For example: HTTP://10.1.1.1/portal It is not configurable when the portal server has been enabled. | 1.3.6.1.4.1.25506.2.99.2.3.1.2 | OCTET STRING | read-create | current |
| hh3cPortalIfServerRowStatus OBJECT-TYPE This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation. To create a new row, portal server must be specified. To destroy an existent row, the portal server MUST NOT be referred by interface. | 1.3.6.1.4.1.25506.2.99.2.3.1.3 | RowStatus | read-create | current |
| hh3cPortalIfVlanNasIDTable OBJECT-TYPE This table describes the interface on which portal has been enabled, the Vlan that the interface belongs to and the NAS ID to which the Vlan is bound. | 1.3.6.1.4.1.25506.2.99.2.4 | not-accessible | current | |
| hh3cPortalIfVlanNasIDEntry OBJECT-TYPE There is a row in this table for a interface on which portal has been enabled, the Vlan that the interface belongs to and the NAS ID to which the Vlan is bound. It is indexed using the object ifIndex and Vlan that the interface belongs to. | 1.3.6.1.4.1.25506.2.99.2.4.1 | not-accessible | current | |
| hh3cPortalIfVlanNasIDIfIndex OBJECT-TYPE It is the index of the table of hh3cPortalIfVlanNasIDTable, it shows the interface on which portal has been enabled. | 1.3.6.1.4.1.25506.2.99.2.4.1.1 | InterfaceIndex | not-accessible | current |
| hh3cPortalIfVlanNasIDVlanID OBJECT-TYPE It is the index of the table of hh3cPortalIfVlanNasIDTable, it shows the Vlan that the interface belongs to. | 1.3.6.1.4.1.25506.2.99.2.4.1.2 | Integer32 (1..2147483647) | not-accessible | current |
| hh3cPortalIfVlanNasIDNasID OBJECT-TYPE It is the NAS ID to which the Vlan is bound to. | 1.3.6.1.4.1.25506.2.99.2.4.1.3 | OCTET STRING (SIZE(0..64)) | read-only | current |
| hh3cPortalSSIDFreeRuleTable OBJECT-TYPE This table describes SSID portal-free rule(s) allows specified users to access specified external websites without portal authentication. | 1.3.6.1.4.1.25506.2.99.2.5 | not-accessible | current | |
| hh3cPortalSSIDFreeRuleEntry OBJECT-TYPE There is a row in this table for SSID portal-free rule. It is indexed using the object Index. | 1.3.6.1.4.1.25506.2.99.2.5.1 | not-accessible | current | |
| hh3cPortalSSIDFreeRuleIndex OBJECT-TYPE It is the index of the table of hh3cPortalSSIDFreeRuleTable, it shows the index of the SSID portal-free rule. | 1.3.6.1.4.1.25506.2.99.2.5.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| hh3cPortalSSIDFreeRuleSrcSSID OBJECT-TYPE The SSID match against the packet's source SSID. | 1.3.6.1.4.1.25506.2.99.2.5.1.2 | OCTET STRING (SIZE(1..128)) | read-create | current |
| hh3cPortalSSIDFreeRuleRowStatus OBJECT-TYPE This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation. | 1.3.6.1.4.1.25506.2.99.2.5.1.3 | RowStatus | read-create | current |
| hh3cPortalSSIDFreeRuleSrcSpot OBJECT-TYPE The spot match against the packet's source spot. | 1.3.6.1.4.1.25506.2.99.2.5.1.4 | OCTET STRING (SIZE(0..63)) | read-create | current |
| hh3cPortalMacTriggerSrvTable OBJECT-TYPE This table describes the configration of MAC Trigger Portal server. | 1.3.6.1.4.1.25506.2.99.2.6 | not-accessible | current | |
| hh3cPortalMacTriggerSrvEntry OBJECT-TYPE There is a row in the table for MAC Trigger Portal server. It is indexed using the object Index. | 1.3.6.1.4.1.25506.2.99.2.6.1 | not-accessible | current | |
| hh3cPortalMacTriggerSrvIndex OBJECT-TYPE It is the index of the table of hh3cPortalMacTriggerSrvTable, it shows the index of the MAC Trigger Portal server. | 1.3.6.1.4.1.25506.2.99.2.6.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| hh3cPortalMacTriggerSrvIPAddrType OBJECT-TYPE The type of MAC Trigger Portal server IP address. While other types of addresses are defined in the InetAddressType textual convention, and DNS names, a classifier can only look at packets on the wire. | 1.3.6.1.4.1.25506.2.99.2.6.1.2 | InetAddressType | read-create | current |
| hh3cPortalMacTriggerSrvIP OBJECT-TYPE It shows the IP address of MAC Trigger Portal server. | 1.3.6.1.4.1.25506.2.99.2.6.1.3 | InetAddress | read-create | current |
| hh3cPortalMacTriggerSrvPort OBJECT-TYPE It shows the UDP port of MAC Trigger Portal server. The port will be used when client sends packets to MAC Trigger Portal server. Default value is 50100. | 1.3.6.1.4.1.25506.2.99.2.6.1.4 | Integer32 (1..65534) | read-create | current |
| hh3cPortalMacTriggerSrvRowStatus OBJECT-TYPE This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation. | 1.3.6.1.4.1.25506.2.99.2.6.1.5 | RowStatus | read-create | current |
| hh3cPortalMacTriggerOnIfTable OBJECT-TYPE This table describes the configration of Portal MAC Trigger on interface. | 1.3.6.1.4.1.25506.2.99.2.7 | not-accessible | current | |
| hh3cPortalMacTriggerOnIfEntry OBJECT-TYPE There is a row in the table for Portal MAC Trigger configuration on interface. It is indexed using the object Index. | 1.3.6.1.4.1.25506.2.99.2.7.1 | not-accessible | current | |
| hh3cPortalMacTriggerOnIfIfIndex OBJECT-TYPE It is the interface index and the index of hh3cPortalMacTriggerOnIfTable. | 1.3.6.1.4.1.25506.2.99.2.7.1.1 | InterfaceIndex | not-accessible | current |
| hh3cPortalMacTriggerOnIfDetctFlowPeriod OBJECT-TYPE It shows the user flow detection interval (in seconds) when MAC Trigger and Portal are enabled. Default value is 300. | 1.3.6.1.4.1.25506.2.99.2.7.1.2 | Integer32 | read-create | current |
| hh3cPortalMacTriggerOnIfThresholdFlow OBJECT-TYPE It shows the user traffic threshold (in bytes) that triggers authentication when MAC Trigger and Portal are enabled. Default value is 0. | 1.3.6.1.4.1.25506.2.99.2.7.1.3 | Unsigned32 | read-create | current |
| hh3cPortalMacTriggerOnIfRowStatus OBJECT-TYPE This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation. | 1.3.6.1.4.1.25506.2.99.2.7.1.4 | RowStatus | read-create | current |
| hh3cPortalFreeRuleTable OBJECT-TYPE This table describes portal-free rule(s) allows specified users to access specified external websites without portal authentication. | 1.3.6.1.4.1.25506.2.99.2.8 | not-accessible | current | |
| hh3cPortalFreeRuleEntry OBJECT-TYPE There is a row in this table for portal-free rule. It is indexed using the object Index. | 1.3.6.1.4.1.25506.2.99.2.8.1 | not-accessible | current | |
| hh3cPortalFreeRuleIndex OBJECT-TYPE It is the index of the table of hh3cPortalFreeRuleTable, it shows the index of the portal-free rule. | 1.3.6.1.4.1.25506.2.99.2.8.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| hh3cPortalFreeRuleSrcIfIndex OBJECT-TYPE The index of source interface. | 1.3.6.1.4.1.25506.2.99.2.8.1.2 | InterfaceIndex | read-create | current |
| hh3cPortalFreeRuleSrcVlanID OBJECT-TYPE The identification of source vlan. | 1.3.6.1.4.1.25506.2.99.2.8.1.3 | Integer32 | read-create | current |
| hh3cPortalFreeRuleSrcMac OBJECT-TYPE The MAC address to match against the packet's source MAC address. | 1.3.6.1.4.1.25506.2.99.2.8.1.4 | MacAddress | read-create | current |
| hh3cPortalFreeRuleAddrType OBJECT-TYPE The type of IP address used by this classifier entry. While other types of addresses are defined in the InetAddressType textual convention, and DNS names, a classifier can only look at packets on the wire. | 1.3.6.1.4.1.25506.2.99.2.8.1.5 | InetAddressType | read-create | current |
| hh3cPortalFreeRuleSrcAddr OBJECT-TYPE The IP address to match against the packet's source IP address. This may be a DNS name or an IPv4 or IPv6 prefix. hh3cPortalFreeRuleSrcPrefix indicates the number of bits that are relevant. | 1.3.6.1.4.1.25506.2.99.2.8.1.6 | InetAddress | read-create | current |
| hh3cPortalFreeRuleSrcPrefix OBJECT-TYPE The length of the CIDR Prefix carried in hh3cPortalFreeRuleSrcAddr. In IPv4 addresses, a length of 0 indicates a match of any address; a length of 32 indicates a match of a single host address, and a length between 0 and 32 indicates the use of a CIDR Prefix. IPv6 is similar, except that prefix lengths range from 0..128. | 1.3.6.1.4.1.25506.2.99.2.8.1.7 | InetAddressPrefixLength | read-create | current |
| hh3cPortalFreeRuleDstAddr OBJECT-TYPE The IP address to match against the packet's destination IP address. This may be a DNS name or an IPv4 or IPv6 prefix. hh3cPortalFreeRuleDstPrefix indicates the number of bits that are relevant. | 1.3.6.1.4.1.25506.2.99.2.8.1.8 | InetAddress | read-create | current |
| hh3cPortalFreeRuleDstPrefix OBJECT-TYPE The length of the CIDR Prefix carried in hh3cPortalFreeRuleDstAddr. In IPv4 addresses, a length of 0 indicates a match of any address; a length of 32 indicates a match of a single host address, and a length between 0 and 32 indicates the use of a CIDR Prefix. IPv6 is similar, except that prefix lengths range from 0..128. | 1.3.6.1.4.1.25506.2.99.2.8.1.9 | InetAddressPrefixLength | read-create | current |
| hh3cPortalFreeRuleProtocol OBJECT-TYPE The protocol-type of port. | 1.3.6.1.4.1.25506.2.99.2.8.1.10 | INTEGER {invalid(0), tcp(6), udp(17)} | read-create | current |
| hh3cPortalFreeRuleSrcPort OBJECT-TYPE The source port allows users to access. | 1.3.6.1.4.1.25506.2.99.2.8.1.11 | Integer32 | read-create | current |
| hh3cPortalFreeRuleDstPort OBJECT-TYPE The destination port allows users to access. | 1.3.6.1.4.1.25506.2.99.2.8.1.12 | Integer32 | read-create | current |
| hh3cPortalFreeRuleRowStatus OBJECT-TYPE This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation. | 1.3.6.1.4.1.25506.2.99.2.8.1.13 | RowStatus | read-create | current |
| hh3cPortalForbiddenRuleTable OBJECT-TYPE This table describes a portal-forbidden rule does not allow specified users to access specified external websites. | 1.3.6.1.4.1.25506.2.99.2.9 | not-accessible | current | |
| hh3cPortalForbiddenRuleEntry OBJECT-TYPE There is a row in this table for portal-forbidden rule. It is indexed using the object Index. | 1.3.6.1.4.1.25506.2.99.2.9.1 | not-accessible | current | |
| hh3cPortalForbiddenRuleIndex OBJECT-TYPE It is the index of the table of hh3cPortalForbiddenRuleTable, it shows the index of the portal-forbidden rule. | 1.3.6.1.4.1.25506.2.99.2.9.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| hh3cPortalForbiddenRuleSrcIfIndex OBJECT-TYPE The index of source interface. | 1.3.6.1.4.1.25506.2.99.2.9.1.2 | InterfaceIndex | read-create | current |
| hh3cPortalForbiddenRuleSrcVlanID OBJECT-TYPE The identification of source vlan. | 1.3.6.1.4.1.25506.2.99.2.9.1.3 | Integer32 | read-create | current |
| hh3cPortalForbiddenRuleSrcMac OBJECT-TYPE The MAC address to match against the packet's source MAC address. | 1.3.6.1.4.1.25506.2.99.2.9.1.4 | MacAddress | read-create | current |
| hh3cPortalForbiddenRuleAddrType OBJECT-TYPE The type of IP address used by this classifier entry. While other types of addresses are defined in the InetAddressType textual convention, and DNS names, a classifier can only look at packets on the wire. | 1.3.6.1.4.1.25506.2.99.2.9.1.5 | InetAddressType | read-create | current |
| hh3cPortalForbiddenRuleSrcAddr OBJECT-TYPE The IP address to match against the packet's source IP address. This may be a DNS name or an IPv4 or IPv6 prefix. hh3cPortalForbiddenRuleSrcPrefix indicates the number of bits that are relevant. | 1.3.6.1.4.1.25506.2.99.2.9.1.6 | InetAddress | read-create | current |
| hh3cPortalForbiddenRuleSrcPrefix OBJECT-TYPE The length of the CIDR Prefix carried in hh3cPortalFreeRuleSrcAddr. In IPv4 addresses, a length of 0 indicates a match of any address; a length of 32 indicates a match of a single host address, and a length between 0 and 32 indicates the use of a CIDR Prefix. IPv6 is similar, except that prefix lengths range from 0..128. | 1.3.6.1.4.1.25506.2.99.2.9.1.7 | InetAddressPrefixLength | read-create | current |
| hh3cPortalForbiddenRuleDstAddr OBJECT-TYPE The IP address to match against the packet's destination IP address. This may be a DNS name or an IPv4 or IPv6 prefix. hh3cPortalForbiddenRuleDstPrefix indicates the number of bits that are relevant. | 1.3.6.1.4.1.25506.2.99.2.9.1.8 | InetAddress | read-create | current |
| hh3cPortalForbiddenRuleDstPrefix OBJECT-TYPE The length of the CIDR Prefix carried in hh3cPortalFreeRuleDstAddr. In IPv4 addresses, a length of 0 indicates a match of any address; a length of 32 indicates a match of a single host address, and a length between 0 and 32 indicates the use of a CIDR Prefix. IPv6 is similar, except that prefix lengths range from 0..128. | 1.3.6.1.4.1.25506.2.99.2.9.1.9 | InetAddressPrefixLength | read-create | current |
| hh3cPortalForbiddenRuleProtocol OBJECT-TYPE The protocol-type of port. | 1.3.6.1.4.1.25506.2.99.2.9.1.10 | INTEGER {invalid(0), tcp(6), udp(17)} | read-create | current |
| hh3cPortalForbiddenRuleSrcPort OBJECT-TYPE The source port does not allow users to access. | 1.3.6.1.4.1.25506.2.99.2.9.1.11 | Integer32 | read-create | current |
| hh3cPortalForbiddenRuleDstPort OBJECT-TYPE The destination port does not allow users to access. | 1.3.6.1.4.1.25506.2.99.2.9.1.12 | Integer32 | read-create | current |
| hh3cPortalForbiddenRuleRowStatus OBJECT-TYPE This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation. | 1.3.6.1.4.1.25506.2.99.2.9.1.13 | RowStatus | read-create | current |
| hh3cPortalForbiddenRuleSsidName OBJECT-TYPE This object is used to match packet's source SSID. | 1.3.6.1.4.1.25506.2.99.2.9.1.14 | OCTET STRING (SIZE(1..128)) | read-create | current |
| hh3cPortalTraps OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.99.3 | |||
| hh3cPortalTrapPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.99.3.0 | |||
| hh3cPortalTrapVarObjects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.99.3.1 | |||
| hh3cPortalFirstTrapTime OBJECT-TYPE Represents the first trap time. | 1.3.6.1.4.1.25506.2.99.3.1.1 | TimeTicks | accessible-for-notify | current |
| hh3cPortalServerIP OBJECT-TYPE The portal server's IP. | 1.3.6.1.4.1.25506.2.99.3.1.2 | InetAddressIPv4 | accessible-for-notify | current |
| hh3cPortalStatistic OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.99.4 | |||
| hh3cPortalStatAuthReq OBJECT-TYPE It shows the total number of portal authentication requests from the portal server. | 1.3.6.1.4.1.25506.2.99.4.1 | Counter64 | read-only | current |
| hh3cPortalStatAckLogout OBJECT-TYPE It shows the number of logout requests from the portal server. | 1.3.6.1.4.1.25506.2.99.4.2 | Counter64 | read-only | current |
| hh3cPortalStatNotifyLogout OBJECT-TYPE It shows the number of logout requests from the access device. | 1.3.6.1.4.1.25506.2.99.4.3 | Counter64 | read-only | current |
| hh3cPortalStatChallengeTimeout OBJECT-TYPE It shows the number of challenge from the portal server without response. | 1.3.6.1.4.1.25506.2.99.4.4 | Counter64 | read-only | current |
| hh3cPortalStatChallengeBusy OBJECT-TYPE It shows the number of device-busy responses for challenges from the portal server. | 1.3.6.1.4.1.25506.2.99.4.5 | Counter64 | read-only | current |
| hh3cPortalStatChallengeFail OBJECT-TYPE It shows the number of challenges from the portal server with failure response. | 1.3.6.1.4.1.25506.2.99.4.6 | Counter64 | read-only | current |
| hh3cPortalStatAuthTimeout OBJECT-TYPE It shows the number of authentication requests from the portal server without responses. | 1.3.6.1.4.1.25506.2.99.4.7 | Counter64 | read-only | current |
| hh3cPortalStatAuthFail OBJECT-TYPE It shows the number of authentication requests from the portal server with failure responses. | 1.3.6.1.4.1.25506.2.99.4.8 | Counter64 | read-only | current |
| hh3cPortalStatPwdError OBJECT-TYPE It shows the number of password errors. | 1.3.6.1.4.1.25506.2.99.4.9 | Counter64 | read-only | current |
| hh3cPortalStatAuthBusy OBJECT-TYPE It shows the number of device-busy responses to authentication requests from the portal server. | 1.3.6.1.4.1.25506.2.99.4.10 | Counter64 | read-only | current |
| hh3cPortalStatAuthDisordered OBJECT-TYPE It shows the number of disordered authentication packets from the portal server. | 1.3.6.1.4.1.25506.2.99.4.11 | Counter64 | read-only | current |
| hh3cPortalStatAuthUnknownError OBJECT-TYPE It shows the number of unknown errors. | 1.3.6.1.4.1.25506.2.99.4.12 | Counter64 | read-only | current |
| hh3cPortalStatAuthResp OBJECT-TYPE It shows the number of authentication response messages which are sent by device to portal server. | 1.3.6.1.4.1.25506.2.99.4.13 | Counter64 | read-only | current |
| hh3cPortalStatChallengeReq OBJECT-TYPE It shows the number of challenge request messages which are sent by portal server to device. | 1.3.6.1.4.1.25506.2.99.4.14 | Counter64 | read-only | current |
| hh3cPortalStatChallengeResp OBJECT-TYPE It shows the number of challenge response messages which are sent by device to portal server. | 1.3.6.1.4.1.25506.2.99.4.15 | Counter64 | read-only | current |
| hh3cPortalStatHttpReq OBJECT-TYPE It shows the number of http request messages which are sent by portal user to device. | 1.3.6.1.4.1.25506.2.99.4.16 | Counter64 | read-only | current |
| hh3cPortalStatHttpResp OBJECT-TYPE It shows the number of http response messages which are sent by device to portal user. | 1.3.6.1.4.1.25506.2.99.4.17 | Counter64 | read-only | current |
| hh3cPortalStatHttpsReq OBJECT-TYPE It shows the number of HTTPS request messages sent from portal users to the device. | 1.3.6.1.4.1.25506.2.99.4.18 | Counter64 | read-only | current |
| hh3cPortalStatHttpsResp OBJECT-TYPE It shows the number of HTTPS response messages sent from the device to portal users. | 1.3.6.1.4.1.25506.2.99.4.19 | Counter64 | read-only | current |
| hh3cPortalPktStatistic OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.99.5 | |||
| hh3cPortalPktStaReqAuthNum OBJECT-TYPE It shows the total number of portal authentication requests from the portal server. | 1.3.6.1.4.1.25506.2.99.5.1 | Counter64 | read-only | current |
| hh3cPortalPktStaAckAuthSuccess OBJECT-TYPE It shows the total number of the response to REQ-AUTH packet of portal server including error code 0 in the packet, that is authentication success. | 1.3.6.1.4.1.25506.2.99.5.2 | Counter64 | read-only | current |
| hh3cPortalPktStaAckAuthReject OBJECT-TYPE It shows the total number of the response to REQ-AUTH packet of portal server including error code 1 in the packet, that is rejected by server. | 1.3.6.1.4.1.25506.2.99.5.3 | Counter64 | read-only | current |
| hh3cPortalPktStaAckAuthEstablish OBJECT-TYPE It shows the total number of the response to REQ-AUTH packet of portal server including error code 2 in the packet, that is the link is already established. | 1.3.6.1.4.1.25506.2.99.5.4 | Counter64 | read-only | current |
| hh3cPortalPktStaAckAuthBusy OBJECT-TYPE It shows the total number of the response to REQ-AUTH packet of portal server including error code 3 in the packet, that is the system is busy. | 1.3.6.1.4.1.25506.2.99.5.5 | Counter64 | read-only | current |
| hh3cPortalPktStaAckAuthAuthFail OBJECT-TYPE It shows the total number of the response to REQ-AUTH packet of portal server including error code 4 in the packet, that is authentication fail. | 1.3.6.1.4.1.25506.2.99.5.6 | Counter64 | read-only | current |
| hh3cPortalPktStaReqChallengeNum OBJECT-TYPE It shows the total number of portal challenge requests from the portal server. | 1.3.6.1.4.1.25506.2.99.5.7 | Counter64 | read-only | current |
| hh3cPortalPktStaAckChallengeSuccess OBJECT-TYPE It shows the total number of the response to challenge packet of portal server including error code 0 in the packet, that is challenge is success. | 1.3.6.1.4.1.25506.2.99.5.8 | Counter64 | read-only | current |
| hh3cPortalPktStaAckChallengeReject OBJECT-TYPE It shows the total number of the response to challenge packet of portal server including error code 1 in the packet, that is challenge is rejected by server. | 1.3.6.1.4.1.25506.2.99.5.9 | Counter64 | read-only | current |
| hh3cPortalPktStaAckChallengeEstablish OBJECT-TYPE It shows the total number of the response to challenge packet of portal server including error code 2 in the packet, that is the link is alreadys established. | 1.3.6.1.4.1.25506.2.99.5.10 | Counter64 | read-only | current |
| hh3cPortalPktStaAckChallengeBusy OBJECT-TYPE It shows the total number of the response to challenge packet of portal server including error code 3 in the packet, that is the system is busy. | 1.3.6.1.4.1.25506.2.99.5.11 | Counter64 | read-only | current |
| hh3cPortalPktStaAckChallengeAuthFail OBJECT-TYPE It shows the total number of the response to challenge packet of portal server including error code 4 in the packet, that is authentication fail. | 1.3.6.1.4.1.25506.2.99.5.12 | Counter64 | read-only | current |
| hh3cPortalExtConfig OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.99.6 | |||
| hh3cPortalExtMaxUserNumber OBJECT-TYPE Specify the maximum number of online users. | 1.3.6.1.4.1.25506.2.99.6.1 | Unsigned32 | read-write | current |
| hh3cPortalExtCurrentUserNumber OBJECT-TYPE The current number of online portal users. | 1.3.6.1.4.1.25506.2.99.6.2 | Unsigned32 | read-only | current |
| hh3cPortalExtStatus OBJECT-TYPE It indicates the portal status. enabled: Portal is enabled on one or more interfaces. disabled: Portal is not enabled on any interface. | 1.3.6.1.4.1.25506.2.99.6.3 | INTEGER {enabled(1), disabled(2)} | read-only | current |
| hh3cPortalExtTables OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.99.7 | |||
| hh3cPortalExtSrvTable OBJECT-TYPE This table defines the name of the portal server. It can be created and destroyed by MIB. | 1.3.6.1.4.1.25506.2.99.7.1 | not-accessible | current | |
| hh3cPortalExtSrvEntry OBJECT-TYPE There is a row in this table for each name and URL of the portal server. It is indexed by using the object hh3cPortalExtSrvName. | 1.3.6.1.4.1.25506.2.99.7.1.1 | not-accessible | current | |
| hh3cPortalExtSrvName OBJECT-TYPE It is the index of the table hh3cPortalExtSrvTable. It shows the name of the portal server. | 1.3.6.1.4.1.25506.2.99.7.1.1.1 | OCTET STRING (SIZE(1..32)) | not-accessible | current |
| hh3cPortalExtSrvIPAddrType OBJECT-TYPE The type of the portal server IP address. | 1.3.6.1.4.1.25506.2.99.7.1.1.2 | InetAddressType | read-create | current |
| hh3cPortalExtSrvIP OBJECT-TYPE It shows the IP address of the portal server. | 1.3.6.1.4.1.25506.2.99.7.1.1.3 | InetAddress | read-create | current |
| hh3cPortalExtSrvPort OBJECT-TYPE It shows the UDP port of the portal server. The port will be used when clients send packets to the portal server. Default value is 50100. It is not configurable when the portal server has been enabled. | 1.3.6.1.4.1.25506.2.99.7.1.1.4 | Integer32 | read-write | current |
| hh3cPortalExtSrvRowStatus OBJECT-TYPE This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo and Destroy operations. To create a new row, the portal server must be specified. To destroy an existing row, the portal server MUST NOT be referenced by an interface. | 1.3.6.1.4.1.25506.2.99.7.1.1.5 | RowStatus | read-create | current |
| hh3cPortalExtWebSrvTable OBJECT-TYPE This table defines the name of the portal Web server. It can be created and destroyed by MIB. | 1.3.6.1.4.1.25506.2.99.7.2 | not-accessible | current | |
| hh3cPortalExtWebSrvEntry OBJECT-TYPE There is a row in this table for each name and portal Web server. It is indexed by using the object hh3cPortalExtWebSrvName. | 1.3.6.1.4.1.25506.2.99.7.2.1 | not-accessible | current | |
| hh3cPortalExtWebSrvName OBJECT-TYPE It is the index of the table hh3cPortalExtWebSrvTable. It shows the name of the portal Web server. | 1.3.6.1.4.1.25506.2.99.7.2.1.1 | OCTET STRING (SIZE(1..32)) | not-accessible | current |
| hh3cPortalExtWebSrvUrl OBJECT-TYPE It shows the URL to the portal Web server. Users which have not logged on to portal will be redirected to the portal server according to hh3cPortalServerIfUrl. The value is consisted of protocol, IP address and relative path. For example: http://10.1.1.1/portal. | 1.3.6.1.4.1.25506.2.99.7.2.1.2 | OCTET STRING | read-create | current |
| hh3cPortalExtWebSrvRowStatus OBJECT-TYPE This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo and Destroy operations. To create a new row, the portal server must be specified. To destroy an existing row, the portal Web server MUST NOT be referenced by an interface. | 1.3.6.1.4.1.25506.2.99.7.2.1.3 | RowStatus | read-create | current |
| hh3cPortalExtMTSrvTable OBJECT-TYPE This table describes the configuration of the MAC Trigger server. | 1.3.6.1.4.1.25506.2.99.7.3 | not-accessible | current | |
| hh3cPortalExtMTSrvEntry OBJECT-TYPE There is a row in the table for the MAC Trigger server. It is indexed by using the object Index. | 1.3.6.1.4.1.25506.2.99.7.3.1 | not-accessible | current | |
| hh3cPortalExtMTSrvName OBJECT-TYPE It is the index of the table hh3cPortalExtMTSrvTable. It shows the name of the MAC Trigger server. | 1.3.6.1.4.1.25506.2.99.7.3.1.1 | OCTET STRING (SIZE(1..32)) | not-accessible | current |
| hh3cPortalExtMTSrvIPAddrType OBJECT-TYPE The type of the MAC Trigger server IP address. | 1.3.6.1.4.1.25506.2.99.7.3.1.2 | InetAddressType | read-create | current |
| hh3cPortalExtMTSrvIP OBJECT-TYPE It shows the IP address of the MAC Trigger server. | 1.3.6.1.4.1.25506.2.99.7.3.1.3 | InetAddress | read-create | current |
| hh3cPortalExtMTSrvPort OBJECT-TYPE It shows the UDP port of the MAC Trigger server. The port will be used when clients send packets to the MAC Trigger server. Default value is 50100. | 1.3.6.1.4.1.25506.2.99.7.3.1.4 | Integer32 | read-create | current |
| hh3cPortalExtMTDetctFlowPeriod OBJECT-TYPE It shows the user flow detection interval (in seconds) when MAC Trigger and Portal are enabled. Default value is 300. | 1.3.6.1.4.1.25506.2.99.7.3.1.5 | Integer32 | read-create | current |
| hh3cPortalExtMTThresholdFlow OBJECT-TYPE It shows the user traffic threshold (in bytes) that triggers authentication when MAC Trigger and Portal are enabled. Default value is 0. | 1.3.6.1.4.1.25506.2.99.7.3.1.6 | Unsigned32 | read-create | current |
| hh3cPortalExtMTSrvRowStatus OBJECT-TYPE This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo and Destroy operations. | 1.3.6.1.4.1.25506.2.99.7.3.1.7 | RowStatus | read-create | current |
| hh3cPortalExtIfConfigTable OBJECT-TYPE This table describes portal information on interfaces. | 1.3.6.1.4.1.25506.2.99.7.4 | not-accessible | current | |
| hh3cPortalExtIfConfigEntry OBJECT-TYPE There is a row in this table for an interface on which portal has been enabled. It is indexed by using the object ifIndex. | 1.3.6.1.4.1.25506.2.99.7.4.1 | not-accessible | current | |
| hh3cPortalExtIfIndex OBJECT-TYPE It is the interface index and the index of hh3cPortalExtIfConfigTable. | 1.3.6.1.4.1.25506.2.99.7.4.1.1 | InterfaceIndex | not-accessible | current |
| hh3cPortalExtIfWebSrvName OBJECT-TYPE The Portal Web server name must exist. It references hh3cPortalExtWebSrvName. | 1.3.6.1.4.1.25506.2.99.7.4.1.2 | OCTET STRING | read-write | current |
| hh3cPortalExtIfDomainName OBJECT-TYPE Authentication domain. | 1.3.6.1.4.1.25506.2.99.7.4.1.3 | OCTET STRING | read-write | current |
| hh3cPortalExtIfAuthMethod OBJECT-TYPE Specify the portal authentication method. | 1.3.6.1.4.1.25506.2.99.7.4.1.4 | Hh3cPortalAuthMethod | read-write | current |
| hh3cPortalExtIfMTSrvName OBJECT-TYPE The MAC trigger server name must exist. It references hh3cPortalExtMTSrvName. | 1.3.6.1.4.1.25506.2.99.7.4.1.5 | OCTET STRING | read-write | current |
| hh3cPortalExtIfMaxUser OBJECT-TYPE Maximum number of portal users. | 1.3.6.1.4.1.25506.2.99.7.4.1.6 | Unsigned32 | read-write | current |
| hh3cPortalExtIfIpv6ConfigTable OBJECT-TYPE This table describes IPv6 portal information on interfaces. | 1.3.6.1.4.1.25506.2.99.7.5 | not-accessible | current | |
| hh3cPortalExtIfIpv6ConfigEntry OBJECT-TYPE There is a row in this table for an interface on which IPv6 portal has been enabled. It is indexed by using the object ifIndex. | 1.3.6.1.4.1.25506.2.99.7.5.1 | not-accessible | current | |
| hh3cPortalExtIfIpv6Index OBJECT-TYPE It is the interface index and the index of hh3cPortalExtIfIpv6ConfigTable. | 1.3.6.1.4.1.25506.2.99.7.5.1.1 | InterfaceIndex | not-accessible | current |
| hh3cPortalExtIfIpv6WebSrvName OBJECT-TYPE The Portal Web server name must exist. It references hh3cPortalExtWebSrvName. | 1.3.6.1.4.1.25506.2.99.7.5.1.2 | OCTET STRING | read-write | current |
| hh3cPortalExtIfIpv6DomainName OBJECT-TYPE Authentication domain. | 1.3.6.1.4.1.25506.2.99.7.5.1.3 | OCTET STRING | read-write | current |
| hh3cPortalExtIfIpv6AuthMethod OBJECT-TYPE Specify the portal authentication method. | 1.3.6.1.4.1.25506.2.99.7.5.1.4 | Hh3cPortalAuthMethod | read-write | current |
| hh3cPortalExtIfIpv6MaxUser OBJECT-TYPE Maximum number of IPv6 portal users. | 1.3.6.1.4.1.25506.2.99.7.5.1.5 | Unsigned32 | read-write | current |
| hh3cPortalDot11SrvTable OBJECT-TYPE This table describes the portal information on service templates. | 1.3.6.1.4.1.25506.2.99.7.6 | not-accessible | current | |
| hh3cPortalDot11SrvEntry OBJECT-TYPE There is a row in this table for a service template on which portal has been enabled. It is indexed by using the object wlan service-template name. | 1.3.6.1.4.1.25506.2.99.7.6.1 | not-accessible | current | |
| hh3cPortalDot11SrvTemName OBJECT-TYPE It is the index of the table hh3cPortalDot11SrvTable, it shows the name of the wlan service-template. | 1.3.6.1.4.1.25506.2.99.7.6.1.1 | OCTET STRING (SIZE(1..63)) | not-accessible | current |
| hh3cPortalDot11WebSrvName OBJECT-TYPE It shows portal web-server name. | 1.3.6.1.4.1.25506.2.99.7.6.1.2 | OCTET STRING | read-write | current |
| hh3cPortalDot11DomainName OBJECT-TYPE It shows portal authentication domain name. | 1.3.6.1.4.1.25506.2.99.7.6.1.3 | OCTET STRING | read-write | current |
| hh3cPortalDot11AuthMethod OBJECT-TYPE Specify the portal authentication method on service templates. | 1.3.6.1.4.1.25506.2.99.7.6.1.4 | Hh3cPortalAuthMethod | read-write | current |
| hh3cPortalDot11MTSrvName OBJECT-TYPE The MAC trigger server name must exist. It references hh3cPortalExtMTSrvName. | 1.3.6.1.4.1.25506.2.99.7.6.1.5 | OCTET STRING | read-write | current |
| hh3cPortalDot11MaxUser OBJECT-TYPE Maximum number of portal users. | 1.3.6.1.4.1.25506.2.99.7.6.1.6 | Unsigned32 | read-write | current |
| hh3cPortalDot11Ipv6SrvTable OBJECT-TYPE This table describes IPv6 portal information on service templates. | 1.3.6.1.4.1.25506.2.99.7.7 | not-accessible | current | |
| hh3cPortalDot11Ipv6SrvEntry OBJECT-TYPE There is a row in this table for a service template on which IPv6 portal has been enabled. It is indexed by using the object wlan service-template name. | 1.3.6.1.4.1.25506.2.99.7.7.1 | not-accessible | current | |
| hh3cPortalDot11Ipv6SrvTemName OBJECT-TYPE It is the index of the table hh3cPortalDot11Ipv6SrvTable. It shows the name of the IPv6 portal server. | 1.3.6.1.4.1.25506.2.99.7.7.1.1 | OCTET STRING (SIZE(1..63)) | not-accessible | current |
| hh3cPortalDot11Ipv6WebSrvName OBJECT-TYPE It shows the IPv6 portal Web server name. | 1.3.6.1.4.1.25506.2.99.7.7.1.2 | OCTET STRING | read-write | current |
| hh3cPortalDot11Ipv6DomainName OBJECT-TYPE IPv6 portal authentication domain name. | 1.3.6.1.4.1.25506.2.99.7.7.1.3 | OCTET STRING | read-write | current |
| hh3cPortalDot11Ipv6AuthMethod OBJECT-TYPE Specify the IPv6 portal authentication method on service templates. | 1.3.6.1.4.1.25506.2.99.7.7.1.4 | Hh3cPortalAuthMethod | read-write | current |
| hh3cPortalDot11Ipv6MaxUser OBJECT-TYPE Maximum number of IPv6 portal users. | 1.3.6.1.4.1.25506.2.99.7.7.1.5 | Unsigned32 | read-write | current |
Notifications
| Name | OID | Status |
|---|---|---|
| hh3cPortalServerLost NOTIFICATION-TYPE This trap is generated when the device finds that the portal server is unreachable, the portal server's name is hh3cPortalServerName, and the portal server's IP is hh3cPortalServerIP, and the portal server's port is hh3cPortalServerPort, and the portal server has been enabled. | 1.3.6.1.4.1.25506.2.99.3.0.1 | current |
| hh3cPortalServerGet NOTIFICATION-TYPE This trap is generated when the device finds that the state of portal server changes from unreachable state to reachable, the portal server's name is hh3cPortalServerName, and the portal server's IP is hh3cPortalServerIP, and the portal server's port is hh3cPortalServerPort, and the portal server has been enabled. | 1.3.6.1.4.1.25506.2.99.3.0.2 | current |