CISCO-LWAPP-MOBILITY-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
5
Rows
5
Columns
27
.1.3.6.1.4.1.9.9.576.1.1 · 1 row entry · 4 columns
This table represents the information about the
802.11 LWAPP Mobility Anchors on individual WLANs.
          
          
   +...............+
   +               +
   +    ROUTER     +
   +   10.16.1.1   +
   +...............+
          ..
        .    .
      .        .
    .            .
  .                .
.                    .
10.16.109.112        10.16.105.39
+......+   <<-------->>   +......+
+      +  [3]CC2 tunnels  +      +
+  CC1 +   MN1's traffic  +  CC2 +
+      +   to Anchor CC1  +      +
+......+   using EoIP     +......+
.                        .
. Anchor        Foreign  .
.                        .
+......+                  +......+
+      +                  +      +
+  AP1 +                  +  AP2 +
+      +                  +      +
+......+                  +......+
'typhoon'   .                      ^'typhoon'
.                          |
.           [2] associates  |
.              with AP2/CC2  |
.                             |
+......+   [1]              +......+
+      +  moves to region   +      +
+  MN1 +  ---------->>>     +  MN1 +
+      +  serviced by AP2   +      +
+......+                    +......+
10.16.109.199               10.16.109.199
          
In the above diagram, Central Controllers CC1 and CC2 have
been configured in a Mobility Group.
          
Currently the Mobile Node 'MN1' obtains its IP from the
Central Controller 'CC1' with which it first associates
via WLAN 'typhoon' through Access Point 'AP1'. 'CC1'
obtains DHCP address, say 10.16.109.199 for client 'MN1'.
Now the client 'MN1' is identified by 10.16.109.199 for
further communication with the network and the
communication happens via 'CC1'.
          
Since, 'CC1' and 'CC2' are in same mobility group, 'CC1'
sends the authentication block of 'MN1' to 'CC2'.
          
          
Central Controller 'CC2' has an associated Access Point
'AP2' which beams WLAN 'typhoon' and uses 10.16.105.0 /
255.255.255.0 subnet instead.
          
Next, the Mobile Node 'MN1' moves out of range of 'AP1'
and gets in to proximity with 'AP2' and continues to use
WLAN 'typhoon'. 'CC2' locally authenticates 'MN1' against
authentication block shared from 'CC1'. 'CC2' forwards all
traffic from 'MN1' to router. This is called WLAN mobility.
          
But hold on, 'CC2' uses 10.16.105.0 / 255.255.255.0 subnet
for WLAN 'typhoon'. So we have two problems here :
          
a> Traffic of 10.16.109.0 / 255.255.255.0 subnet has to be
accessible from 10.16.105.0 / 255.255.255.0 subnet.
          
b> Unnecessary overloading of 10.16.105.0 / 255.255.255.0
subnet by traffic from 10.16.109.0 / 255.255.255.0 subnet.
          
How do we address these issues ??
          
If an EoIP tunnel can be established between 'CC1' and 'CC2'
and 'CC1' sends all traffic bound to 'MN1', 10.16.109.199,
on this tunnel to 'CC2', which in turn forwards it to 'MN1',
then, above two subnet-problems are resolved. This is called
Mobility Anchoring. 'CC1' is the Mobility Anchor and 'CC2' is
the 'Foreign' for WLAN 'typhoon'.
          
As per the configuration, user creates a MobilityAnchor entry
in 'CC2' for WLAN 'typhoon' with IP address as 'CC1', i.e.
10.16.109.112. So, when 'MN1' connects to WLAN 'typhoon' via
'AP2', then 'CC2' establishes EoIP tunnel with 10.16.109.112
and forwards the packets to 'MN1'.
          
Given the above example, the cLMobilityAnchorEntry on 'CC2'
looks like :
          
---------------------------------------------------------------
|      MIB - ATTRIBUTES           |      ROW#1      |  ROW#2  |
---------------------------------------------------------------
| cLMobilityAnchorWlanProfileName |     typhoon     |         |
---------------------------------------------------------------
| cLMobilityAnchorSwitchIPAddress |   10.16.109.112 |         |
---------------------------------------------------------------
| cLMobilityAnchorStatus          |       up(4)     |         |
---------------------------------------------------------------
| cLMobilityAnchorRowStatus       |    active(1)    |         |
---------------------------------------------------------------
          
This feature has advantages for both security and load
balancing.  It can be used to restrict a WLAN to a single
subnet, regardless of the MN's entry point into the network.
A 'public' or guest WLAN can thus be accessed throughout an
enterprise, but still is restricted to a specific subnet.
It can also be used to provide some geographic load balancing,
since the WLANs can represent a particular section of a
building (i.e., engineering, marketing).  Those groups can be
'anchored' on a particular subnet/switch rather than on the
CC of first occurrence (i.e., the switch controlling the APs
by the front door).
cLMobilityAnchorEntry entry .1.3.6.1.4.1.9.9.576.1.1.1
Each entry in this table provides information about
one 802.11 LWAPP mobility anchor configured on a WLAN
on this controller.
Indexes
cLMobilityAnchorWlanProfileName cLMobilityAnchorSwitchIPAddress
Column Syntax OID
cLMobilityAnchorWlanProfileName
This object represenst local WLAN-profile name to connect
to guest/anchor switch.
OctetString
Constraints:
range: 1-32
.1.3.6.1.4.1.9.9.576.1.1.1.1
cLMobilityAnchorSwitchIPAddress
This object represents the guest/anchor switch IP
address.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.9.9.576.1.1.1.2
cLMobilityAnchorStatus
This object represents operational and connectivity
status of the mobility anchor.

controlpath:
When bit is set to '0', this means successive
ICMP pings to the anchor have failed.
Bits
Enumerated Values:
0controlpath
1datapath
.1.3.6.1.4.1.9.9.576.1.1.1.3
cLMobilityAnchorRowStatus
This is the status column for this row and is used to
create and delete specific instances of rows in this
table.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.9.9.576.1.1.1.4
.1.3.6.1.4.1.9.9.576.1.4.2 · 1 row entry · 3 columns
This table is used to configure multicast group
IP address per mobility group. Entries are added to the
table when configuring multicast group IP address per
mobility group.
cLMobilityMulticastGroupEntry entry .1.3.6.1.4.1.9.9.576.1.4.2.1
Each entry in this table provides information about
multicast group IP address per mobility group.
Indexes
cLMobilityGroupMacAddress
Column Syntax OID
cLMobilityGroupMacAddress
This object represents the mobility group MAC address
present on the controller.
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.9.9.576.1.4.2.1.1
cLMobilityMulticastGroupIPAddressType
This object specifies the multicast group IP address
type. The IP address is limited to IPv4 and IPv6.
INET-ADDRESS-MIBInetAddressTyper/w
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.9.576.1.4.2.1.2
cLMobilityMulticastGroupIPAddress
This object specifies the multicast group IP address per
group. The IP address is limited to IPv4 and IPv6.
The IP address should be reset only after disabling
the mobility multicast mode
(cLMobilityMulticastMessagingEn…
INET-ADDRESS-MIBInetAddressr/w
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.9.576.1.4.2.1.3
.1.3.6.1.4.1.9.9.576.1.5 · 1 row entry · 12 columns
This table represents the MWAR List (statically configured
members of the mobility group). Entries are added to the
table when configuring mobility group members.
cLMobilityGroupMembersEntry entry .1.3.6.1.4.1.9.9.576.1.5.1
This object represents an entry (conceptual row) in the
cLMobilityGroupMembers table.
Indexes
cLMobilityGroupMacAddress
Column Syntax OID
cLMobilityGroupMemberIPAddressType deprecated
This object represents the IP address type of the
mobility member IP address represented by
cLMobilityGroupMemberIPAddress. The IP address is limited
to IPv4 and IPv6. For clarity, this object is being
deprecated in fav…
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.9.576.1.5.1.1
cLMobilityGroupMemberIPAddress deprecated
This object represents the IP address of the mobility
member corresponding to cLMobilityGroupMacAddress. The
IP address is limited to IPv4 and IPv6. For clarity, this
object is being deprecated in favor of the new read-…
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.9.576.1.5.1.2
cLMobilityGroupMemberControlPathStatusUp
This object represents the control path status of the
mobility member corresponding to
cLMobilityGroupMacAddress.
A value of 'true' indicates that control path is up.
A value of 'false' indicates that control path is do…
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.9.576.1.5.1.3
cLMobilityGroupMemberDataPathStatusUp
This object represents the data path status of the
mobility member corresponding to
cLMobilityGroupMacAddress.
A value of 'true' indicates that data path is up.
A value of 'false' indicates that data path is down.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.9.576.1.5.1.4
cLMobilityGroupMemberHashKey
This object indicates the Hash key of the peer
mobility member.
It is a 40 hex digit value or 'none' to
clear the previously configured hash key
OctetStringr/w
Constraints:
range: 4-40
.1.3.6.1.4.1.9.9.576.1.5.1.5
cLMobilityGroupMemberAddressType
This object specifies the IP address type of the mobility
member IP address represented by
cLMobilityGroupMemberIPAddress. The IP address is limited
to IPv4 and IPv6.
INET-ADDRESS-MIBInetAddressTyper/w
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.9.576.1.5.1.6
cLMobilityGroupMemberAddress
This object specifies the IP address of the mobility
member corresponding to cLMobilityGroupMacAddress. The IP
address is limited to IPv4 and IPv6.
INET-ADDRESS-MIBInetAddressr/w
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.9.576.1.5.1.7
cLMobilityGroupMemberGroupName
This object specifies member's group name. If left empty
while adding a new group member, this assumes the default
mobility group name of the switch.
SNMP-FRAMEWORK-MIBSnmpAdminStringr/w
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.9.576.1.5.1.8
cLMobilityGroupMemberRowStatus
This is the status column for this row and is used to
create and delete specific instances of rows in this
table.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.9.9.576.1.5.1.9
cLMobilityGroupMemberDataDtls
This object specifies the data dtls status with a
mobility member.Data DTLS modification can be performed
once mobility member is created.
A value of 'true' indicates that data DTLS is enabled.
A value of 'false' indica…
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.9.576.1.5.1.10
cLMobilityGroupMemberIPAddressTypeRev1
This object represents the public IP Address type of the
mobility tunnel. The Ip address is limited to ipv4 and ipv6.
INET-ADDRESS-MIBInetAddressTyper/w
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.9.576.1.5.1.11
cLMobilityGroupMemberIPAddressRev1
This object represents the IP address of the mobility
tunnel corresponding to cLMobilityGroupMemberIPAddressTypeRev1.
The IP address is limited to IPv4 and IPv6.
INET-ADDRESS-MIBInetAddressr/w
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.9.576.1.5.1.12
.1.3.6.1.4.1.9.9.576.1.6 · 1 row entry · 3 columns
This table is used to create mappings of the foreign
controller with the interface/interface group to be used,
when clients are directly connected to the foreign
controller send the DHCP request to the anchor
controller.
cLMobilityForeignWlcMapEntry entry .1.3.6.1.4.1.9.9.576.1.6.1
Each entry in this table represents a row in the
cLMobilityForeignWlcIfMappingTable .Entries are added and
deleted by explicit user driven action.
Indexes
cLMobilityAnchorWlanProfileName cLMobilityForeignWlcMapMacAddress
Column Syntax OID
cLMobilityForeignWlcMapMacAddress
This object represents the MAC address of the foreign
controller, to which the interface mapping is to be
configured.
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.9.9.576.1.6.1.1
cLMobilityForeignWlcMapIf
This object specifies name of the interface/interface
group which would be used for the communication with the
clients connected to the foreign controller, represented by
cLMobilityForeignWlcMapMacAddress.
OctetStringr/w
Constraints:
range: 1-255
.1.3.6.1.4.1.9.9.576.1.6.1.2
cLMobilityForeignWlcMapRowStatus
This is the status column for this row and is used to
create and delete specific instances of rows in this
table.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.9.9.576.1.6.1.3
.1.3.6.1.4.1.9.9.576.1.9 · 1 row entry · 5 columns
This object represents the MWAR List (statically configured
members of the mobility group).Entries are created to the table
when configuring mobility group members.
cLMobilityGroupMembersOperEntry entry .1.3.6.1.4.1.9.9.576.1.9.1
This object represents an Entry (conceptual row) in the
cLMobilityGroupMembersOper table.
Indexes
cLMobilityGroupMembersOperNodeAddressType cLMobilityGroupMembersOperNodeAddress
Column Syntax OID
cLMobilityGroupMembersOperNodeAddressType
This object represents the IP Address type of the mobility
member
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.9.576.1.9.1.1
cLMobilityGroupMembersOperNodeAddress
This object represents the IP Address of the mobility member
This object support for only IPv4 and IPv6 addresses and so
the size can be either 4 or 16 bytes.
OctetString
Constraints:
range: 4-4
range: 16-16
.1.3.6.1.4.1.9.9.576.1.9.1.2
cLMobilityGroupMembersOperTunnelStatus
This object represents the tunnel status of the mobility
member corresponding to cLMobilityGroupMembersOperNodeAddress.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.9.9.576.1.9.1.3
cLMobilityGroupMembersOperDataPathStatus
This object represents the data path status of the mobility
member corresponding to cLMobilityGroupMembersOperNodeAddress.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.9.576.1.9.1.4
cLMobilityGroupMembersOperControlPathStatus
This object represents the control path status of the mobility
member corresponding to cLMobilityGroupMembersOperNodeAddress.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.9.576.1.9.1.5