HP-ICF-BYOD-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.5.1.106
- Last updated
- 2014-05-19 09:00
- Organization
- HP Networking
- Revisions
- 2014-05-19 09:00
- Namespace
- hp
- Source file
HP-ICF-BYOD-MIB- Digest
sha256:1df8df53c4cb1447a2998d6f8b1fef3b56687a2407a0ff759333aaf93cb8caf1
Description
This MIB module describes objects for managing the Bring Your Own Device feature of devices in the HP Integrated Communication Facility product line.
Contact
Hewlett-Packard Company 8000 Foothills Blvd. Roseville, CA 95747
Imports
| From | Symbols |
|---|---|
| HP-ICF-OID | hpSwitch |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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.
HP-ICF-BYOD-MIB HP-ICF-OID INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hpicfByodNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.106.0 | |||
| hpicfByodObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.106.1 | |||
| hpicfByodConfigObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1 | |||
| hpicfByodScalarConfig OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.1 | |||
| hpicfByodPortalTable OBJECT-TYPE A table of portal servers that BYOD clients can be redirected to. The total number of servers supported is implementation-dependent. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.2 | not-accessible | current | |
| hpicfByodPortalEntry OBJECT-TYPE An entry in the hpicfByodPortalTable. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.2.1 | not-accessible | current | |
| hpicfByodPortalName OBJECT-TYPE This object provides the BYOD server name. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.2.1.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| hpicfByodPortalVlanId OBJECT-TYPE This object provides the VLAN ID this portal is associated with. Clients on the specified VLAN will be redirected to this portal. A value of 0 indicates that this portal is not associated with any VLAN. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.2.1.2 | Unsigned32 (0..4094) | read-create | current |
| hpicfByodPortalUrl OBJECT-TYPE This object provides the BYOD server URL to redirect clients to. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.2.1.3 | DisplayString (SIZE(1..127)) | read-create | current |
| hpicfByodPortalInetAddrType OBJECT-TYPE This object provides the address family of the value in hpicfByodPortalInetAddr. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.2.1.4 | InetAddressType | read-only | current |
| hpicfByodPortalInetAddr OBJECT-TYPE This object provides the IP address of the BYOD server specified in hpicfByodPortalUrl. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.2.1.5 | InetAddress | read-only | current |
| hpicfByodPortalDnsCacheTime OBJECT-TYPE This object provides the DNS cache time of this portal in seconds. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.2.1.6 | TimeTicks | read-only | current |
| hpicfByodPortalRowStatus OBJECT-TYPE The status of this table entry. The following columns must be set before the row can be made active: - hpicfByodPortalUrl | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.2.1.7 | RowStatus | read-create | current |
| hpicfByodFreeRuleTable OBJECT-TYPE A table of rules to permit other valid traffic such as DNS and DHCP on a BYOD VLAN. The total number of entries allowed is implementation-dependent. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3 | not-accessible | current | |
| hpicfByodFreeRuleEntry OBJECT-TYPE An entry in the hpicfByodFreeRuleTable. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1 | not-accessible | current | |
| hpicfByodFreeRuleNumber OBJECT-TYPE This object provides the rule number. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.1 | Unsigned32 (0..59) | not-accessible | current |
| hpicfByodFreeRuleSourceProtocol OBJECT-TYPE This object provides the source protocol to permit. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.2 | INTEGER {tcp(1), udp(2)} | read-create | current |
| hpicfByodFreeRuleSourcePort OBJECT-TYPE This object provides the TCP or UDP source port to permit. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.3 | Unsigned32 (0..65535) | read-create | current |
| hpicfByodFreeRuleSourceVlanId OBJECT-TYPE This object provides the source VLAN ID to permit. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.4 | Unsigned32 (1..4094) | read-create | current |
| hpicfByodFreeRuleSourceInetAddrType OBJECT-TYPE This object provides the address family of the value in hpicfByodFreeRuleSourceInetAddr. Some agents may limit the type to IPv4 only. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.5 | InetAddressType | read-create | current |
| hpicfByodFreeRuleSourceInetAddr OBJECT-TYPE This object provides the source IP address to permit. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.6 | InetAddress | read-create | current |
| hpicfByodFreeRuleSourceInetAddrMask OBJECT-TYPE This object provides the source IP address mask to apply to hpicfByodFreeRuleSourceInetAddr. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.7 | InetAddress | read-create | current |
| hpicfByodFreeRuleDestinationProtocol OBJECT-TYPE This object provides the destination protocol to permit. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.8 | INTEGER {tcp(1), udp(2)} | read-create | current |
| hpicfByodFreeRuleDestinationPort OBJECT-TYPE This object provides the TCP or UDP destination port to permit. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.9 | Unsigned32 (0..65535) | read-create | current |
| hpicfByodFreeRuleDestinationInetAddrType OBJECT-TYPE This object provides the address family of the value in hpicfByodFreeRuleDestinationInetAddr. Some agents may limit the type to IPv4 only. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.10 | InetAddressType | read-create | current |
| hpicfByodFreeRuleDestinationInetAddr OBJECT-TYPE This object provides the destination IP address to permit. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.11 | InetAddress | read-create | current |
| hpicfByodFreeRuleDestinationInetAddrMask OBJECT-TYPE This object provides the destination IP address mask to apply to hpicfByodFreeRuleDestinationInetAddr. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.12 | InetAddress | read-create | current |
| hpicfByodFreeRuleRowStatus OBJECT-TYPE The status of this table entry. The following columns must be set before the row can be made active: - hpicfByodFreeRuleSourceVlanId - hpicfByodFreeRuleSourceInetAddrType - hpicfByodFreeRuleSourceInetAddr - hpicfByodFreeRuleSourceInetAddrMask - hpicfByodFreeRuleDestinationInetAddrType - hpicfByodFreeRuleDestinationInetAddr - hpicfByodFreeRuleDestinationInetAddrMask | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.1.3.1.13 | RowStatus | read-create | current |
| hpicfByodStatsObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.2 | |||
| hpicfByodScalarStats OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.2.1 | |||
| hpicfByodTcpStatsTotalOpen OBJECT-TYPE This object provides the cumulative total of TCP connections opened. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.2.1.1 | Counter32 | read-only | current |
| hpicfByodTcpStatsResetConn OBJECT-TYPE This object provides the cumulative total number of TCP connections reset with RST. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.2.1.2 | Counter32 | read-only | current |
| hpicfByodTcpStatsCurrentOpen OBJECT-TYPE This object provides the number of TCP connections currently open. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.2.1.3 | Counter32 | read-only | current |
| hpicfByodTcpStatsPktsReceived OBJECT-TYPE This object provides the total number of TCP packets received. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.2.1.4 | Counter32 | read-only | current |
| hpicfByodTcpStatsPktsSent OBJECT-TYPE This object provides the total number of TCP packets sent. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.2.1.5 | Counter32 | read-only | current |
| hpicfByodTcpStatsHttpPktsSent OBJECT-TYPE This object provides the total number of HTTP packets sent. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.2.1.8 | Counter32 | read-only | current |
| hpicfByodTcpStatsStateSynRcvd OBJECT-TYPE This object provides the number of TCP connections currently in the SYN_RCVD state. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.2.1.9 | Counter32 | read-only | current |
| hpicfByodTcpStatsStateEstablished OBJECT-TYPE This object provides the number of TCP connections currently in the ESTABLISHED state. | 1.3.6.1.4.1.11.2.14.11.5.1.106.1.2.1.10 | Counter32 | read-only | current |
| hpicfByodConformance OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.106.2 | |||
| hpicfByodCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.106.2.1 | |||
| hpicfByodGroups OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.5.1.106.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| hpicfByodCompliance1 MODULE-COMPLIANCE The compliance statement | 1.3.6.1.4.1.11.2.14.11.5.1.106.2.1.1 | current |
| hpicfByodConfigGroup OBJECT-GROUP A collection of objects providing configuration and status for client redirection to a portal server. | 1.3.6.1.4.1.11.2.14.11.5.1.106.2.2.1 | current |
| hpicfByodStatsGroup OBJECT-GROUP A collection of objects providing statistics about current sessions for Byod. | 1.3.6.1.4.1.11.2.14.11.5.1.106.2.2.2 | current |