1-- *****************************************************************
2-- CISCO-MOBILE-IP-MIB.my: Cisco Enterprise Mobile IP MIB file
3--
4-- July 2000, Ravindra Rathi
5--
6-- Copyright (c) 2000-2005, 2008-2009 by Cisco Systems Inc.
7-- All rights reserved.
8--
9-- *****************************************************************
10
11CISCO-MOBILE-IP-MIB DEFINITIONS ::= BEGIN
12
13IMPORTS
14    MODULE-IDENTITY,
15    OBJECT-TYPE,
16    NOTIFICATION-TYPE,
17    Gauge32,
18    Counter32,
19    Integer32,
20    IpAddress,
21    Unsigned32,
22    Counter64
23        FROM SNMPv2-SMI
24    MODULE-COMPLIANCE,
25    OBJECT-GROUP,
26    NOTIFICATION-GROUP
27        FROM SNMPv2-CONF
28    RowStatus,
29    TimeInterval,
30    TimeStamp,
31    DateAndTime,
32    TruthValue,
33    MacAddress,
34    TEXTUAL-CONVENTION
35        FROM SNMPv2-TC
36    RegistrationFlags,
37    haMobilityBindingEntry,
38    mnRegistrationEntry,
39    faCOAEntry,
40    mnHAEntry,
41    mnState,
42    mnRegCOA,
43    mnRegAgentAddress
44        FROM MIP-MIB
45    InetAddressType,
46    InetAddress,
47    InetAddressPrefixLength
48        FROM INET-ADDRESS-MIB
49    ZeroBasedCounter32
50        FROM RMON2-MIB
51    SnmpAdminString
52        FROM SNMP-FRAMEWORK-MIB
53    ifIndex,
54    InterfaceIndex,
55    InterfaceIndexOrZero
56        FROM IF-MIB
57    CounterBasedGauge64
58        FROM HCNUM-TC
59    ciscoMgmt
60        FROM CISCO-SMI;
61
62
63ciscoMobileIpMIB MODULE-IDENTITY
64    LAST-UPDATED    "200906260000Z"
65    ORGANIZATION    "Cisco Systems, Inc."
66    CONTACT-INFO
67            "Cisco Systems
68            Customer Service
69
70            Postal: 170 W. Tasman Drive
71            San Jose, CA  95134
72            USA
73
74            Tel: +1 800 553-NETS
75
76            E-mail: cs-mobileip@cisco.com"
77    DESCRIPTION
78        "An extension to the IETF MIB module defined in
79        RFC-2006 for managing Mobile IP implementations.
80
81        Mobile IP introduces the following new functional
82        entities:
83
84        Mobile Node(MN)
85           A host or router that changes its point of
86           attachment from one network or subnetwork to
87           another. A mobile node may change its location
88           without changing its IP address; it may continue to
89           communicate with other Internet nodes at any
90           location using its (constant) IP address, assuming
91           link-layer connectivity to a point of attachment is
92           available.
93
94        Home Agent(HA)
95           A router on a mobile node's home network which
96           tunnels datagrams for delivery to the mobile node
97           when it is away from home, and maintains current
98           location information for the mobile node.
99
100        Foreign Agent(FA)
101           A router on a mobile node's visited network which
102           provides routing services to the mobile node while
103           registered. The foreign agent detunnels and delivers
104           datagrams to the mobile node that were tunneled by
105           the mobile node's home agent. For datagrams sent by
106           a mobile node, the foreign agent may serve as a
107           default router for registered mobile nodes.
108
109        Mobile Router(MR)
110           A mobile node that is a router. It provides for the
111           mobility for one or more networks moving together.
112           The nodes connected to the network server by the
113           mobile router may themselves be fixed nodes, mobile
114           nodes or routers.
115
116        Mobile Network
117           Network that moves with the mobile router.
118
119        Following is the terminology associated with Mobile IP
120        protocol:
121
122        Agent Advertisement
123           An advertisement message constructed by attaching a
124           special Extension to a router advertisement message.
125
126        Care-of Address (CoA)
127           The termination point of a tunnel toward a mobile
128           node, for datagrams forwarded to the mobile node
129           while it is away from home. The protocol can use
130           two different types of care-of address: a 'foreign
131           agent care-of address' is an address of a foreign
132           agent with which the mobile node is registered, and
133           a 'co-located care-of address' (CCoA) is an
134           externally obtained local address which the mobile
135           node has associated with one of its own network
136           interfaces.
137
138        Correspondent Node
139           A peer with which a mobile node is communicating.
140           A correspondent node may be either mobile or
141           stationary.
142
143        Foreign Network
144           Any network other than the mobile node's Home
145           Network.
146
147        Home Address
148           An IP address that is assigned for an extended
149           period of time to a mobile node. It remains
150           unchanged regardless of where the node is attached
151           to the Internet.
152
153        Home Network
154           A network, possibly virtual, having a network prefix
155           matching that of a mobile node's home address. Note
156           that standard IP routing mechanisms will deliver
157           datagrams destined to a mobile node's Home Address
158           to the mobile node's Home Network.
159
160        Mobility Agent
161           Either a home agent or a foreign agent.
162
163        Mobility Binding
164           The association of a home address with a care-of
165           address, along with the remaining lifetime of that
166           association.
167
168        Mobility Security Association
169           A collection of security contexts, between a pair
170           of nodes, which may be applied to Mobile IP protocol
171           messages exchanged between them. Each context
172           indicates an authentication algorithm and mode, a
173           secret (a shared key, or appropriate public/private
174           key pair), and a style of replay protection in use.
175
176        Node
177           A host or a router.
178
179        Nonce
180           A randomly chosen value, different from previous
181           choices, inserted in a message to protect against
182           replays.
183
184        Security Parameter Index (SPI)
185           An index identifying a security context between a
186           pair of nodes among the contexts available in the
187           Mobility Security Association. SPI values 0 through
188           255 are reserved and MUST NOT be used in any
189           Mobility Security Association.
190
191        Tunnel
192           The path followed by a datagram while it is
193           encapsulated. The model is that, while it is
194           encapsulated, a datagram is routed to a
195           knowledgeable decapsulating agent, which
196           decapsulates the datagram and then correctly
197           delivers it to its ultimate destination.
198
199        Visited Network
200           A network other than a mobile node's Home Network,
201           to which the mobile node is currently connected.
202
203        Visitor List
204           The list of mobile nodes visiting a foreign agent.
205
206        Keyed Hashing for Message Authentication (HMAC)
207           A mechanism for message authentication using
208           cryptographic hash functions. HMAC can be used with
209           any iterative cryptographic hash function, e.g.,
210           MD5, SHA-1, in combination with a secret shared
211           key.
212
213        The following support services are defined for
214        Mobile IP:
215
216        Agent Discovery
217           Home agents and foreign agents may advertise their
218           availability on each link for which they provide
219           service. A newly arrived mobile node can send a
220           solicitation on the link to learn if any prospective
221           agents are present.
222
223        Registration
224           When the mobile node is away from home, it registers
225           its care-of address with its home agent. Depending
226           on its method of attachment, the mobile node will
227           register either directly with its home agent, or
228           through a foreign agent which forwards the
229           registration to the home agent.
230
231        Following is the terminology associated with the home
232        agent redundancy feature:
233
234        Peer Home Agent
235           Active home agent and standby home agent are peers
236           to each other.
237
238        Binding Update
239           A binding update contains the registration request
240        information. The home agent sends the update to its
241        peer after accepting a registration.
242
243        Binding Information
244           Binding information contains the entries in the
245        mobility binding table. The home agent sends a binding
246        information request to its peer to retrieve all
247        mobility bindings for a specified home agent address.
248
249        3GPP2
250                3rd Generation Partnership Project 2. This is
251        the standardization group for CDMA2000, the set of 3G
252        standards based on earlier 2G CDMA technology.
253
254        WiMAX
255                Worldwide Interoperability for Microwave Access,
256         Inc. (group promoting IEEE 802.16 wireless broadband
257         standard)
258
259        MIP
260                Mobile IP
261
262        This MIB is organized as described below:
263
264           The IETF Mobile IP MIB module [RFC-2006] has six
265           main groups. Three of them represent the Mobile IP
266           entities i.e. 'MipFA': foreign agent, 'MipHA':
267           home agent and 'MipMN': mobile node. Each of these
268           groups have been further subdivided into different
269           subgroups. Each of these subgroups is a collection
270           of objects related to a particular function,
271           performed by the entity represented by its main
272           group e.g. 'faRegistration' is a subgroup under
273           group 'MipFA' which has collection of objects for
274           registration function within a foreign agent. This
275           MIB also follows the same hierarchical structure to
276           maintain the modularity with respect to Mobile IP."
277    REVISION        "200906260000Z"
278    DESCRIPTION
279        "Added cmiHaRegTunnelStatsTable
280
281        The following objects has been added to cmiHaReg.
282
283        [1] cmiHaRegIntervalSize
284        [2] cmiHaRegIntervalMaxActiveBindings
285        [3] cmiHaRegInterval3gpp2MaxActiveBindings
286        [4] cmiHaRegIntervalWimaxMaxActiveBindings
287
288        The following object groups has been added to
289        ciscoMobileIpGroups.
290
291        [1] ciscoMobileIpHaRegIntervalStatsGroup
292        [2] ciscoMobileIpHaRegTunnelStatsGroup
293
294        The MODULE-COMPLIANCE ciscoMobileIpComplianceRev1 has been
295        deprecated by ciscoMobileIpComplianceRev2."
296    REVISION        "200901220000Z"
297    DESCRIPTION
298        "The following objects have been added
299        [1] cmiHaMaximumBindings
300        [2] cmiHaSystemVersion
301
302        The following notifications have been added
303        [1] cmiHaMaxBindingsNotif
304
305        The Object cmiTrapControl has been modified to include
306        a new bit for cmiHaMaxBindingsNotif.
307
308        The following object-groups have been added
309        [1] ciscoMobileIpHaRegGroupV1
310        [2] ciscoMobileIpMrNotificationGroupV3
311        [3] ciscoMobileIpHaSystemGroupV1
312
313        The compliance statement ciscoMobileIpComplianceV12R11
314        has been deprecated by ciscoMobileIpComplianceRev1."
315    REVISION        "200812110000Z"
316    DESCRIPTION
317        "Added a new object cmiHaRegMobilityBindingMacAddress to
318        cmiHaRegMobilityBindingTable.
319        Added a new object group ciscoMobileIpHaRegGroupV12R03r2Sup2 and
320        a compliance group ciscoMobileIpComplianceV12R11 which
321        deprecates ciscoMobileIpComplianceV12R10."
322    REVISION        "200505310000Z"
323    DESCRIPTION
324        "Added mobile node access interface attribute objects
325        and multi-path specific objects.
326        Following object groups have been created for the
327        objects added for multi-path:
328        ciscoMobileIpHaRegGroupV12R03r2Sup1
329        ciscoMobileIpHaMobNetGroupSup1
330        ciscoMobileIpMrSystemGroupV3Sup1"
331    REVISION        "200405280000Z"
332    DESCRIPTION
333        "Added Mobile router roaming interface objects -
334        cmiMrIfRoamStatus, cmiMrIfRegisteredCoAType,
335        cmiMrIfRegisteredCoA, cmiMrIfRegisteredMaAddrType and
336        cmiMrIfRegisteredMaAddr."
337    REVISION        "200401230000Z"
338    DESCRIPTION
339        "Added trap cmiHaMnRegReqFailed"
340    REVISION        "200311270000Z"
341    DESCRIPTION
342        "Added objects cmiFaTotalRegRequests,
343        miFaTotalRegReplies, cmiFaMnFaAuthFailures,
344        cmiFaMnAAAAuthFailures, cmiHaMnHaAuthFailures,
345        and cmiHaMnAAAAuthFailures."
346    REVISION        "200309050000Z"
347    DESCRIPTION
348        "Added object cmiMrIfCCoaEnable"
349    REVISION        "200306300000Z"
350    DESCRIPTION
351        "Added objects cmiMrIfCCoaRegistration, cmiMrIfCCoaOnly
352        and cmiMrCollocatedTunnel"
353    REVISION        "200301230000Z"
354    DESCRIPTION
355        "1. Duplicated maAdvConfigTable from MIP-MIB with the
356        index changed to IfIndex instead of ip address.
357        2. Deprecated cmiSecKey object and added cmSecKey2 as
358        the range needs to be extended. It should accept
359        strings of length 1 to 16.
360        3. Added hmacMD5 type in cmiSecAlgorithmType"
361    REVISION        "200211180000Z"
362    DESCRIPTION
363        "Added objects for Reverse tunneling, Challenge, VSEs
364        and Mobile Router features."
365    REVISION        "200205170000Z"
366    DESCRIPTION
367        "Add HA/FA initial registration,re-registration,
368        de-registration counters for more granularity."
369    REVISION        "200107060000Z"
370    DESCRIPTION
371        "Add cmiFaRegVisitorTable, cmiHaRegCounterTable,
372        cmiHaRegMobilityBindingTable, cmiSecAssocTable,
373        and cmiSecViolationTable. Add counters for home agent
374        redundancy feature. Add performance counters for
375        registration function of the mobility agents."
376    REVISION        "200101250000Z"
377    DESCRIPTION
378        "Initial version of this MIB module."
379    ::= { ciscoMgmt 174 }
380
381
382ciscoMobileIpMIBObjects  OBJECT IDENTIFIER
383    ::= { ciscoMobileIpMIB 1 }
384
385-- Groups under ciscoMobileIpMIBObjects.
386
387cmiFa  OBJECT IDENTIFIER
388    ::= { ciscoMobileIpMIBObjects 1 }
389
390cmiHa  OBJECT IDENTIFIER
391    ::= { ciscoMobileIpMIBObjects 2 }
392
393cmiSecurity  OBJECT IDENTIFIER
394    ::= { ciscoMobileIpMIBObjects 3 }
395
396cmiMa  OBJECT IDENTIFIER
397    ::= { ciscoMobileIpMIBObjects 4 }
398
399cmiMn  OBJECT IDENTIFIER
400    ::= { ciscoMobileIpMIBObjects 5 }
401
402cmiTrapObjects  OBJECT IDENTIFIER
403    ::= { ciscoMobileIpMIBObjects 6 }
404
405cmiFaReg  OBJECT IDENTIFIER
406    ::= { cmiFa 1 }
407
408cmiFaAdvertisement  OBJECT IDENTIFIER
409    ::= { cmiFa 2 }
410
411cmiFaSystem  OBJECT IDENTIFIER
412    ::= { cmiFa 3 }
413
414cmiHaReg  OBJECT IDENTIFIER
415    ::= { cmiHa 1 }
416
417cmiHaRedun  OBJECT IDENTIFIER
418    ::= { cmiHa 2 }
419
420cmiHaMobNet  OBJECT IDENTIFIER
421    ::= { cmiHa 3 }
422
423cmiHaSystem  OBJECT IDENTIFIER
424    ::= { cmiHa 4 }
425
426cmiMaReg  OBJECT IDENTIFIER
427    ::= { cmiMa 1 }
428
429cmiMaAdvertisement  OBJECT IDENTIFIER
430    ::= { cmiMa 2 }
431
432cmiMnDiscovery  OBJECT IDENTIFIER
433    ::= { cmiMn 1 }
434
435cmiMnRecentAdvReceived  OBJECT IDENTIFIER
436    ::= { cmiMnDiscovery 1 }
437
438cmiMnRegistration  OBJECT IDENTIFIER
439    ::= { cmiMn 2 }
440
441cmiMrSystem  OBJECT IDENTIFIER
442    ::= { cmiMn 3 }
443
444cmiMrDiscovery  OBJECT IDENTIFIER
445    ::= { cmiMn 4 }
446
447cmiMrRegistration  OBJECT IDENTIFIER
448    ::= { cmiMn 5 }
449
450
451-- Textual convention
452
453CmiRegistrationFlags ::= TEXTUAL-CONVENTION
454    STATUS          current
455    DESCRIPTION
456        "This data type is used to define the registration
457        flags for Mobile IP registration extension:
458           reverseTunnel
459               -- Request to support reverse tunneling.
460           gre
461               -- Request to use GRE
462           minEnc
463               -- Request to use minimal encapsulation
464           decapsulationByMN
465               -- Decapsulation by mobile node
466           broadcastDatagram
467               -- Request to receive broadcasts
468           simultaneousBindings
469               -- Request to retain prior binding(s)"
470    SYNTAX          BITS {
471                        reverseTunnel(0),
472                        gre(1),
473                        minEnc(2),
474                        decapsulationbyMN(3),
475                        broadcastDatagram(4),
476                        simultaneousBindings(5)
477                    }
478
479CmiEntityIdentifierType ::= TEXTUAL-CONVENTION
480    STATUS          current
481    DESCRIPTION
482        "A value that represents a type of Mobile IP entity
483        identifier.
484        other(1)     Indicates identifier which
485                     is not in one of the formats defined
486                     below.
487
488        ipaddress(2) IP address as defined by InetAddressIPv4
489                     textual convention in INET-ADDRESS-MIB.
490
491        nai(3)       A network access identifier as defined by
492                     the CmiEntityIdentifier textual
493                     convention."
494    SYNTAX          INTEGER  {
495                        other(1),
496                        ipaddress(2),
497                        nai(3)
498                    }
499
500CmiEntityIdentifier ::= TEXTUAL-CONVENTION
501    STATUS          current
502    DESCRIPTION
503        "Represents the generic identifier for Mobile IP
504        entities. A CmiEntityIdentifier value is always
505        interpreted within the context of a
506        CmiEntityIdentifierType  value.
507                     Foreign agents and Home agents are
508        identified by the IP addresses. Mobile nodes can be
509        identified in more than one way e.g. IP addresses,
510        network access identifiers (NAI). If mobile node is
511        identified by  something other than IP address say by
512        NAI and it gets IP address dynamically from the home
513        agent then value of object of this type should be same
514        as NAI. This is because then IP address is not tied
515        with mobile node and it can change across registrations
516        over period of time."
517    SYNTAX          OCTET STRING (SIZE (1..255))
518
519CmiSpi ::= TEXTUAL-CONVENTION
520    STATUS          current
521    DESCRIPTION
522        "An index identifying a security context between a pair
523        of nodes among the contexts available in the Mobility
524        Security Association.  SPI values 0 through 255 are
525        reserved and MUST NOT be used in any Mobility Security
526        Association."
527
528    REFERENCE       "RFC-2002 - IP Mobility Support, section 3.5.1"
529    SYNTAX          Unsigned32 (256..4294967295)
530
531CmiMultiPathMetricType ::= TEXTUAL-CONVENTION
532    STATUS          current
533    DESCRIPTION
534        "An enumerated value that represents a metric type
535        that is used for calculating the metric for routes
536        when multiple routes are created.
537        hopcount(1)  Hop count
538                     Routes would be inserted with metric
539                     as 1 - hop count.
540        bandwidth(2) bandwidth
541                     Routes would be inserted with metric
542                     using the roaming interface bandwidth."
543    SYNTAX          INTEGER  {
544                        hopcount(1),
545                        bandwidth(2)
546                    }
547
548CmiTunnelType ::= TEXTUAL-CONVENTION
549    STATUS          current
550    DESCRIPTION
551        "This textual convention lists the tunneling protocols in use
552        between a HA and CoA.
553
554        The semantics are as follows.
555
556                'ipinip' - This indicates that IP-in-IP protocol is in
557                           use for tunnel encapsulation.
558
559                'gre'    - This indicates that GRE protocol is in use
560                           for tunnel encapsulation."
561    SYNTAX          INTEGER  {
562                        ipinip(1),
563                        gre(2)
564                    }
565
566-- Foreign Agent Registration Group
567
568cmiFaRegTotalVisitors OBJECT-TYPE
569    SYNTAX          Gauge32
570    MAX-ACCESS      read-only
571    STATUS          current
572    DESCRIPTION
573        "The current number of entries in faVisitorTable.
574        faVisitorTable contains the foreign agent's visitor
575        list. The foreign agent updates this table in
576        response to registration events from mobile nodes."
577    REFERENCE       "RFC-2006 - Mobile IP MIB Definition using SMIv2"
578    ::= { cmiFaReg 1 }
579-- Foreign Agent Visitors List
580
581cmiFaRegVisitorTable OBJECT-TYPE
582    SYNTAX          SEQUENCE OF CmiFaRegVisitorEntry
583    MAX-ACCESS      not-accessible
584    STATUS          current
585    DESCRIPTION
586        "A table containing the foreign agent's visitor
587        list. The foreign agent updates this table in
588        response to registration events from mobile nodes.
589        This table provides the same information as
590        faVisitorTable of MIP-MIB. The difference is
591        that indices of the table are changed so that visitors
592        which are not identified by the IP address will also
593        be included in the table."
594    ::= { cmiFaReg 2 }
595
596cmiFaRegVisitorEntry OBJECT-TYPE
597    SYNTAX          CmiFaRegVisitorEntry
598    MAX-ACCESS      not-accessible
599    STATUS          current
600    DESCRIPTION
601        "Information for one visitor regarding registration."
602    INDEX           {
603                        cmiFaRegVisitorIdentifierType,
604                        cmiFaRegVisitorIdentifier
605                    }
606    ::= { cmiFaRegVisitorTable 1 }
607
608CmiFaRegVisitorEntry ::= SEQUENCE {
609        cmiFaRegVisitorIdentifierType   CmiEntityIdentifierType,
610        cmiFaRegVisitorIdentifier       CmiEntityIdentifier,
611        cmiFaRegVisitorHomeAddress      IpAddress,
612        cmiFaRegVisitorHomeAgentAddress IpAddress,
613        cmiFaRegVisitorTimeGranted      TimeInterval,
614        cmiFaRegVisitorTimeRemaining    TimeInterval,
615        cmiFaRegVisitorRegFlags         RegistrationFlags,
616        cmiFaRegVisitorRegIDLow         Unsigned32,
617        cmiFaRegVisitorRegIDHigh        Unsigned32,
618        cmiFaRegVisitorRegIsAccepted    TruthValue,
619        cmiFaRegVisitorRegFlagsRev1     CmiRegistrationFlags,
620        cmiFaRegVisitorChallengeValue   OCTET STRING
621}
622
623cmiFaRegVisitorIdentifierType OBJECT-TYPE
624    SYNTAX          CmiEntityIdentifierType
625    MAX-ACCESS      not-accessible
626    STATUS          current
627    DESCRIPTION
628        "The type of the visitor's identifier."
629    ::= { cmiFaRegVisitorEntry 1 }
630
631cmiFaRegVisitorIdentifier OBJECT-TYPE
632    SYNTAX          CmiEntityIdentifier
633    MAX-ACCESS      not-accessible
634    STATUS          current
635    DESCRIPTION
636        "The identifier associated with the visitor."
637    ::= { cmiFaRegVisitorEntry 2 }
638
639cmiFaRegVisitorHomeAddress OBJECT-TYPE
640    SYNTAX          IpAddress
641    MAX-ACCESS      read-only
642    STATUS          current
643    DESCRIPTION
644        "Home (IP) address of visiting mobile node."
645    ::= { cmiFaRegVisitorEntry 3 }
646
647cmiFaRegVisitorHomeAgentAddress OBJECT-TYPE
648    SYNTAX          IpAddress
649    MAX-ACCESS      read-only
650    STATUS          current
651    DESCRIPTION
652        "Home agent IP address for that visiting mobile node."
653    ::= { cmiFaRegVisitorEntry 4 }
654
655cmiFaRegVisitorTimeGranted OBJECT-TYPE
656    SYNTAX          TimeInterval
657    MAX-ACCESS      read-only
658    STATUS          current
659    DESCRIPTION
660        "The lifetime granted to the mobile node for this
661        registration.  Only valid if faVisitorRegIsAccepted
662        is true(1)."
663    ::= { cmiFaRegVisitorEntry 5 }
664
665cmiFaRegVisitorTimeRemaining OBJECT-TYPE
666    SYNTAX          TimeInterval
667    MAX-ACCESS      read-only
668    STATUS          current
669    DESCRIPTION
670        "The time remaining until the registration is expired.
671        It has the same initial value as
672        cmiFaRegVisitorTimeGranted, and is counted down by the
673        foreign agent."
674    ::= { cmiFaRegVisitorEntry 6 }
675
676cmiFaRegVisitorRegFlags OBJECT-TYPE
677    SYNTAX          RegistrationFlags
678    MAX-ACCESS      read-only
679    STATUS          deprecated
680    DESCRIPTION
681        "Registration flags sent by the mobile node."
682    ::= { cmiFaRegVisitorEntry 7 }
683
684cmiFaRegVisitorRegIDLow OBJECT-TYPE
685    SYNTAX          Unsigned32 (0..4294967295)
686    MAX-ACCESS      read-only
687    STATUS          current
688    DESCRIPTION
689        "Low 32 bits of Identification used in that
690        registration by the mobile node."
691    ::= { cmiFaRegVisitorEntry 8 }
692
693cmiFaRegVisitorRegIDHigh OBJECT-TYPE
694    SYNTAX          Unsigned32 (0..4294967295)
695    MAX-ACCESS      read-only
696    STATUS          current
697    DESCRIPTION
698        "High 32 bits of Identification used in that
699        registration by the mobile node."
700    ::= { cmiFaRegVisitorEntry 9 }
701
702cmiFaRegVisitorRegIsAccepted OBJECT-TYPE
703    SYNTAX          TruthValue
704    MAX-ACCESS      read-only
705    STATUS          current
706    DESCRIPTION
707        "Whether the registration has been accepted or not. If
708        it is false(2), this registration is still pending for
709        reply."
710    ::= { cmiFaRegVisitorEntry 10 }
711
712cmiFaRegVisitorRegFlagsRev1 OBJECT-TYPE
713    SYNTAX          CmiRegistrationFlags
714    MAX-ACCESS      read-only
715    STATUS          current
716    DESCRIPTION
717        "Registration flags sent by the mobile node."
718    ::= { cmiFaRegVisitorEntry 11 }
719
720cmiFaRegVisitorChallengeValue OBJECT-TYPE
721    SYNTAX          OCTET STRING (SIZE  (256))
722    MAX-ACCESS      read-only
723    STATUS          current
724    DESCRIPTION
725        "Challenge value forwarded to MN in the previous
726        Registration reply, which can be used by MN in the
727        next Registration request"
728    REFERENCE
729        "RFC3012 - Mobile IPv4 Challenge/Response Extensions"
730    ::= { cmiFaRegVisitorEntry 12 }
731
732
733
734cmiFaInitRegRequestsReceived OBJECT-TYPE
735    SYNTAX          Counter32
736    MAX-ACCESS      read-only
737    STATUS          current
738    DESCRIPTION
739        "Total number of initial Registration Requests received by
740        the foreign agent."
741    ::= { cmiFaReg 3 }
742
743cmiFaInitRegRequestsRelayed OBJECT-TYPE
744    SYNTAX          Counter32
745    MAX-ACCESS      read-only
746    STATUS          current
747    DESCRIPTION
748        "Total number of initial Registration Requests relayed by
749        the foreign agent to the home agent."
750    ::= { cmiFaReg 4 }
751
752cmiFaInitRegRequestsDenied OBJECT-TYPE
753    SYNTAX          Counter32
754    MAX-ACCESS      read-only
755    STATUS          current
756    DESCRIPTION
757        "Total number of initial Registration Requests denied by
758        the foreign agent.
759
760        The reasons for which FA denies a request include:
761
762        1. FA CHAP authentication failures.
763
764        2. HA is not reachable.
765
766        3. No HA address set in the packet."
767    ::= { cmiFaReg 5 }
768
769cmiFaInitRegRequestsDiscarded OBJECT-TYPE
770    SYNTAX          Counter32
771    MAX-ACCESS      read-only
772    STATUS          current
773    DESCRIPTION
774        "Total number of initial Registration Requests discarded
775        by the foreign agent.
776
777        The reasons for which FA discards a request include:
778
779        1. ip mobile foreign-service is not enabled on the
780        interface on which the request is received.
781
782        2. NAI length exceeds the length of the packet.
783
784        3. There are no active COAs."
785    ::= { cmiFaReg 6 }
786
787cmiFaInitRegRepliesValidFromHA OBJECT-TYPE
788    SYNTAX          Counter32
789    MAX-ACCESS      read-only
790    STATUS          current
791    DESCRIPTION
792        "Total number of initial valid Registration Replies from
793        the home agent to foreign agent."
794    ::= { cmiFaReg 7 }
795
796cmiFaInitRegRepliesValidRelayMN OBJECT-TYPE
797    SYNTAX          Counter32
798    MAX-ACCESS      read-only
799    STATUS          current
800    DESCRIPTION
801        "Total number of initial Registration Replies relayed to
802        MN by the foreign agent."
803    ::= { cmiFaReg 8 }
804
805cmiFaReRegRequestsReceived OBJECT-TYPE
806    SYNTAX          Counter32
807    MAX-ACCESS      read-only
808    STATUS          current
809    DESCRIPTION
810        "Total number of Re-Registration Requests received by
811        the foreign agent from mobile nodes."
812    ::= { cmiFaReg 9 }
813
814cmiFaReRegRequestsRelayed OBJECT-TYPE
815    SYNTAX          Counter32
816    MAX-ACCESS      read-only
817    STATUS          current
818    DESCRIPTION
819        "Total number of Re-Registration Requests relayed to
820        MN by the foreign agent."
821    ::= { cmiFaReg 10 }
822
823cmiFaReRegRequestsDenied OBJECT-TYPE
824    SYNTAX          Counter32
825    MAX-ACCESS      read-only
826    STATUS          current
827    DESCRIPTION
828        "Total number of Re-Registration Requests denied by
829        the foreign agent.
830
831        Refer cmiFaInitRegRequestsDenied for the reasons for
832        which FA denies a request."
833    ::= { cmiFaReg 11 }
834
835cmiFaReRegRequestsDiscarded OBJECT-TYPE
836    SYNTAX          Counter32
837    MAX-ACCESS      read-only
838    STATUS          current
839    DESCRIPTION
840        "Total number of Re-Registration Requests discarded by
841        the foreign agent.
842
843        Refer cmiFaInitRegRequestsDiscarded for the reasons for
844        which FA discards a request."
845    ::= { cmiFaReg 12 }
846
847cmiFaReRegRepliesValidFromHA OBJECT-TYPE
848    SYNTAX          Counter32
849    MAX-ACCESS      read-only
850    STATUS          current
851    DESCRIPTION
852        "Total number of valid Re-Registration Replies from
853        home agent."
854    ::= { cmiFaReg 13 }
855
856cmiFaReRegRepliesValidRelayToMN OBJECT-TYPE
857    SYNTAX          Counter32
858    MAX-ACCESS      read-only
859    STATUS          current
860    DESCRIPTION
861        "Total number of valid Re-Registration Replies relayed
862        to MN by the foreign agent."
863    ::= { cmiFaReg 14 }
864
865cmiFaDeRegRequestsReceived OBJECT-TYPE
866    SYNTAX          Counter32
867    MAX-ACCESS      read-only
868    STATUS          current
869    DESCRIPTION
870        "Total number of De-Registration Requests received by
871        the foreign agent."
872    ::= { cmiFaReg 15 }
873
874cmiFaDeRegRequestsRelayed OBJECT-TYPE
875    SYNTAX          Counter32
876    MAX-ACCESS      read-only
877    STATUS          current
878    DESCRIPTION
879        "Total number of De-Registration Requests relayed to home
880        agent by the foreign agent."
881    ::= { cmiFaReg 16 }
882
883cmiFaDeRegRequestsDenied OBJECT-TYPE
884    SYNTAX          Counter32
885    MAX-ACCESS      read-only
886    STATUS          current
887    DESCRIPTION
888        "Total number of De-Registration Requests denied by the
889        foreign agent.
890
891        Refer cmiFaInitRegRequestsDenied for the reasons for
892        which FA denies a request."
893    ::= { cmiFaReg 17 }
894
895cmiFaDeRegRequestsDiscarded OBJECT-TYPE
896    SYNTAX          Counter32
897    MAX-ACCESS      read-only
898    STATUS          current
899    DESCRIPTION
900        "Total number of De-Registration Requests discarded by
901        the foreign agent.
902
903        Refer cmiFaInitRegRequestsDiscarded for the reasons for
904        which FA discards a request."
905    ::= { cmiFaReg 18 }
906
907cmiFaDeRegRepliesValidFromHA OBJECT-TYPE
908    SYNTAX          Counter32
909    MAX-ACCESS      read-only
910    STATUS          current
911    DESCRIPTION
912        "Total number of valid De-Registration Replies received
913        from the home agent by the foreign agent."
914    ::= { cmiFaReg 19 }
915
916cmiFaDeRegRepliesValidRelayToMN OBJECT-TYPE
917    SYNTAX          Counter32
918    MAX-ACCESS      read-only
919    STATUS          current
920    DESCRIPTION
921        "Total number of De-Registration Replies relayed to the
922        MN by the foreign agent."
923    ::= { cmiFaReg 20 }
924
925cmiFaReverseTunnelUnavailable OBJECT-TYPE
926    SYNTAX          Counter32
927    MAX-ACCESS      read-only
928    STATUS          current
929    DESCRIPTION
930        "Total number of Registration Requests denied by
931        foreign agent -- requested reverse tunnel
932        unavailable (Code 74)."
933    REFERENCE       "RFC3024 - Reverse Tunneling for Mobile IP"
934    ::= { cmiFaReg 21 }
935
936cmiFaReverseTunnelBitNotSet OBJECT-TYPE
937    SYNTAX          Counter32
938    MAX-ACCESS      read-only
939    STATUS          current
940    DESCRIPTION
941        "Total number of Registration Requests denied by
942        foreign agent -- reverse tunnel is mandatory and
943        'T' bit not set (Code 75)."
944    REFERENCE       "RFC3024 - Reverse Tunneling for Mobile IP"
945    ::= { cmiFaReg 22 }
946
947cmiFaMnTooDistant OBJECT-TYPE
948    SYNTAX          Counter32
949    MAX-ACCESS      read-only
950    STATUS          current
951    DESCRIPTION
952        "Total number of Registration Requests denied by
953        foreign agent -- mobile node too distant (Code 76)."
954    REFERENCE       "RFC3024 - Reverse Tunneling for Mobile IP"
955    ::= { cmiFaReg 23 }
956
957cmiFaDeliveryStyleUnsupported OBJECT-TYPE
958    SYNTAX          Counter32
959    MAX-ACCESS      read-only
960    STATUS          current
961    DESCRIPTION
962        "Total number of Registration Requests denied by
963        foreign agent -- delivery style not supported
964        (Code 79)."
965    REFERENCE       "RFC3024 - Reverse Tunneling for Mobile IP"
966    ::= { cmiFaReg 24 }
967
968cmiFaUnknownChallenge OBJECT-TYPE
969    SYNTAX          Counter32
970    MAX-ACCESS      read-only
971    STATUS          current
972    DESCRIPTION
973        "Total number of Registration Requests denied by
974        foreign agent -- challenge was unknown (code 104)."
975    REFERENCE
976        "RFC3012 - Mobile IPv4 Challenge/Response Extensions"
977    ::= { cmiFaReg 25 }
978
979cmiFaMissingChallenge OBJECT-TYPE
980    SYNTAX          Counter32
981    MAX-ACCESS      read-only
982    STATUS          current
983    DESCRIPTION
984        "Total number of Registration Requests denied by
985        foreign agent -- challenge was missing (code 105)."
986    REFERENCE
987        "RFC3012 - Mobile IPv4 Challenge/Response Extensions"
988    ::= { cmiFaReg 26 }
989
990cmiFaStaleChallenge OBJECT-TYPE
991    SYNTAX          Counter32
992    MAX-ACCESS      read-only
993    STATUS          current
994    DESCRIPTION
995        "Total number of Registration Requests denied by
996        foreign agent -- challenge was stale (code 106)."
997    REFERENCE
998        "RFC3012 - Mobile IPv4 Challenge/Response Extensions"
999    ::= { cmiFaReg 27 }
1000
1001cmiFaCvsesFromMnRejected OBJECT-TYPE
1002    SYNTAX          Counter32
1003    MAX-ACCESS      read-only
1004    STATUS          current
1005    DESCRIPTION
1006        "Total number of Registration Requests denied by
1007        foreign agent --  Unsupported Vendor-ID or unable to
1008        interpret Vendor-CVSE-Type in the CVSE sent by the
1009        mobile node to the foreign agent (code 100)."
1010    REFERENCE
1011        "RFC3025 - Mobile IP Vendor/Organization-Specific
1012        Extensions"
1013    ::= { cmiFaReg 28 }
1014
1015cmiFaCvsesFromHaRejected OBJECT-TYPE
1016    SYNTAX          Counter32
1017    MAX-ACCESS      read-only
1018    STATUS          current
1019    DESCRIPTION
1020        "Total number of Registration Replies denied by
1021        foreign agent --  Unsupported Vendor-ID or unable to
1022        interpret Vendor-CVSE-Type in the CVSE sent by the
1023        home agent to the foreign agent (code 101)."
1024    REFERENCE
1025        "RFC3025 - Mobile IP Vendor/Organization-Specific
1026        Extensions"
1027    ::= { cmiFaReg 29 }
1028
1029cmiFaNvsesFromMnNeglected OBJECT-TYPE
1030    SYNTAX          Counter32
1031    MAX-ACCESS      read-only
1032    STATUS          current
1033    DESCRIPTION
1034        "Total number of Registration Requests, which has
1035        an NVSE extension with - unsupported Vendor-ID or
1036        unable to interpret Vendor-NVSE-Type in the NVSE
1037        sent by the mobile node to the foreign agent."
1038    REFERENCE
1039        "RFC3025 - Mobile IP Vendor/Organization-Specific
1040        Extensions"
1041    ::= { cmiFaReg 30 }
1042
1043cmiFaNvsesFromHaNeglected OBJECT-TYPE
1044    SYNTAX          Counter32
1045    MAX-ACCESS      read-only
1046    STATUS          current
1047    DESCRIPTION
1048        "Total number of Registration Requests, which has
1049        an NVSE extension with - unsupported Vendor-ID or
1050        unable to interpret Vendor-NVSE-Type in the NVSE
1051        sent by the home agent to the foreign agent."
1052    REFERENCE
1053        "RFC3025 - Mobile IP Vendor/Organization-Specific
1054        Extensions"
1055    ::= { cmiFaReg 31 }
1056
1057cmiFaTotalRegRequests OBJECT-TYPE
1058    SYNTAX          Counter32
1059    MAX-ACCESS      read-only
1060    STATUS          current
1061    DESCRIPTION
1062        "Total number of Registration Requests received from the
1063        MN by the foreign agent."
1064    ::= { cmiFaReg 32 }
1065
1066cmiFaTotalRegReplies OBJECT-TYPE
1067    SYNTAX          Counter32
1068    MAX-ACCESS      read-only
1069    STATUS          current
1070    DESCRIPTION
1071        "Total number of Registration Replies received from the
1072        MA by the foreign agent."
1073    ::= { cmiFaReg 33 }
1074
1075cmiFaMnFaAuthFailures OBJECT-TYPE
1076    SYNTAX          Counter32
1077    MAX-ACCESS      read-only
1078    STATUS          current
1079    DESCRIPTION
1080        "Total number of Registration Requests denied due to
1081        MN and foreign agent auth extension failures."
1082    ::= { cmiFaReg 34 }
1083
1084cmiFaMnAAAAuthFailures OBJECT-TYPE
1085    SYNTAX          Counter32
1086    MAX-ACCESS      read-only
1087    STATUS          current
1088    DESCRIPTION
1089        "Total number of Registration Requests denied due to
1090        MN-AAA auth extension failures."
1091    ::= { cmiFaReg 35 }
1092-- Foreign Agent Advertisement Group
1093-- FA needs to implement MA Advertisement Group plus that group
1094-- Foreign agent advertisement configuration table.
1095
1096cmiFaAdvertConfTable OBJECT-TYPE
1097    SYNTAX          SEQUENCE OF CmiFaAdvertConfEntry
1098    MAX-ACCESS      not-accessible
1099    STATUS          current
1100    DESCRIPTION
1101        "A table containing additional configurable
1102        advertisement parameters beyond that provided by
1103        maAdvertConfTable for all advertisement interfaces
1104        in the foreign agent."
1105    ::= { cmiFaAdvertisement 1 }
1106
1107cmiFaAdvertConfEntry OBJECT-TYPE
1108    SYNTAX          CmiFaAdvertConfEntry
1109    MAX-ACCESS      not-accessible
1110    STATUS          current
1111    DESCRIPTION
1112        "Additional advertisement parameters beyond that
1113        provided by maAdvertConfEntry for one advertisement
1114        interface."
1115    INDEX           { ifIndex }
1116    ::= { cmiFaAdvertConfTable 1 }
1117
1118CmiFaAdvertConfEntry ::= SEQUENCE {
1119        cmiFaAdvertIsBusy          TruthValue,
1120        cmiFaAdvertRegRequired     TruthValue,
1121        cmiFaAdvertChallengeWindow Unsigned32
1122}
1123
1124cmiFaAdvertIsBusy OBJECT-TYPE
1125    SYNTAX          TruthValue
1126    MAX-ACCESS      read-only
1127    STATUS          current
1128    DESCRIPTION
1129        "This object indicates if the foreign agent is busy.
1130        If the value of this object is true(1), agent
1131        advertisements sent by the agent on this interface
1132        will have the 'B' bit set to 1."
1133    ::= { cmiFaAdvertConfEntry 1 }
1134
1135cmiFaAdvertRegRequired OBJECT-TYPE
1136    SYNTAX          TruthValue
1137    MAX-ACCESS      read-write
1138    STATUS          current
1139    DESCRIPTION
1140        "This object specifies if foreign agent registration
1141        is required on this interface. If the value of this
1142        object is true(1), agent advertisements sent on this
1143        interface will have the 'R' bit set to 1."
1144    DEFVAL          { false }
1145    ::= { cmiFaAdvertConfEntry 2 }
1146
1147cmiFaAdvertChallengeWindow OBJECT-TYPE
1148    SYNTAX          Unsigned32 (1..10)
1149    MAX-ACCESS      read-write
1150    STATUS          current
1151    DESCRIPTION
1152        "Specifies the number of last challenge values
1153        which can be used by mobile node in the registration
1154        request sent to the foreign agent on this interface."
1155    REFERENCE
1156        "RFC3012 - Mobile IPv4 Challenge/Response Extensions"
1157    DEFVAL          { 2 }
1158    ::= { cmiFaAdvertConfEntry 3 }
1159
1160
1161-- Foreign Agent Advertisement Challenge Value Table
1162
1163cmiFaAdvertChallengeTable OBJECT-TYPE
1164    SYNTAX          SEQUENCE OF CmiFaAdvertChallengeEntry
1165    MAX-ACCESS      not-accessible
1166    STATUS          current
1167    DESCRIPTION
1168        "A table containing challenge values in the challenge
1169        window. Foreign agent needs to implement maAdvertisement
1170        Group (MIP-MIB), that group's maAdvConfigTable and
1171        cmiFaAdvertChallengeWindow should be greater than 0."
1172    REFERENCE
1173        "RFC3012 - Mobile IPv4 Challenge/Response Extensions"
1174    ::= { cmiFaAdvertisement 2 }
1175
1176cmiFaAdvertChallengeEntry OBJECT-TYPE
1177    SYNTAX          CmiFaAdvertChallengeEntry
1178    MAX-ACCESS      not-accessible
1179    STATUS          current
1180    DESCRIPTION
1181        "Challenge values in challenge window specific to an
1182        interface. This entry is created whenever the foreign
1183        agent sends an agent advertisement with challenge on
1184        the interface."
1185    INDEX           {
1186                        ifIndex,
1187                        cmiFaAdvertChallengeIndex
1188                    }
1189    ::= { cmiFaAdvertChallengeTable 1 }
1190
1191CmiFaAdvertChallengeEntry ::= SEQUENCE {
1192        cmiFaAdvertChallengeIndex Unsigned32,
1193        cmiFaAdvertChallengeValue OCTET STRING
1194}
1195
1196cmiFaAdvertChallengeIndex OBJECT-TYPE
1197    SYNTAX          Unsigned32 (1..10)
1198    MAX-ACCESS      not-accessible
1199    STATUS          current
1200    DESCRIPTION
1201        "The index of challenge table on an interface"
1202    ::= { cmiFaAdvertChallengeEntry 1 }
1203
1204cmiFaAdvertChallengeValue OBJECT-TYPE
1205    SYNTAX          OCTET STRING (SIZE  (256))
1206    MAX-ACCESS      read-only
1207    STATUS          current
1208    DESCRIPTION
1209        "Challenge value in the challenge window of the
1210        interface."
1211    ::= { cmiFaAdvertChallengeEntry 2 }
1212
1213
1214
1215-- Foreign Agent System Group
1216
1217cmiFaRevTunnelSupported OBJECT-TYPE
1218    SYNTAX          TruthValue
1219    MAX-ACCESS      read-only
1220    STATUS          current
1221    DESCRIPTION
1222        "Indicates whether Reverse tunnel is supported or not."
1223    REFERENCE       "RFC3024 - Reverse Tunneling for Mobile IP"
1224    DEFVAL          { true }
1225    ::= { cmiFaSystem 1 }
1226
1227cmiFaChallengeSupported OBJECT-TYPE
1228    SYNTAX          TruthValue
1229    MAX-ACCESS      read-only
1230    STATUS          current
1231    DESCRIPTION
1232        "Indicates whether Foreign Agent Challenge is supported
1233        or not."
1234    REFERENCE
1235        "RFC3012 - Mobile IPv4 Challenge/Response Extensions"
1236    DEFVAL          { true }
1237    ::= { cmiFaSystem 2 }
1238
1239cmiFaEncapDeliveryStyleSupported OBJECT-TYPE
1240    SYNTAX          TruthValue
1241    MAX-ACCESS      read-only
1242    STATUS          current
1243    DESCRIPTION
1244        "Indicates whether Encap delivery style is supported or
1245        not."
1246    REFERENCE       "RFC3024 - Reverse Tunneling for Mobile IP"
1247    DEFVAL          { false }
1248    ::= { cmiFaSystem 3 }
1249-- Foreign Agent Interface Group
1250
1251cmiFaInterfaceTable OBJECT-TYPE
1252    SYNTAX          SEQUENCE OF CmiFaInterfaceEntry
1253    MAX-ACCESS      not-accessible
1254    STATUS          current
1255    DESCRIPTION
1256        "A table containing interface specific parameters
1257        related to the foreign agent service on a FA."
1258    ::= { cmiFaSystem 4 }
1259
1260cmiFaInterfaceEntry OBJECT-TYPE
1261    SYNTAX          CmiFaInterfaceEntry
1262    MAX-ACCESS      not-accessible
1263    STATUS          current
1264    DESCRIPTION
1265        "Parameters associated with a particular foreign agent
1266        interface. Interfaces on which foreign agent
1267        service has been enabled will have a corresponding
1268        entry."
1269    INDEX           { ifIndex }
1270    ::= { cmiFaInterfaceTable 1 }
1271
1272CmiFaInterfaceEntry ::= SEQUENCE {
1273        cmiFaReverseTunnelEnable    TruthValue,
1274        cmiFaChallengeEnable        TruthValue,
1275        cmiFaAdvertChallengeChapSPI Unsigned32
1276}
1277
1278cmiFaReverseTunnelEnable OBJECT-TYPE
1279    SYNTAX          TruthValue
1280    MAX-ACCESS      read-write
1281    STATUS          current
1282    DESCRIPTION
1283        "This object specifies whether reverse tunnel capability
1284        is enabled on the interface or not."
1285    DEFVAL          { false }
1286    ::= { cmiFaInterfaceEntry 1 }
1287
1288cmiFaChallengeEnable OBJECT-TYPE
1289    SYNTAX          TruthValue
1290    MAX-ACCESS      read-write
1291    STATUS          current
1292    DESCRIPTION
1293        "This object specifies whether FA Challenge capability
1294        is enabled on the interface or not."
1295    REFERENCE
1296        "RFC3012 - Mobile IPv4 Challenge/Response Extensions"
1297    DEFVAL          { false }
1298    ::= { cmiFaInterfaceEntry 2 }
1299
1300cmiFaAdvertChallengeChapSPI OBJECT-TYPE
1301    SYNTAX          Unsigned32 (1..4294967295)
1302    MAX-ACCESS      read-write
1303    STATUS          current
1304    DESCRIPTION
1305        "Specifies the CHAP_SPI number for FA challenge
1306        authentication."
1307    REFERENCE
1308        "RFC3012 - Mobile IPv4 Challenge/Response Extensions"
1309    DEFVAL          { 2 }
1310    ::= { cmiFaInterfaceEntry 3 }
1311
1312
1313-- Foreign Agent Asymmetric Link Support
1314
1315cmiFaCoaTable OBJECT-TYPE
1316    SYNTAX          SEQUENCE OF CmiFaCoaEntry
1317    MAX-ACCESS      not-accessible
1318    STATUS          current
1319    DESCRIPTION
1320        "A table containing additional parameters for all
1321        care-of-addresses in the foreign agent beyond that
1322        provided by MIP MIB faCOATable."
1323    ::= { cmiFaSystem 5 }
1324
1325cmiFaCoaEntry OBJECT-TYPE
1326    SYNTAX          CmiFaCoaEntry
1327    MAX-ACCESS      not-accessible
1328    STATUS          current
1329    DESCRIPTION
1330        "Additional information about a particular entry on
1331        the faCOATable beyond that provided by MIP MIB
1332        faCOAEntry."
1333    AUGMENTS           { faCOAEntry  }
1334
1335    ::= { cmiFaCoaTable 1 }
1336
1337CmiFaCoaEntry ::= SEQUENCE {
1338        cmiFaCoaInterfaceOnly TruthValue,
1339        cmiFaCoaTransmitOnly  TruthValue,
1340        cmiFaCoaRegAsymLink   ZeroBasedCounter32
1341}
1342
1343cmiFaCoaInterfaceOnly OBJECT-TYPE
1344    SYNTAX          TruthValue
1345    MAX-ACCESS      read-create
1346    STATUS          current
1347    DESCRIPTION
1348        "Specifies whether the FA interface associated with
1349        this CoA should advertise only this CoA or not. If it
1350        is true, all the other configured care-of-addresses
1351        will not be advertised."
1352    DEFVAL          { false }
1353    ::= { cmiFaCoaEntry 1 }
1354
1355cmiFaCoaTransmitOnly OBJECT-TYPE
1356    SYNTAX          TruthValue
1357    MAX-ACCESS      read-create
1358    STATUS          current
1359    DESCRIPTION
1360        "Specifies whether the FA interface associated with this
1361        CoA is a transmit-only (uplink) interface or not. If it
1362        is true, the FA treats all registration requests
1363        received (on any interface) for this CoA as having
1364        arrived on the care-of interface. This object can be set
1365        to true only for serial care-of-interfaces."
1366    DEFVAL          { false }
1367    ::= { cmiFaCoaEntry 2 }
1368
1369cmiFaCoaRegAsymLink OBJECT-TYPE
1370    SYNTAX          ZeroBasedCounter32
1371    MAX-ACCESS      read-only
1372    STATUS          current
1373    DESCRIPTION
1374        "The number of registration requests which were
1375        received for this CoA on other interfaces (asymmetric
1376        links) and have been treated as received on this CoA
1377        interface. The count will thus be zero if the CoA
1378        interface is not set as transmit-only."
1379    ::= { cmiFaCoaEntry 3 }
1380
1381
1382
1383-- Home Agent Registration Group
1384
1385cmiHaRegTotalMobilityBindings OBJECT-TYPE
1386    SYNTAX          Gauge32
1387    MAX-ACCESS      read-only
1388    STATUS          current
1389    DESCRIPTION
1390        "The current number of entries in
1391        haMobilityBindingTable. haMobilityBindingTable
1392        contains the home agent's mobility binding list.
1393        The home agent updates this table in response to
1394        registration events from mobile nodes."
1395    REFERENCE       "RFC-2006 - Mobile IP MIB Definition using SMIv2"
1396    ::= { cmiHaReg 1 }
1397
1398cmiHaRegMobilityBindingTable OBJECT-TYPE
1399    SYNTAX          SEQUENCE OF CmiHaRegMobilityBindingEntry
1400    MAX-ACCESS      not-accessible
1401    STATUS          current
1402    DESCRIPTION
1403        "The home agent updates this table in response to
1404        registration events from mobile nodes."
1405    ::= { cmiHaReg 2 }
1406
1407cmiHaRegMobilityBindingEntry OBJECT-TYPE
1408    SYNTAX          CmiHaRegMobilityBindingEntry
1409    MAX-ACCESS      not-accessible
1410    STATUS          current
1411    DESCRIPTION
1412        "Additional information about a particular entry on
1413        the mobility binding list beyond that provided by
1414        MIP MIB haMobilityBindingEntry."
1415    AUGMENTS           { haMobilityBindingEntry  }
1416
1417    ::= { cmiHaRegMobilityBindingTable 1 }
1418
1419CmiHaRegMobilityBindingEntry ::= SEQUENCE {
1420        cmiHaRegMnIdentifierType          CmiEntityIdentifierType,
1421        cmiHaRegMnIdentifier              CmiEntityIdentifier,
1422        cmiHaRegMobilityBindingRegFlags   CmiRegistrationFlags,
1423        cmiHaRegMnIfDescription           SnmpAdminString,
1424        cmiHaRegMnIfBandwidth             Unsigned32,
1425        cmiHaRegMnIfID                    Unsigned32,
1426        cmiHaRegMnIfPathMetricType        CmiMultiPathMetricType,
1427        cmiHaRegMobilityBindingMacAddress MacAddress
1428}
1429
1430cmiHaRegMnIdentifierType OBJECT-TYPE
1431    SYNTAX          CmiEntityIdentifierType
1432    MAX-ACCESS      read-only
1433    STATUS          current
1434    DESCRIPTION
1435        "The type of the mobile node's identifier."
1436    ::= { cmiHaRegMobilityBindingEntry 1 }
1437
1438cmiHaRegMnIdentifier OBJECT-TYPE
1439    SYNTAX          CmiEntityIdentifier
1440    MAX-ACCESS      read-only
1441    STATUS          current
1442    DESCRIPTION
1443        "The identifier associated with the mobile node."
1444    ::= { cmiHaRegMobilityBindingEntry 2 }
1445
1446cmiHaRegMobilityBindingRegFlags OBJECT-TYPE
1447    SYNTAX          CmiRegistrationFlags
1448    MAX-ACCESS      read-only
1449    STATUS          current
1450    DESCRIPTION
1451        "Registration flags sent by mobile node."
1452    ::= { cmiHaRegMobilityBindingEntry 3 }
1453
1454cmiHaRegMnIfDescription OBJECT-TYPE
1455    SYNTAX          SnmpAdminString
1456    MAX-ACCESS      read-only
1457    STATUS          current
1458    DESCRIPTION
1459        "Description of the access type for the roaming
1460        interface of the registering mobile node or router."
1461    ::= { cmiHaRegMobilityBindingEntry 4 }
1462
1463cmiHaRegMnIfBandwidth OBJECT-TYPE
1464    SYNTAX          Unsigned32
1465    UNITS           "kilobits/second"
1466    MAX-ACCESS      read-only
1467    STATUS          current
1468    DESCRIPTION
1469        "Bandwidth of the roaming interface through
1470        which mobile node or router is registered."
1471    ::= { cmiHaRegMobilityBindingEntry 5 }
1472
1473cmiHaRegMnIfID OBJECT-TYPE
1474    SYNTAX          Unsigned32
1475    MAX-ACCESS      read-only
1476    STATUS          current
1477    DESCRIPTION
1478        "A unique number identifying the roaming interface
1479        through which mobile node or router is registered.
1480        This is also used as an unique identifier for the
1481        tunnel from home agent to the mobile router."
1482    ::= { cmiHaRegMobilityBindingEntry 6 }
1483
1484cmiHaRegMnIfPathMetricType OBJECT-TYPE
1485    SYNTAX          CmiMultiPathMetricType
1486    MAX-ACCESS      read-only
1487    STATUS          current
1488    DESCRIPTION
1489        "Specifies the metric to use when multiple path
1490        is enabled."
1491    ::= { cmiHaRegMobilityBindingEntry 7 }
1492
1493cmiHaRegMobilityBindingMacAddress OBJECT-TYPE
1494    SYNTAX          MacAddress
1495    MAX-ACCESS      read-only
1496    STATUS          current
1497    DESCRIPTION
1498        "This object represents the MAC address of Mobile Node."
1499    ::= { cmiHaRegMobilityBindingEntry 8 }
1500
1501
1502-- Home agent registration Counters per node
1503
1504cmiHaRegCounterTable OBJECT-TYPE
1505    SYNTAX          SEQUENCE OF CmiHaRegCounterEntry
1506    MAX-ACCESS      not-accessible
1507    STATUS          current
1508    DESCRIPTION
1509        "A table containing registration statistics for all
1510        mobile nodes authorized to use this home agent. This
1511        table provides the same information as haCounterTable
1512        of MIP MIB. The only difference is that indices
1513        of table are changed so that mobile nodes which are
1514        not identified by the IP address will also be included
1515        in the table."
1516    ::= { cmiHaReg 3 }
1517
1518cmiHaRegCounterEntry OBJECT-TYPE
1519    SYNTAX          CmiHaRegCounterEntry
1520    MAX-ACCESS      not-accessible
1521    STATUS          current
1522    DESCRIPTION
1523        "Registration statistics for a single mobile node."
1524    INDEX           {
1525                        cmiHaRegMnIdType,
1526                        cmiHaRegMnId
1527                    }
1528    ::= { cmiHaRegCounterTable 1 }
1529
1530CmiHaRegCounterEntry ::= SEQUENCE {
1531        cmiHaRegMnIdType               CmiEntityIdentifierType,
1532        cmiHaRegMnId                   CmiEntityIdentifier,
1533        cmiHaRegServAcceptedRequests   Counter32,
1534        cmiHaRegServDeniedRequests     Counter32,
1535        cmiHaRegOverallServTime        TimeInterval,
1536        cmiHaRegRecentServAcceptedTime TimeStamp,
1537        cmiHaRegRecentServDeniedTime   TimeStamp,
1538        cmiHaRegRecentServDeniedCode   INTEGER
1539}
1540
1541cmiHaRegMnIdType OBJECT-TYPE
1542    SYNTAX          CmiEntityIdentifierType
1543    MAX-ACCESS      not-accessible
1544    STATUS          current
1545    DESCRIPTION
1546        "The type of the mobile node's identifier."
1547    ::= { cmiHaRegCounterEntry 1 }
1548
1549cmiHaRegMnId OBJECT-TYPE
1550    SYNTAX          CmiEntityIdentifier
1551    MAX-ACCESS      not-accessible
1552    STATUS          current
1553    DESCRIPTION
1554        "The identifier associated with the mobile node."
1555    ::= { cmiHaRegCounterEntry 2 }
1556
1557cmiHaRegServAcceptedRequests OBJECT-TYPE
1558    SYNTAX          Counter32
1559    MAX-ACCESS      read-only
1560    STATUS          current
1561    DESCRIPTION
1562        "Total number of service requests for the mobile node
1563        accepted by the home agent (Code 0 + Code 1)."
1564    REFERENCE       "RFC-2002 - IP Mobility Support, section 3.4"
1565    ::= { cmiHaRegCounterEntry 3 }
1566
1567cmiHaRegServDeniedRequests OBJECT-TYPE
1568    SYNTAX          Counter32
1569    MAX-ACCESS      read-only
1570    STATUS          current
1571    DESCRIPTION
1572        "Total number of service requests for the mobile node
1573        denied by the home agent (sum of all registrations
1574        denied with Code 128 through Code 159)."
1575    REFERENCE       "RFC-2002 - IP Mobility Support, section 3.4"
1576    ::= { cmiHaRegCounterEntry 4 }
1577
1578cmiHaRegOverallServTime OBJECT-TYPE
1579    SYNTAX          TimeInterval
1580    MAX-ACCESS      read-only
1581    STATUS          current
1582    DESCRIPTION
1583        "Overall service time that has accumulated for the
1584        mobile node since the home agent last rebooted."
1585    ::= { cmiHaRegCounterEntry 5 }
1586
1587cmiHaRegRecentServAcceptedTime OBJECT-TYPE
1588    SYNTAX          TimeStamp
1589    MAX-ACCESS      read-only
1590    STATUS          current
1591    DESCRIPTION
1592        "The time at which the most recent Registration
1593        Request was accepted by the home agent for this mobile
1594        node."
1595    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1596    ::= { cmiHaRegCounterEntry 6 }
1597
1598cmiHaRegRecentServDeniedTime OBJECT-TYPE
1599    SYNTAX          TimeStamp
1600    MAX-ACCESS      read-only
1601    STATUS          current
1602    DESCRIPTION
1603        "The time at which the most recent Registration
1604        Request was denied by the home agent for this mobile
1605        node."
1606    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1607    ::= { cmiHaRegCounterEntry 7 }
1608
1609cmiHaRegRecentServDeniedCode OBJECT-TYPE
1610    SYNTAX          INTEGER  {
1611                        reasonUnspecified(128),
1612                        admProhibited(129),
1613                        insufficientResource(130),
1614                        mnAuthenticationFailure(131),
1615                        faAuthenticationFailure(132),
1616                        idMismatch(133),
1617                        poorlyFormedRequest(134),
1618                        tooManyBindings(135),
1619                        unknownHA(136),
1620                        reverseTunnelUnavailable(137),
1621                        reverseTunnelBitNotSet(138),
1622                        encapsulationUnavailable(139)
1623                    }
1624    MAX-ACCESS      read-only
1625    STATUS          current
1626    DESCRIPTION
1627        "The Code indicating the reason why the most recent
1628        Registration Request for this mobile node was rejected
1629        by the home agent."
1630    REFERENCE       "RFC-2002 - IP Mobility Support, section 3.4"
1631    ::= { cmiHaRegCounterEntry 8 }
1632
1633
1634
1635-- Home Agent registration processing Counters
1636
1637cmiHaRegTotalProcLocRegs OBJECT-TYPE
1638    SYNTAX          Counter32
1639    MAX-ACCESS      read-only
1640    STATUS          current
1641    DESCRIPTION
1642        "The total number of Registration Requests processed
1643        by the home agent. It includes only those Registration
1644        Requests which were authenticated locally by the
1645        home agent."
1646    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1647    ::= { cmiHaReg 4 }
1648
1649cmiHaRegMaxProcLocInMinRegs OBJECT-TYPE
1650    SYNTAX          Counter32
1651    MAX-ACCESS      read-only
1652    STATUS          current
1653    DESCRIPTION
1654        "The maximum number of Registration Requests processed
1655        in a minute by the home agent. It includes only those
1656        Registration Requests which were authenticated locally
1657        by the home agent."
1658    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1659    ::= { cmiHaReg 5 }
1660
1661cmiHaRegDateMaxRegsProcLoc OBJECT-TYPE
1662    SYNTAX          DateAndTime
1663    MAX-ACCESS      read-only
1664    STATUS          current
1665    DESCRIPTION
1666        "The time at which number of Registration Requests
1667        processed in a minute by the home agent were maximum.
1668        It includes only those Registration Requests  which
1669        were authenticated locally by the home agent."
1670    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1671    ::= { cmiHaReg 6 }
1672
1673cmiHaRegProcLocInLastMinRegs OBJECT-TYPE
1674    SYNTAX          Counter32
1675    MAX-ACCESS      read-only
1676    STATUS          current
1677    DESCRIPTION
1678        "The number of Registration Requests processed in
1679        the last minute by the home agent. It includes only
1680        those Registration Requests which were authenticated
1681        locally by the home agent."
1682    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1683    ::= { cmiHaReg 7 }
1684
1685cmiHaRegTotalProcByAAARegs OBJECT-TYPE
1686    SYNTAX          Counter32
1687    MAX-ACCESS      read-only
1688    STATUS          current
1689    DESCRIPTION
1690        "The total number of Registration Requests processed
1691        by the home agent. It includes only those Registration
1692        Requests which were authenticated by the AAA server."
1693    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1694    ::= { cmiHaReg 8 }
1695
1696cmiHaRegMaxProcByAAAInMinRegs OBJECT-TYPE
1697    SYNTAX          Counter32
1698    MAX-ACCESS      read-only
1699    STATUS          current
1700    DESCRIPTION
1701        "The maximum number of Registration Requests processed
1702        in a minute by the home agent. It includes only those
1703        Registration Requests which were authenticated by the
1704        AAA server."
1705    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1706    ::= { cmiHaReg 9 }
1707
1708cmiHaRegDateMaxRegsProcByAAA OBJECT-TYPE
1709    SYNTAX          DateAndTime
1710    MAX-ACCESS      read-only
1711    STATUS          current
1712    DESCRIPTION
1713        "The time at which number of Registration Requests
1714        processed in a minute by the home agent were maximum.
1715        It includes only those Registration Requests which
1716        were authenticated by the AAA server."
1717    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1718    ::= { cmiHaReg 10 }
1719
1720cmiHaRegProcAAAInLastByMinRegs OBJECT-TYPE
1721    SYNTAX          Counter32
1722    MAX-ACCESS      read-only
1723    STATUS          current
1724    DESCRIPTION
1725        "The number of Registration Requests processed
1726        in the last minute by the home agent. It includes
1727        only those Registration Requests which were
1728        authenticated by the AAA server."
1729    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1730    ::= { cmiHaReg 11 }
1731
1732cmiHaRegAvgTimeRegsProcByAAA OBJECT-TYPE
1733    SYNTAX          Integer32 (0..2147483647)
1734    UNITS           "milli seconds"
1735    MAX-ACCESS      read-only
1736    STATUS          current
1737    DESCRIPTION
1738        "The average time taken by the home agent to process
1739        a Registration Request. It is calculated based on only
1740        those Registration Requests which were authenticated by
1741        the AAA server."
1742    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1743    ::= { cmiHaReg 12 }
1744
1745cmiHaRegMaxTimeRegsProcByAAA OBJECT-TYPE
1746    SYNTAX          Integer32 (0..2147483647)
1747    UNITS           "milli seconds"
1748    MAX-ACCESS      read-only
1749    STATUS          current
1750    DESCRIPTION
1751        "The maximum time taken by the home agent to process
1752        a Registration Request. It considers only those
1753        Registration Requests which were authenticated by
1754        the AAA server."
1755    REFERENCE       "RFC-2002 - IP Mobility Support, section 3"
1756    ::= { cmiHaReg 13 }
1757
1758cmiHaRegRequestsReceived OBJECT-TYPE
1759    SYNTAX          Counter32
1760    MAX-ACCESS      read-only
1761    STATUS          current
1762    DESCRIPTION
1763        "Total number of Registration Requests received by the
1764        home agent.  This include initial registration requests,
1765        re-registration requests and de-registration requests."
1766    ::= { cmiHaReg 14 }
1767
1768cmiHaRegRequestsDenied OBJECT-TYPE
1769    SYNTAX          Counter32
1770    MAX-ACCESS      read-only
1771    STATUS          current
1772    DESCRIPTION
1773        "Total number of Registration Requests denied by the home
1774        agent.
1775
1776        The reasons for which HA denies a request include:
1777
1778        1. Can't allocate IP address for MN.
1779
1780        2. Request parsing failed.
1781
1782        3. NAI length exceeds the packet length."
1783    ::= { cmiHaReg 15 }
1784
1785cmiHaRegRequestsDiscarded OBJECT-TYPE
1786    SYNTAX          Counter32
1787    MAX-ACCESS      read-only
1788    STATUS          current
1789    DESCRIPTION
1790        "Total number of Registration Requests discarded by the
1791        home agent.
1792
1793        The reasons for which HA discards a request include:
1794
1795        1. ip mobile home-agent service is not enabled.
1796
1797        2. HA-CHAP authentication failed.
1798
1799        3. MN Security Association retrieval failed."
1800    ::= { cmiHaReg 16 }
1801
1802cmiHaEncapUnavailable OBJECT-TYPE
1803    SYNTAX          Counter32
1804    MAX-ACCESS      read-only
1805    STATUS          current
1806    DESCRIPTION
1807        "Total number of Registration Requests denied by the home
1808        agent due to an unsupported encapsulation."
1809    ::= { cmiHaReg 17 }
1810
1811cmiHaNAICheckFailures OBJECT-TYPE
1812    SYNTAX          Counter32
1813    MAX-ACCESS      read-only
1814    STATUS          current
1815    DESCRIPTION
1816        "Total number of Registration Requests denied by the home
1817        agent due to an NAI check failures."
1818    ::= { cmiHaReg 18 }
1819
1820cmiHaInitRegRequestsReceived OBJECT-TYPE
1821    SYNTAX          Counter32
1822    MAX-ACCESS      read-only
1823    STATUS          current
1824    DESCRIPTION
1825        "Total number of initial Registration Requests received by
1826        the home agent."
1827    ::= { cmiHaReg 19 }
1828
1829cmiHaInitRegRequestsAccepted OBJECT-TYPE
1830    SYNTAX          Counter32
1831    MAX-ACCESS      read-only
1832    STATUS          current
1833    DESCRIPTION
1834        "Total number of initial Registration Requests accepted by
1835        the home agent."
1836    ::= { cmiHaReg 20 }
1837
1838cmiHaInitRegRequestsDenied OBJECT-TYPE
1839    SYNTAX          Counter32
1840    MAX-ACCESS      read-only
1841    STATUS          current
1842    DESCRIPTION
1843        "Total number of initial Registration Requests denied by
1844        the home agent.
1845
1846        Refer cmiHaRegRequestsReceived for the reasons for which
1847        HA denies a request."
1848    ::= { cmiHaReg 21 }
1849
1850cmiHaInitRegRequestsDiscarded OBJECT-TYPE
1851    SYNTAX          Counter32
1852    MAX-ACCESS      read-only
1853    STATUS          current
1854    DESCRIPTION
1855        "Total number of initial Registration Requests discarded
1856        by the home agent.
1857
1858        Refer cmiHaRegRequestsDiscarded for the reasons for which
1859        HA discards a request."
1860    ::= { cmiHaReg 22 }
1861
1862cmiHaReRegRequestsReceived OBJECT-TYPE
1863    SYNTAX          Counter32
1864    MAX-ACCESS      read-only
1865    STATUS          current
1866    DESCRIPTION
1867        "Total number of Re-Registration Requests received by the
1868        home agent."
1869    ::= { cmiHaReg 23 }
1870
1871cmiHaReRegRequestsAccepted OBJECT-TYPE
1872    SYNTAX          Counter32
1873    MAX-ACCESS      read-only
1874    STATUS          current
1875    DESCRIPTION
1876        "Total number of Re-Registration Requests accepted by the
1877        home agent."
1878    ::= { cmiHaReg 24 }
1879
1880cmiHaReRegRequestsDenied OBJECT-TYPE
1881    SYNTAX          Counter32
1882    MAX-ACCESS      read-only
1883    STATUS          current
1884    DESCRIPTION
1885        "Total number of Re-Registration Requests denied by the
1886        home agent.
1887
1888        Refer cmiHaRegRequestsReceived for the reasons for which
1889        HA denies a request."
1890    ::= { cmiHaReg 25 }
1891
1892cmiHaReRegRequestsDiscarded OBJECT-TYPE
1893    SYNTAX          Counter32
1894    MAX-ACCESS      read-only
1895    STATUS          current
1896    DESCRIPTION
1897        "Total number of Re-Registration Requests discarded by
1898        the home agent.
1899
1900        Refer cmiHaRegRequestsDiscarded for the reasons for which
1901        HA discards a request."
1902    ::= { cmiHaReg 26 }
1903
1904cmiHaDeRegRequestsReceived OBJECT-TYPE
1905    SYNTAX          Counter32
1906    MAX-ACCESS      read-only
1907    STATUS          current
1908    DESCRIPTION
1909        "Total number of De-Registration Requests received by
1910        the home agent."
1911    ::= { cmiHaReg 27 }
1912
1913cmiHaDeRegRequestsAccepted OBJECT-TYPE
1914    SYNTAX          Counter32
1915    MAX-ACCESS      read-only
1916    STATUS          current
1917    DESCRIPTION
1918        "Total number of De-Registration Requests accepted by
1919        the home agent."
1920    ::= { cmiHaReg 28 }
1921
1922cmiHaDeRegRequestsDenied OBJECT-TYPE
1923    SYNTAX          Counter32
1924    MAX-ACCESS      read-only
1925    STATUS          current
1926    DESCRIPTION
1927        "Total number of De-Registration Requests denied by the
1928        home agent.
1929
1930        Refer cmiHaRegRequestsReceived for the reasons for which
1931        HA denies a request."
1932    ::= { cmiHaReg 29 }
1933
1934cmiHaDeRegRequestsDiscarded OBJECT-TYPE
1935    SYNTAX          Counter32
1936    MAX-ACCESS      read-only
1937    STATUS          current
1938    DESCRIPTION
1939        "Total number of De-Registration Requests discarded by the
1940        home agent.
1941
1942        Refer cmiHaRegRequestsDiscarded for the reasons for which
1943        HA discards a request."
1944    ::= { cmiHaReg 30 }
1945
1946cmiHaReverseTunnelUnavailable OBJECT-TYPE
1947    SYNTAX          Counter32
1948    MAX-ACCESS      read-only
1949    STATUS          current
1950    DESCRIPTION
1951        "Total number of Registration Requests denied by
1952        the home agent -- requested reverse tunnel
1953        unavailable (Code 137)."
1954    REFERENCE       "RFC3024 - Reverse Tunneling for Mobile IP"
1955    ::= { cmiHaReg 31 }
1956
1957cmiHaReverseTunnelBitNotSet OBJECT-TYPE
1958    SYNTAX          Counter32
1959    MAX-ACCESS      read-only
1960    STATUS          current
1961    DESCRIPTION
1962        "Total number of Registration Requests denied by
1963        the home agent -- reverse tunnel is mandatory and
1964        'T' bit not set (Code 138)."
1965    REFERENCE       "RFC3024 - Reverse Tunneling for Mobile IP"
1966    ::= { cmiHaReg 32 }
1967
1968cmiHaEncapsulationUnavailable OBJECT-TYPE
1969    SYNTAX          Counter32
1970    MAX-ACCESS      read-only
1971    STATUS          current
1972    DESCRIPTION
1973        "Total number of Registration Requests denied by
1974        the home agent -- requested encapsulation
1975        unavailable (Code 72)."
1976    REFERENCE       "RFC3024 - Reverse Tunneling for Mobile IP"
1977    ::= { cmiHaReg 33 }
1978
1979cmiHaCvsesFromMnRejected OBJECT-TYPE
1980    SYNTAX          Counter32
1981    MAX-ACCESS      read-only
1982    STATUS          current
1983    DESCRIPTION
1984        "Total number of Registration Requests denied by the
1985        home agent --  Unsupported Vendor-ID or unable to
1986        interpret Vendor-CVSE-Type in the CVSE sent by the
1987        mobile node to the home agent (code 140)."
1988    REFERENCE
1989        "RFC3025 - Mobile IP Vendor/Organization-Specific
1990        Extensions"
1991    ::= { cmiHaReg 34 }
1992
1993cmiHaCvsesFromFaRejected OBJECT-TYPE
1994    SYNTAX          Counter32
1995    MAX-ACCESS      read-only
1996    STATUS          current
1997    DESCRIPTION
1998        "Total number of Registration Requests denied by the
1999        home agent --  Unsupported Vendor-ID or unable to
2000        interpret Vendor-CVSE-Type in the CVSE sent by the
2001        foreign agent to the home agent (code 141)."
2002    REFERENCE
2003        "RFC3025 - Mobile IP Vendor/Organization-Specific
2004        Extensions"
2005    ::= { cmiHaReg 35 }
2006
2007cmiHaNvsesFromMnNeglected OBJECT-TYPE
2008    SYNTAX          Counter32
2009    MAX-ACCESS      read-only
2010    STATUS          current
2011    DESCRIPTION
2012        "Total number of Registration Requests, which has
2013        an NVSE extension with - unsupported Vendor-ID or
2014        unable to interpret Vendor-NVSE-Type in the NVSE
2015        sent by the mobile node to the home agent."
2016    REFERENCE
2017        "RFC3025 - Mobile IP Vendor/Organization-Specific
2018        Extensions"
2019    ::= { cmiHaReg 36 }
2020
2021cmiHaNvsesFromFaNeglected OBJECT-TYPE
2022    SYNTAX          Counter32
2023    MAX-ACCESS      read-only
2024    STATUS          current
2025    DESCRIPTION
2026        "Total number of Registration Requests, which has
2027        an NVSE extension with - unsupported Vendor-ID or
2028        unable to interpret Vendor-NVSE-Type in the NVSE
2029        sent by the foreign agent to the home agent."
2030    REFERENCE
2031        "RFC3025 - Mobile IP Vendor/Organization-Specific
2032        Extensions"
2033    ::= { cmiHaReg 37 }
2034
2035cmiHaMnHaAuthFailures OBJECT-TYPE
2036    SYNTAX          Counter32
2037    MAX-ACCESS      read-only
2038    STATUS          current
2039    DESCRIPTION
2040        "Total number of Registration Requests denied due to
2041        MN and home agent auth extension failures."
2042    ::= { cmiHaReg 38 }
2043
2044cmiHaMnAAAAuthFailures OBJECT-TYPE
2045    SYNTAX          Counter32
2046    MAX-ACCESS      read-only
2047    STATUS          current
2048    DESCRIPTION
2049        "Total number of Registration Requests denied due to
2050        MN-AAA auth extension failures."
2051    ::= { cmiHaReg 39 }
2052
2053cmiHaMaximumBindings OBJECT-TYPE
2054    SYNTAX          Unsigned32 (1..500000)
2055    MAX-ACCESS      read-write
2056    STATUS          current
2057    DESCRIPTION
2058        "This object represents the maximum number of
2059        registrations allowed by the home agent."
2060    DEFVAL          { 235000 }
2061    ::= { cmiHaReg 40 }
2062
2063cmiHaRegIntervalSize OBJECT-TYPE
2064    SYNTAX          Unsigned32 (15..300)
2065    UNITS           "minutes"
2066    MAX-ACCESS      read-write
2067    STATUS          current
2068    DESCRIPTION
2069        "This object represents the interval for which
2070        cmiHaRegIntervalMaxActiveBindings,
2071        cmiHaRegInterval3gpp2MaxActiveBindings,
2072        cmiHaRegIntervalWimaxMaxActiveBindings are calculated."
2073    DEFVAL          { 30 }
2074    ::= { cmiHaReg 41 }
2075
2076cmiHaRegIntervalMaxActiveBindings OBJECT-TYPE
2077    SYNTAX          Gauge32
2078    UNITS           "MIP call per interval"
2079    MAX-ACCESS      read-only
2080    STATUS          current
2081    DESCRIPTION
2082        "This object represents the maximum number of active bindings
2083        present at any time during the elapsed time interval configured
2084        through cmiHaRegIntervalSize. When the time interval is modified
2085        through cmiHaRegIntervalSize, a value of zero will be populated
2086        till one complete new interval is elapsed."
2087    ::= { cmiHaReg 42 }
2088
2089cmiHaRegInterval3gpp2MaxActiveBindings OBJECT-TYPE
2090    SYNTAX          Gauge32
2091    UNITS           "MIP call per interval"
2092    MAX-ACCESS      read-only
2093    STATUS          current
2094    DESCRIPTION
2095        "This object represents the maximum number of active 3GPP2
2096        bindings present at any time during the elapsed time interval
2097        configured through cmiHaRegIntervalSize. When the time interval
2098        is modified through cmiHaRegIntervalSize, a value of zero will
2099        be populated till one complete new interval is elapsed."
2100    ::= { cmiHaReg 43 }
2101
2102cmiHaRegIntervalWimaxMaxActiveBindings OBJECT-TYPE
2103    SYNTAX          Gauge32
2104    UNITS           "MIP call per interval"
2105    MAX-ACCESS      read-only
2106    STATUS          current
2107    DESCRIPTION
2108        "This object represents the maximum number of active WIMAX
2109        bindings present at any time during the elapsed time interval
2110        configured through cmiHaRegIntervalSize. When the time interval
2111        is modified through cmiHaRegIntervalSize, a value of zero will
2112        be populated till one complete new interval is elapsed."
2113    ::= { cmiHaReg 44 }
2114
2115cmiHaRegTunnelStatsTable OBJECT-TYPE
2116    SYNTAX          SEQUENCE OF CmiHaRegTunnelStatsEntry
2117    MAX-ACCESS      not-accessible
2118    STATUS          current
2119    DESCRIPTION
2120        "This table provides the statistics about the active tunnels
2121        between HA and CoA.
2122
2123        A row is added to this table when a new tunnel is created
2124        between HA and CoA. A row is deleted in this table when an
2125        existing tunnel between HA and CoA is deleted."
2126    ::= { cmiHaReg 45 }
2127
2128cmiHaRegTunnelStatsEntry OBJECT-TYPE
2129    SYNTAX          CmiHaRegTunnelStatsEntry
2130    MAX-ACCESS      not-accessible
2131    STATUS          current
2132    DESCRIPTION
2133        "Each entry represents a conceptual row in
2134        cmiHaRegTunnelStatsTable and corresponds to the statistics for
2135        a single active tunnel between HA and CoA."
2136    INDEX           {
2137                        cmiHaRegTunnelStatsSrcAddrType,
2138                        cmiHaRegTunnelStatsSrcAddr,
2139                        cmiHaRegTunnelStatsDestAddrType,
2140                        cmiHaRegTunnelStatsDestAddr
2141                    }
2142    ::= { cmiHaRegTunnelStatsTable 1 }
2143
2144CmiHaRegTunnelStatsEntry ::= SEQUENCE {
2145        cmiHaRegTunnelStatsSrcAddrType  InetAddressType,
2146        cmiHaRegTunnelStatsSrcAddr      InetAddress,
2147        cmiHaRegTunnelStatsDestAddrType InetAddressType,
2148        cmiHaRegTunnelStatsDestAddr     InetAddress,
2149        cmiHaRegTunnelStatsTunnelType   CmiTunnelType,
2150        cmiHaRegTunnelStatsNumUsers     Gauge32,
2151        cmiHaRegTunnelStatsDataRateInt  Unsigned32,
2152        cmiHaRegTunnelStatsInBitRate    CounterBasedGauge64,
2153        cmiHaRegTunnelStatsInPktRate    CounterBasedGauge64,
2154        cmiHaRegTunnelStatsInBytes      Counter64,
2155        cmiHaRegTunnelStatsInPkts       Counter64,
2156        cmiHaRegTunnelStatsOutBitRate   CounterBasedGauge64,
2157        cmiHaRegTunnelStatsOutPktRate   CounterBasedGauge64,
2158        cmiHaRegTunnelStatsOutBytes     Counter64,
2159        cmiHaRegTunnelStatsOutPkts      Counter64
2160}
2161
2162cmiHaRegTunnelStatsSrcAddrType OBJECT-TYPE
2163    SYNTAX          InetAddressType
2164    MAX-ACCESS      not-accessible
2165    STATUS          current
2166    DESCRIPTION
2167        "This object represents the type of the address stored in
2168        cmiHaRegTunnelStatsSrcAddr."
2169    ::= { cmiHaRegTunnelStatsEntry 1 }
2170
2171cmiHaRegTunnelStatsSrcAddr OBJECT-TYPE
2172    SYNTAX          InetAddress
2173    MAX-ACCESS      not-accessible
2174    STATUS          current
2175    DESCRIPTION
2176        "This object represents the source address of the tunnel."
2177    ::= { cmiHaRegTunnelStatsEntry 2 }
2178
2179cmiHaRegTunnelStatsDestAddrType OBJECT-TYPE
2180    SYNTAX          InetAddressType
2181    MAX-ACCESS      not-accessible
2182    STATUS          current
2183    DESCRIPTION
2184        "This object represents the type of the address stored in
2185        cmiHaRegTunnelStatsDestAddr."
2186    ::= { cmiHaRegTunnelStatsEntry 3 }
2187
2188cmiHaRegTunnelStatsDestAddr OBJECT-TYPE
2189    SYNTAX          InetAddress
2190    MAX-ACCESS      not-accessible
2191    STATUS          current
2192    DESCRIPTION
2193        "This object represents the destination address of the tunnel."
2194    ::= { cmiHaRegTunnelStatsEntry 4 }
2195
2196cmiHaRegTunnelStatsTunnelType OBJECT-TYPE
2197    SYNTAX          CmiTunnelType
2198    MAX-ACCESS      read-only
2199    STATUS          current
2200    DESCRIPTION
2201        "This object represents the tunneling protocol in use between
2202        the HA and CoA."
2203    ::= { cmiHaRegTunnelStatsEntry 5 }
2204
2205cmiHaRegTunnelStatsNumUsers OBJECT-TYPE
2206    SYNTAX          Gauge32
2207    MAX-ACCESS      read-only
2208    STATUS          current
2209    DESCRIPTION
2210        "This object represents the number of users on the tunnel."
2211    ::= { cmiHaRegTunnelStatsEntry 6 }
2212
2213cmiHaRegTunnelStatsDataRateInt OBJECT-TYPE
2214    SYNTAX          Unsigned32
2215    UNITS           "seconds"
2216    MAX-ACCESS      read-only
2217    STATUS          current
2218    DESCRIPTION
2219        "This object represents the interval for which
2220        cmiHaRegTunnelStatsInBitRate, cmiHaRegTunnelStatsInPktRate,
2221        cmiHaRegTunnelStatsOutBitRate and cmiHaRegTunnelStatsOutPktRate
2222        are calculated."
2223    ::= { cmiHaRegTunnelStatsEntry 7 }
2224
2225cmiHaRegTunnelStatsInBitRate OBJECT-TYPE
2226    SYNTAX          CounterBasedGauge64
2227    UNITS           "bits per second"
2228    MAX-ACCESS      read-only
2229    STATUS          current
2230    DESCRIPTION
2231        "This object represents the number of bits received at the
2232        tunnel per second in the interval represented by
2233        cmiHaRegTunnelStatsDataRateInt."
2234    ::= { cmiHaRegTunnelStatsEntry 8 }
2235
2236cmiHaRegTunnelStatsInPktRate OBJECT-TYPE
2237    SYNTAX          CounterBasedGauge64
2238    UNITS           "packets per second"
2239    MAX-ACCESS      read-only
2240    STATUS          current
2241    DESCRIPTION
2242        "This object represents the number of packets received at the
2243        tunnel  per second in the interval represented by
2244        cmiHaRegTunnelStatsDataRateInt."
2245    ::= { cmiHaRegTunnelStatsEntry 9 }
2246
2247cmiHaRegTunnelStatsInBytes OBJECT-TYPE
2248    SYNTAX          Counter64
2249    MAX-ACCESS      read-only
2250    STATUS          current
2251    DESCRIPTION
2252        "This object represents the total number of bytes received at
2253        the tunnel."
2254    ::= { cmiHaRegTunnelStatsEntry 10 }
2255
2256cmiHaRegTunnelStatsInPkts OBJECT-TYPE
2257    SYNTAX          Counter64
2258    MAX-ACCESS      read-only
2259    STATUS          current
2260    DESCRIPTION
2261        "This object represents the total number of packets received at
2262        the tunnel."
2263    ::= { cmiHaRegTunnelStatsEntry 11 }
2264
2265cmiHaRegTunnelStatsOutBitRate OBJECT-TYPE
2266    SYNTAX          CounterBasedGauge64
2267    UNITS           "bits per second"
2268    MAX-ACCESS      read-only
2269    STATUS          current
2270    DESCRIPTION
2271        "This object represents the number of bits transmitted from the
2272        tunnel per second in the interval represented by
2273        cmiHaRegTunnelStatsDataRateInt."
2274    ::= { cmiHaRegTunnelStatsEntry 12 }
2275
2276cmiHaRegTunnelStatsOutPktRate OBJECT-TYPE
2277    SYNTAX          CounterBasedGauge64
2278    UNITS           "packets per second"
2279    MAX-ACCESS      read-only
2280    STATUS          current
2281    DESCRIPTION
2282        "This object represents the number of packets transmitted from
2283        the tunnel per second in the interval represented by
2284        cmiHaRegTunnelStatsDataRateInt."
2285    ::= { cmiHaRegTunnelStatsEntry 13 }
2286
2287cmiHaRegTunnelStatsOutBytes OBJECT-TYPE
2288    SYNTAX          Counter64
2289    MAX-ACCESS      read-only
2290    STATUS          current
2291    DESCRIPTION
2292        "This object represents the total number of bytes transmitted
2293        from the tunnel."
2294    ::= { cmiHaRegTunnelStatsEntry 14 }
2295
2296cmiHaRegTunnelStatsOutPkts OBJECT-TYPE
2297    SYNTAX          Counter64
2298    MAX-ACCESS      read-only
2299    STATUS          current
2300    DESCRIPTION
2301        "This object represents the total number of packets transmitted
2302        from the tunnel."
2303    ::= { cmiHaRegTunnelStatsEntry 15 }
2304
2305
2306
2307-- Home Agent Redundancy Group
2308
2309cmiHaRedunSentBUs OBJECT-TYPE
2310    SYNTAX          Counter32
2311    MAX-ACCESS      read-only
2312    STATUS          current
2313    DESCRIPTION
2314        "Total number of binding updates sent by the home
2315        agent."
2316    ::= { cmiHaRedun 1 }
2317
2318cmiHaRedunFailedBUs OBJECT-TYPE
2319    SYNTAX          Counter32
2320    MAX-ACCESS      read-only
2321    STATUS          current
2322    DESCRIPTION
2323        "Total number of binding updates sent by the home
2324        agent for which no acknowledgement is received
2325        from the standby home agent."
2326    ::= { cmiHaRedun 2 }
2327
2328cmiHaRedunReceivedBUAcks OBJECT-TYPE
2329    SYNTAX          Counter32
2330    MAX-ACCESS      read-only
2331    STATUS          current
2332    DESCRIPTION
2333        "Total number of acknowledgements received in response
2334        to binding updates sent by the home agent."
2335    ::= { cmiHaRedun 3 }
2336
2337cmiHaRedunTotalSentBUs OBJECT-TYPE
2338    SYNTAX          Counter32
2339    MAX-ACCESS      read-only
2340    STATUS          current
2341    DESCRIPTION
2342        "Total number of binding updates sent by the home
2343        agent including retransmissions of same binding
2344        update."
2345    ::= { cmiHaRedun 4 }
2346
2347cmiHaRedunReceivedBUs OBJECT-TYPE
2348    SYNTAX          Counter32
2349    MAX-ACCESS      read-only
2350    STATUS          current
2351    DESCRIPTION
2352        "Total number of binding updates received by the
2353        home agent."
2354    ::= { cmiHaRedun 5 }
2355
2356cmiHaRedunSentBUAcks OBJECT-TYPE
2357    SYNTAX          Counter32
2358    MAX-ACCESS      read-only
2359    STATUS          current
2360    DESCRIPTION
2361        "Total number of acknowledgements sent in response to
2362        binding updates received by the home agent."
2363    ::= { cmiHaRedun 6 }
2364
2365cmiHaRedunSentBIReqs OBJECT-TYPE
2366    SYNTAX          Counter32
2367    MAX-ACCESS      read-only
2368    STATUS          current
2369    DESCRIPTION
2370        "Total number of binding information requests sent
2371        by the home agent."
2372    ::= { cmiHaRedun 7 }
2373
2374cmiHaRedunFailedBIReqs OBJECT-TYPE
2375    SYNTAX          Counter32
2376    MAX-ACCESS      read-only
2377    STATUS          current
2378    DESCRIPTION
2379        "Total number of binding information requests sent
2380        by the home agent for which no reply is received from
2381        the active home agent."
2382    ::= { cmiHaRedun 8 }
2383
2384cmiHaRedunTotalSentBIReqs OBJECT-TYPE
2385    SYNTAX          Counter32
2386    MAX-ACCESS      read-only
2387    STATUS          current
2388    DESCRIPTION
2389        "Total number of binding information requests sent
2390        by the home agent including retransmissions of the
2391        same request."
2392    ::= { cmiHaRedun 9 }
2393
2394cmiHaRedunReceivedBIReps OBJECT-TYPE
2395    SYNTAX          Counter32
2396    MAX-ACCESS      read-only
2397    STATUS          current
2398    DESCRIPTION
2399        "Total number of binding information replies received
2400        by the home agent."
2401    ::= { cmiHaRedun 10 }
2402
2403cmiHaRedunDroppedBIReps OBJECT-TYPE
2404    SYNTAX          Counter32
2405    MAX-ACCESS      read-only
2406    STATUS          current
2407    DESCRIPTION
2408        "Total number of binding information replies dropped
2409        since there is no corresponding binding information
2410        request sent by the home agent."
2411    ::= { cmiHaRedun 11 }
2412
2413cmiHaRedunSentBIAcks OBJECT-TYPE
2414    SYNTAX          Counter32
2415    MAX-ACCESS      read-only
2416    STATUS          current
2417    DESCRIPTION
2418        "Total number of acknowledgements sent in response to
2419        binding information replies received by the home
2420        agent."
2421    ::= { cmiHaRedun 12 }
2422
2423cmiHaRedunReceivedBIReqs OBJECT-TYPE
2424    SYNTAX          Counter32
2425    MAX-ACCESS      read-only
2426    STATUS          current
2427    DESCRIPTION
2428        "Total number of binding information requests received
2429        by the home agent."
2430    ::= { cmiHaRedun 13 }
2431
2432cmiHaRedunSentBIReps OBJECT-TYPE
2433    SYNTAX          Counter32
2434    MAX-ACCESS      read-only
2435    STATUS          current
2436    DESCRIPTION
2437        "Total number of binding information replies sent by
2438        the home agent."
2439    ::= { cmiHaRedun 14 }
2440
2441cmiHaRedunFailedBIReps OBJECT-TYPE
2442    SYNTAX          Counter32
2443    MAX-ACCESS      read-only
2444    STATUS          current
2445    DESCRIPTION
2446        "Total number of binding information replies sent by
2447        by the home agent for which no acknowledgement is
2448        received from the standby home agent."
2449    ::= { cmiHaRedun 15 }
2450
2451cmiHaRedunTotalSentBIReps OBJECT-TYPE
2452    SYNTAX          Counter32
2453    MAX-ACCESS      read-only
2454    STATUS          current
2455    DESCRIPTION
2456        "Total number of binding information replies sent
2457        by the home agent including retransmissions of the
2458        same reply."
2459    ::= { cmiHaRedun 16 }
2460
2461cmiHaRedunReceivedBIAcks OBJECT-TYPE
2462    SYNTAX          Counter32
2463    MAX-ACCESS      read-only
2464    STATUS          current
2465    DESCRIPTION
2466        "Total number of acknowledgements received in response
2467        to binding information replies sent by the home
2468        agent."
2469    ::= { cmiHaRedun 17 }
2470
2471cmiHaRedunDroppedBIAcks OBJECT-TYPE
2472    SYNTAX          Counter32
2473    MAX-ACCESS      read-only
2474    STATUS          current
2475    DESCRIPTION
2476        "Total number of acknowledgements dropped by the
2477        home agent since there are no corresponding binding
2478        information replies sent by it."
2479    ::= { cmiHaRedun 18 }
2480
2481cmiHaRedunSecViolations OBJECT-TYPE
2482    SYNTAX          Counter32
2483    MAX-ACCESS      read-only
2484    STATUS          current
2485    DESCRIPTION
2486        "Total number of security violations in the home
2487        agent caused by processing of the packets received
2488        from the peer home agent. Security violations can
2489        occur due to the following reasons.
2490        - the authenticator value in the packet is invalid.
2491        - value stored in the identification field of the
2492          packet is invalid."
2493    ::= { cmiHaRedun 19 }
2494-- Home Agent mobile network group
2495
2496cmiHaMrTable OBJECT-TYPE
2497    SYNTAX          SEQUENCE OF CmiHaMrEntry
2498    MAX-ACCESS      not-accessible
2499    STATUS          current
2500    DESCRIPTION
2501        "A table containing details about all mobile routers
2502        associated with the Home Agent."
2503    ::= { cmiHaMobNet 1 }
2504
2505cmiHaMrEntry OBJECT-TYPE
2506    SYNTAX          CmiHaMrEntry
2507    MAX-ACCESS      not-accessible
2508    STATUS          current
2509    DESCRIPTION
2510        "Information related to a single mobile router
2511        associated with the Home Agent."
2512    INDEX           {
2513                        cmiHaMrAddrType,
2514                        cmiHaMrAddr
2515                    }
2516    ::= { cmiHaMrTable 1 }
2517
2518CmiHaMrEntry ::= SEQUENCE {
2519        cmiHaMrAddrType            InetAddressType,
2520        cmiHaMrAddr                InetAddress,
2521        cmiHaMrDynamic             TruthValue,
2522        cmiHaMrStatus              RowStatus,
2523        cmiHaMrMultiPath           TruthValue,
2524        cmiHaMrMultiPathMetricType CmiMultiPathMetricType
2525}
2526
2527cmiHaMrAddrType OBJECT-TYPE
2528    SYNTAX          InetAddressType
2529    MAX-ACCESS      not-accessible
2530    STATUS          current
2531    DESCRIPTION
2532        "Represents the type of IP address stored in
2533        cmiHaMrAddr. Only IPv4 address type is supported."
2534    ::= { cmiHaMrEntry 1 }
2535
2536cmiHaMrAddr OBJECT-TYPE
2537    SYNTAX          InetAddress (SIZE  (4 | 16))
2538    MAX-ACCESS      not-accessible
2539    STATUS          current
2540    DESCRIPTION
2541        "IP address of a mobile router providing mobility
2542        to one or more networks. Only IPv4 addresses are
2543        supported."
2544    ::= { cmiHaMrEntry 2 }
2545
2546cmiHaMrDynamic OBJECT-TYPE
2547    SYNTAX          TruthValue
2548    MAX-ACCESS      read-create
2549    STATUS          current
2550    DESCRIPTION
2551        "Specifies whether the mobile router is capable of
2552        registering networks dynamically or not."
2553    DEFVAL          { false }
2554    ::= { cmiHaMrEntry 3 }
2555
2556cmiHaMrStatus OBJECT-TYPE
2557    SYNTAX          RowStatus
2558    MAX-ACCESS      read-create
2559    STATUS          current
2560    DESCRIPTION
2561        "The row status for the MR entry."
2562    ::= { cmiHaMrEntry 4 }
2563
2564cmiHaMrMultiPath OBJECT-TYPE
2565    SYNTAX          TruthValue
2566    MAX-ACCESS      read-create
2567    STATUS          current
2568    DESCRIPTION
2569        "Specifies whether multiple path is enabled
2570        on this mobile router or not."
2571    DEFVAL          { false }
2572    ::= { cmiHaMrEntry 5 }
2573
2574cmiHaMrMultiPathMetricType OBJECT-TYPE
2575    SYNTAX          CmiMultiPathMetricType
2576    MAX-ACCESS      read-create
2577    STATUS          current
2578    DESCRIPTION
2579        "Specifies the metric to use when multiple path
2580        is enabled."
2581    DEFVAL          { bandwidth }
2582    ::= { cmiHaMrEntry 6 }
2583
2584
2585
2586cmiHaMobNetTable OBJECT-TYPE
2587    SYNTAX          SEQUENCE OF CmiHaMobNetEntry
2588    MAX-ACCESS      not-accessible
2589    STATUS          current
2590    DESCRIPTION
2591        "A table containing information about all the mobile
2592        networks associated with a Home Agent."
2593    ::= { cmiHaMobNet 2 }
2594
2595cmiHaMobNetEntry OBJECT-TYPE
2596    SYNTAX          CmiHaMobNetEntry
2597    MAX-ACCESS      not-accessible
2598    STATUS          current
2599    DESCRIPTION
2600        "Information of a single mobile network associated with
2601        a Home Agent."
2602    INDEX           {
2603                        cmiHaMrAddrType,
2604                        cmiHaMrAddr,
2605                        cmiHaMobNetAddressType,
2606                        cmiHaMobNetAddress,
2607                        cmiHaMobNetPfxLen
2608                    }
2609    ::= { cmiHaMobNetTable 1 }
2610
2611CmiHaMobNetEntry ::= SEQUENCE {
2612        cmiHaMobNetAddressType InetAddressType,
2613        cmiHaMobNetAddress     InetAddress,
2614        cmiHaMobNetPfxLen      InetAddressPrefixLength,
2615        cmiHaMobNetDynamic     TruthValue,
2616        cmiHaMobNetStatus      RowStatus
2617}
2618
2619cmiHaMobNetAddressType OBJECT-TYPE
2620    SYNTAX          InetAddressType
2621    MAX-ACCESS      not-accessible
2622    STATUS          current
2623    DESCRIPTION
2624        "Represents the type of IP address stored in
2625        cmiHaMobNetAddress. Only IPv4 address type is
2626        supported."
2627    ::= { cmiHaMobNetEntry 1 }
2628
2629cmiHaMobNetAddress OBJECT-TYPE
2630    SYNTAX          InetAddress (SIZE  (4 | 16))
2631    MAX-ACCESS      not-accessible
2632    STATUS          current
2633    DESCRIPTION
2634        "IP address of the mobile network. Only IPv4 addresses
2635        are supported."
2636    ::= { cmiHaMobNetEntry 2 }
2637
2638cmiHaMobNetPfxLen OBJECT-TYPE
2639    SYNTAX          InetAddressPrefixLength
2640    MAX-ACCESS      not-accessible
2641    STATUS          current
2642    DESCRIPTION
2643        "Prefix length associated with the mobile network
2644        ip address."
2645    ::= { cmiHaMobNetEntry 3 }
2646
2647cmiHaMobNetDynamic OBJECT-TYPE
2648    SYNTAX          TruthValue
2649    MAX-ACCESS      read-only
2650    STATUS          current
2651    DESCRIPTION
2652        "Indicates whether the mobile network has been
2653        registered dynamically or not."
2654    ::= { cmiHaMobNetEntry 4 }
2655
2656cmiHaMobNetStatus OBJECT-TYPE
2657    SYNTAX          RowStatus
2658    MAX-ACCESS      read-create
2659    STATUS          current
2660    DESCRIPTION
2661        "The row status for the mobile network entry."
2662    ::= { cmiHaMobNetEntry 5 }
2663
2664
2665
2666-- cmiSecurity Group
2667
2668cmiSecAssocsCount OBJECT-TYPE
2669    SYNTAX          Gauge32
2670    MAX-ACCESS      read-only
2671    STATUS          current
2672    DESCRIPTION
2673        "Total number of mobility security associations
2674        known to the entity i.e. the number of entries in
2675        the cmiSecAssocTable."
2676    ::= { cmiSecurity 1 }
2677
2678cmiSecAssocTable OBJECT-TYPE
2679    SYNTAX          SEQUENCE OF CmiSecAssocEntry
2680    MAX-ACCESS      not-accessible
2681    STATUS          current
2682    DESCRIPTION
2683        "A table containing Mobility Security Associations.
2684        This table provides the same information as
2685        mipSecAssocTable of MIP MIB. The differences are:
2686        - indices of the table are changed so that mobile
2687          nodes which are not identified by the IP address will
2688          also be included in the table.
2689        - rowStatus object is added to the table."
2690    ::= { cmiSecurity 2 }
2691
2692cmiSecAssocEntry OBJECT-TYPE
2693    SYNTAX          CmiSecAssocEntry
2694    MAX-ACCESS      not-accessible
2695    STATUS          current
2696    DESCRIPTION
2697        "One particular Mobility Security Association."
2698    INDEX           {
2699                        cmiSecPeerIdentifierType,
2700                        cmiSecPeerIdentifier,
2701                        cmiSecSPI
2702                    }
2703    ::= { cmiSecAssocTable 1 }
2704
2705CmiSecAssocEntry ::= SEQUENCE {
2706        cmiSecPeerIdentifierType CmiEntityIdentifierType,
2707        cmiSecPeerIdentifier     CmiEntityIdentifier,
2708        cmiSecSPI                CmiSpi,
2709        cmiSecAlgorithmType      INTEGER,
2710        cmiSecAlgorithmMode      INTEGER,
2711        cmiSecKey                OCTET STRING,
2712        cmiSecReplayMethod       INTEGER,
2713        cmiSecStatus             RowStatus,
2714        cmiSecKey2               OCTET STRING
2715}
2716
2717cmiSecPeerIdentifierType OBJECT-TYPE
2718    SYNTAX          CmiEntityIdentifierType
2719    MAX-ACCESS      not-accessible
2720    STATUS          current
2721    DESCRIPTION
2722        "The type of the peer entity's identifier."
2723    ::= { cmiSecAssocEntry 1 }
2724
2725cmiSecPeerIdentifier OBJECT-TYPE
2726    SYNTAX          CmiEntityIdentifier
2727    MAX-ACCESS      not-accessible
2728    STATUS          current
2729    DESCRIPTION
2730        "The identifier of the peer entity with which this
2731        node shares the mobility security association."
2732    ::= { cmiSecAssocEntry 2 }
2733
2734cmiSecSPI OBJECT-TYPE
2735    SYNTAX          CmiSpi
2736    MAX-ACCESS      not-accessible
2737    STATUS          current
2738    DESCRIPTION
2739        "The SPI is the 4-byte index within the Mobility
2740        Security Association which selects the specific
2741        security parameters to be used to authenticate the
2742        peer, i.e. the rest of the variables in this
2743        cmiSecAssocEntry."
2744    ::= { cmiSecAssocEntry 3 }
2745
2746cmiSecAlgorithmType OBJECT-TYPE
2747    SYNTAX          INTEGER  {
2748                        other(1),
2749                        md5(2),
2750                        hmacMD5(3)
2751                    }
2752    MAX-ACCESS      read-create
2753    STATUS          current
2754    DESCRIPTION
2755        "Type of authentication algorithm.
2756
2757        other(1)     Any other authentication algorithm not
2758                     specified here.
2759
2760        md5(2)       MD5 message-digest algorithm.
2761
2762        hmacMD5(3)  HMAC MD5 message-digest algorithm."
2763    REFERENCE       "RFC-2002 - IP Mobility Support, section 3.5.1"
2764    DEFVAL          { md5 }
2765    ::= { cmiSecAssocEntry 4 }
2766
2767cmiSecAlgorithmMode OBJECT-TYPE
2768    SYNTAX          INTEGER  {
2769                        other(1),
2770                        prefixSuffix(2)
2771                    }
2772    MAX-ACCESS      read-create
2773    STATUS          current
2774    DESCRIPTION
2775        "Security mode used by this algorithm.
2776
2777        other(1)         Any other mode not specified here.
2778
2779        prefixSuffix(2)  In this mode, data over which
2780                         authenticator value needs to be
2781                         calculated is preceded and followed
2782                         by the 128 bit shared secret key."
2783    REFERENCE       "RFC-2002 - IP Mobility Support, section 3.5.1"
2784    DEFVAL          { prefixSuffix }
2785    ::= { cmiSecAssocEntry 5 }
2786
2787cmiSecKey OBJECT-TYPE
2788    SYNTAX          OCTET STRING (SIZE  (16))
2789    MAX-ACCESS      read-create
2790    STATUS          deprecated
2791    DESCRIPTION
2792        "The shared secret key for the security
2793        associations. Reading this object will always return
2794        zero length value."
2795    ::= { cmiSecAssocEntry 6 }
2796
2797cmiSecReplayMethod OBJECT-TYPE
2798    SYNTAX          INTEGER  {
2799                        other(1),
2800                        timestamps(2),
2801                        nonces(3)
2802                    }
2803    MAX-ACCESS      read-create
2804    STATUS          current
2805    DESCRIPTION
2806        "The replay-protection method supported for this SPI
2807        within this Mobility Security Association.
2808
2809        other(1)      Any other replay protection method not
2810                      specified here.
2811
2812        timestamps(2) Timestamp based replay protection method.
2813
2814        nonces(3)     Nonce based replay protection method."
2815    REFERENCE       "RFC-2002 - IP Mobility Support, section 5.6"
2816    DEFVAL          { timestamps }
2817    ::= { cmiSecAssocEntry 7 }
2818
2819cmiSecStatus OBJECT-TYPE
2820    SYNTAX          RowStatus
2821    MAX-ACCESS      read-create
2822    STATUS          current
2823    DESCRIPTION
2824        "The row status for this table."
2825    ::= { cmiSecAssocEntry 8 }
2826
2827cmiSecKey2 OBJECT-TYPE
2828    SYNTAX          OCTET STRING (SIZE  (0..16))
2829    MAX-ACCESS      read-create
2830    STATUS          current
2831    DESCRIPTION
2832        "The shared secret key for the security
2833        associations. Reading this object will always return
2834        zero length value. If the value is given in hex, it
2835        should be 16 bytes in length. If it is in ascii, it
2836        can vary from 1 to 16 characters."
2837    ::= { cmiSecAssocEntry 9 }
2838
2839
2840
2841-- HA System Information
2842
2843cmiHaSystemVersion OBJECT-TYPE
2844    SYNTAX          SnmpAdminString
2845    MAX-ACCESS      read-only
2846    STATUS          current
2847    DESCRIPTION
2848        "MobileIP HA Release Version"
2849    ::= { cmiHaSystem 1 }
2850-- Mobile IP security violation table
2851
2852cmiSecViolationTable OBJECT-TYPE
2853    SYNTAX          SEQUENCE OF CmiSecViolationEntry
2854    MAX-ACCESS      not-accessible
2855    STATUS          current
2856    DESCRIPTION
2857        "A table containing information about security
2858        violations. This table provides the same information
2859        as mipSecViolationTable of MIP MIB. The only
2860        difference is that indices of the table are changed so
2861        that mobile nodes which are not identified by the IP
2862        address will also be included in the table."
2863    REFERENCE
2864        "RFC-2002 - IP Mobility Support, sections 3.6.2.1,
2865        3.7.2.1 and 3.8.2.1"
2866    ::= { cmiSecurity 3 }
2867
2868cmiSecViolationEntry OBJECT-TYPE
2869    SYNTAX          CmiSecViolationEntry
2870    MAX-ACCESS      not-accessible
2871    STATUS          current
2872    DESCRIPTION
2873        "Information about one particular security violation."
2874    INDEX           {
2875                        cmiSecViolatorIdentifierType,
2876                        cmiSecViolatorIdentifier
2877                    }
2878    ::= { cmiSecViolationTable 1 }
2879
2880CmiSecViolationEntry ::= SEQUENCE {
2881        cmiSecViolatorIdentifierType CmiEntityIdentifierType,
2882        cmiSecViolatorIdentifier     CmiEntityIdentifier,
2883        cmiSecTotalViolations        Counter32,
2884        cmiSecRecentViolationSPI     CmiSpi,
2885        cmiSecRecentViolationTime    TimeStamp,
2886        cmiSecRecentViolationIDLow   Unsigned32,
2887        cmiSecRecentViolationIDHigh  Unsigned32,
2888        cmiSecRecentViolationReason  INTEGER
2889}
2890
2891cmiSecViolatorIdentifierType OBJECT-TYPE
2892    SYNTAX          CmiEntityIdentifierType
2893    MAX-ACCESS      not-accessible
2894    STATUS          current
2895    DESCRIPTION
2896        "The type of Violator's identifier."
2897    ::= { cmiSecViolationEntry 1 }
2898
2899cmiSecViolatorIdentifier OBJECT-TYPE
2900    SYNTAX          CmiEntityIdentifier
2901    MAX-ACCESS      not-accessible
2902    STATUS          current
2903    DESCRIPTION
2904        "Violator's identifier. The violator is not necessary
2905        in the cmiSecAssocTable."
2906    ::= { cmiSecViolationEntry 2 }
2907
2908cmiSecTotalViolations OBJECT-TYPE
2909    SYNTAX          Counter32
2910    MAX-ACCESS      read-only
2911    STATUS          current
2912    DESCRIPTION
2913        "Total number of security violations for this peer."
2914    ::= { cmiSecViolationEntry 3 }
2915
2916cmiSecRecentViolationSPI OBJECT-TYPE
2917    SYNTAX          CmiSpi
2918    MAX-ACCESS      read-only
2919    STATUS          current
2920    DESCRIPTION
2921        "SPI of the most recent security violation for this
2922        peer. If the security violation is due to an
2923        identification mismatch, then this is the SPI from the
2924        Mobile-Home Authentication Extension.  If the security
2925        violation is due to an invalid authenticator, then
2926        this is the SPI from the offending authentication
2927        extension.  In all other cases, it should be set to
2928        zero."
2929    ::= { cmiSecViolationEntry 4 }
2930
2931cmiSecRecentViolationTime OBJECT-TYPE
2932    SYNTAX          TimeStamp
2933    MAX-ACCESS      read-only
2934    STATUS          current
2935    DESCRIPTION
2936        "Time of the most recent security violation for this
2937        peer."
2938    ::= { cmiSecViolationEntry 5 }
2939
2940cmiSecRecentViolationIDLow OBJECT-TYPE
2941    SYNTAX          Unsigned32 (0..4294967295)
2942    MAX-ACCESS      read-only
2943    STATUS          current
2944    DESCRIPTION
2945        "Low-order 32 bits of identification used in request or
2946        reply of the most recent security violation for this
2947        peer."
2948    ::= { cmiSecViolationEntry 6 }
2949
2950cmiSecRecentViolationIDHigh OBJECT-TYPE
2951    SYNTAX          Unsigned32 (0..4294967295)
2952    MAX-ACCESS      read-only
2953    STATUS          current
2954    DESCRIPTION
2955        "High-order 32 bits of identification used in request
2956        or reply of the most recent security violation for
2957        this peer."
2958    ::= { cmiSecViolationEntry 7 }
2959
2960cmiSecRecentViolationReason OBJECT-TYPE
2961    SYNTAX          INTEGER  {
2962                        noMobilitySecurityAssociation(1),
2963                        badAuthenticator(2),
2964                        badIdentifier(3),
2965                        badSPI(4),
2966                        missingSecurityExtension(5),
2967                        other(6)
2968                    }
2969    MAX-ACCESS      read-only
2970    STATUS          current
2971    DESCRIPTION
2972        "Reason for the most recent security violation for
2973        this peer."
2974    REFERENCE       "RFC-2002 - IP Mobility Support"
2975    ::= { cmiSecViolationEntry 8 }
2976
2977
2978
2979-- Mobility Agent Registration Counters
2980
2981cmiMaRegMaxInMinuteRegs OBJECT-TYPE
2982    SYNTAX          Counter32
2983    MAX-ACCESS      read-only
2984    STATUS          current
2985    DESCRIPTION
2986        "The maximum number of Registration Requests received
2987        in a minute by the mobility agent."
2988    ::= { cmiMaReg 1 }
2989
2990cmiMaRegDateMaxRegsReceived OBJECT-TYPE
2991    SYNTAX          DateAndTime
2992    MAX-ACCESS      read-only
2993    STATUS          current
2994    DESCRIPTION
2995        "The time at which number of Registration Requests
2996        received in a minute by the mobility agent were
2997        maximum."
2998    ::= { cmiMaReg 2 }
2999
3000cmiMaRegInLastMinuteRegs OBJECT-TYPE
3001    SYNTAX          Counter32
3002    MAX-ACCESS      read-only
3003    STATUS          current
3004    DESCRIPTION
3005        "The number of Registration Requests received in the
3006        last minute by the mobility agent."
3007    ::= { cmiMaReg 3 }
3008
3009-- Mobile Node Discovery Group
3010--
3011-- Mobile node could store multiple agent advertisements, however,
3012-- only the most recently received agent advertisement information
3013-- is required to be made available to the manager station.
3014
3015cmiMnAdvFlags OBJECT-TYPE
3016    SYNTAX          BITS {
3017                        gre(0),
3018                        minEnc(1),
3019                        foreignAgent(2),
3020                        homeAgent(3),
3021                        busy(4),
3022                        regRequired(5),
3023                        reverseTunnel(6)
3024                    }
3025    MAX-ACCESS      read-only
3026    STATUS          current
3027    DESCRIPTION
3028        "The flags are contained in the 7th byte in the
3029        extension of the most recently received mobility agent
3030        advertisement:
3031            gre
3032                -- Agent offers Generic Routing Encapsulation
3033            minEnc,
3034                -- Agent offers Minimal Encapsulation
3035            foreignAgent,
3036                -- Agent is a Foreign Agent
3037            homeAgent,
3038                -- Agent is a Home Agent
3039            busy,
3040                -- Foreign Agent is busy
3041            regRequired,
3042                -- FA registration is required
3043            reverseTunnel,
3044                -- Agent supports reverse tunneling."
3045    ::= { cmiMnRecentAdvReceived 1 }
3046-- Mobile Node Registration Group
3047--
3048
3049-- Registration table of mobile node
3050
3051cmiMnRegistrationTable OBJECT-TYPE
3052    SYNTAX          SEQUENCE OF CmiMnRegistrationEntry
3053    MAX-ACCESS      not-accessible
3054    STATUS          current
3055    DESCRIPTION
3056        "A table containing information about the mobile
3057        node's attempted registration(s).  The mobile node
3058        updates this table based upon Registration Requests
3059        sent and Registration Replies received in response to
3060        these requests.  Certain variables within this table
3061        are also updated when Registration Requests are
3062        retransmitted."
3063    ::= { cmiMnRegistration 1 }
3064
3065cmiMnRegistrationEntry OBJECT-TYPE
3066    SYNTAX          CmiMnRegistrationEntry
3067    MAX-ACCESS      not-accessible
3068    STATUS          current
3069    DESCRIPTION
3070        "Information about one registration attempt."
3071    AUGMENTS           { mnRegistrationEntry  }
3072
3073    ::= { cmiMnRegistrationTable 1 }
3074
3075CmiMnRegistrationEntry ::= SEQUENCE {
3076        cmiMnRegFlags CmiRegistrationFlags
3077}
3078
3079cmiMnRegFlags OBJECT-TYPE
3080    SYNTAX          CmiRegistrationFlags
3081    MAX-ACCESS      read-only
3082    STATUS          current
3083    DESCRIPTION
3084        "Registration flags sent by the mobile node.  It is the
3085        second byte in the Mobile IP Registration Request
3086        message."
3087    ::= { cmiMnRegistrationEntry 1 }
3088
3089
3090
3091-- Mobile Router System Group
3092
3093cmiMrReverseTunnel OBJECT-TYPE
3094    SYNTAX          TruthValue
3095    MAX-ACCESS      read-write
3096    STATUS          current
3097    DESCRIPTION
3098        "Specifies whether reverse tunneling is enabled on the
3099        mobile router or not."
3100    DEFVAL          { true }
3101    ::= { cmiMrSystem 1 }
3102
3103cmiMrRedundancyGroup OBJECT-TYPE
3104    SYNTAX          SnmpAdminString
3105    MAX-ACCESS      read-write
3106    STATUS          current
3107    DESCRIPTION
3108        "Name of the redundancy group used to provide network
3109        availability for the mobile router."
3110    DEFVAL          { "" }
3111    ::= { cmiMrSystem 2 }
3112
3113cmiMrMobNetTable OBJECT-TYPE
3114    SYNTAX          SEQUENCE OF CmiMrMobNetEntry
3115    MAX-ACCESS      not-accessible
3116    STATUS          current
3117    DESCRIPTION
3118        "A table containing information about all the networks
3119        for which mobility is provided by the mobile router."
3120    ::= { cmiMrSystem 3 }
3121
3122cmiMrMobNetEntry OBJECT-TYPE
3123    SYNTAX          CmiMrMobNetEntry
3124    MAX-ACCESS      not-accessible
3125    STATUS          current
3126    DESCRIPTION
3127        "Details of a single mobile network on mobile router."
3128    INDEX           { cmiMrMobNetIfIndex }
3129    ::= { cmiMrMobNetTable 1 }
3130
3131CmiMrMobNetEntry ::= SEQUENCE {
3132        cmiMrMobNetIfIndex  InterfaceIndex,
3133        cmiMrMobNetAddrType InetAddressType,
3134        cmiMrMobNetAddr     InetAddress,
3135        cmiMrMobNetPfxLen   InetAddressPrefixLength,
3136        cmiMrMobNetStatus   RowStatus
3137}
3138
3139cmiMrMobNetIfIndex OBJECT-TYPE
3140    SYNTAX          InterfaceIndex
3141    MAX-ACCESS      not-accessible
3142    STATUS          current
3143    DESCRIPTION
3144        "The ifIndex value from Interfaces table of MIB II
3145        for the interface on the mobile router connected to the
3146        mobile network."
3147    ::= { cmiMrMobNetEntry 1 }
3148
3149cmiMrMobNetAddrType OBJECT-TYPE
3150    SYNTAX          InetAddressType
3151    MAX-ACCESS      read-only
3152    STATUS          current
3153    DESCRIPTION
3154        "Represents the type of IP address stored in
3155        cmiMrMobNetAddr."
3156    ::= { cmiMrMobNetEntry 2 }
3157
3158cmiMrMobNetAddr OBJECT-TYPE
3159    SYNTAX          InetAddress (SIZE  (4 | 16))
3160    MAX-ACCESS      read-only
3161    STATUS          current
3162    DESCRIPTION
3163        "IP address of the mobile network."
3164    ::= { cmiMrMobNetEntry 3 }
3165
3166cmiMrMobNetPfxLen OBJECT-TYPE
3167    SYNTAX          InetAddressPrefixLength
3168    MAX-ACCESS      read-only
3169    STATUS          current
3170    DESCRIPTION
3171        "Prefix length associated with the mobile network
3172        ip address."
3173    ::= { cmiMrMobNetEntry 4 }
3174
3175cmiMrMobNetStatus OBJECT-TYPE
3176    SYNTAX          RowStatus
3177    MAX-ACCESS      read-create
3178    STATUS          current
3179    DESCRIPTION
3180        "The row status for the mobile network entry."
3181    ::= { cmiMrMobNetEntry 5 }
3182
3183
3184
3185cmiMrHaTunnelIfIndex OBJECT-TYPE
3186    SYNTAX          InterfaceIndexOrZero
3187    MAX-ACCESS      read-only
3188    STATUS          current
3189    DESCRIPTION
3190        "The ifIndex value from Interfaces table of MIB II for
3191        the tunnel interface (to HA) of the mobile router."
3192    ::= { cmiMrSystem 4 }
3193-- Mobile Router's home agent address list
3194
3195cmiMrHATable OBJECT-TYPE
3196    SYNTAX          SEQUENCE OF CmiMrHAEntry
3197    MAX-ACCESS      not-accessible
3198    STATUS          current
3199    DESCRIPTION
3200        "A table containing additional parameters related to
3201        a home agent beyond that provided by MIP MIB mnHATable."
3202    ::= { cmiMrSystem 5 }
3203
3204cmiMrHAEntry OBJECT-TYPE
3205    SYNTAX          CmiMrHAEntry
3206    MAX-ACCESS      not-accessible
3207    STATUS          current
3208    DESCRIPTION
3209        "Additional information about a particular entry in the
3210        mnHATable beyond that provided by MIP MIB mnHAEntry."
3211    AUGMENTS           { mnHAEntry  }
3212
3213    ::= { cmiMrHATable 1 }
3214
3215CmiMrHAEntry ::= SEQUENCE {
3216        cmiMrHAPriority Unsigned32,
3217        cmiMrHABest     TruthValue
3218}
3219
3220cmiMrHAPriority OBJECT-TYPE
3221    SYNTAX          Unsigned32 (0..255)
3222    MAX-ACCESS      read-create
3223    STATUS          current
3224    DESCRIPTION
3225        "The priority for this home agent."
3226    DEFVAL          { 100 }
3227    ::= { cmiMrHAEntry 1 }
3228
3229cmiMrHABest OBJECT-TYPE
3230    SYNTAX          TruthValue
3231    MAX-ACCESS      read-only
3232    STATUS          current
3233    DESCRIPTION
3234        "Indicates whether this home agent is the best (in terms
3235        of the priority or the configuration time, when
3236        multiple home agents have the same priority) or not.
3237        When it is true, the mobile router will try to register
3238        with this home agent first."
3239    ::= { cmiMrHAEntry 2 }
3240
3241
3242-- Mobile router interface table
3243
3244cmiMrIfTable OBJECT-TYPE
3245    SYNTAX          SEQUENCE OF CmiMrIfEntry
3246    MAX-ACCESS      not-accessible
3247    STATUS          current
3248    DESCRIPTION
3249        "A table containing roaming/solicitation parameters
3250        for all roaming interfaces on the mobile router."
3251    ::= { cmiMrSystem 6 }
3252
3253cmiMrIfEntry OBJECT-TYPE
3254    SYNTAX          CmiMrIfEntry
3255    MAX-ACCESS      not-accessible
3256    STATUS          current
3257    DESCRIPTION
3258        "Roaming/solicitation parameters for one interface."
3259    INDEX           { cmiMrIfIndex }
3260    ::= { cmiMrIfTable 1 }
3261
3262CmiMrIfEntry ::= SEQUENCE {
3263        cmiMrIfIndex                   InterfaceIndex,
3264        cmiMRIfDescription             SnmpAdminString,
3265        cmiMrIfHoldDown                Unsigned32,
3266        cmiMrIfRoamPriority            Unsigned32,
3267        cmiMrIfSolicitPeriodic         TruthValue,
3268        cmiMrIfSolicitInterval         Unsigned32,
3269        cmiMrIfSolicitRetransInitial   Unsigned32,
3270        cmiMrIfSolicitRetransMax       Unsigned32,
3271        cmiMrIfSolicitRetransLimit     Unsigned32,
3272        cmiMrIfSolicitRetransCurrent   Unsigned32,
3273        cmiMrIfSolicitRetransRemaining Gauge32,
3274        cmiMrIfSolicitRetransCount     Counter32,
3275        cmiMrIfCCoaAddressType         InetAddressType,
3276        cmiMrIfCCoaAddress             InetAddress,
3277        cmiMrIfCCoaDefaultGwType       InetAddressType,
3278        cmiMrIfCCoaDefaultGw           InetAddress,
3279        cmiMrIfCCoaRegRetry            Unsigned32,
3280        cmiMrIfCCoaRegRetryRemaining   Gauge32,
3281        cmiMrIfStatus                  RowStatus,
3282        cmiMrIfCCoaRegistration        TruthValue,
3283        cmiMrIfCCoaOnly                TruthValue,
3284        cmiMrIfCCoaEnable              TruthValue,
3285        cmiMrIfRoamStatus              TruthValue,
3286        cmiMrIfRegisteredCoAType       InetAddressType,
3287        cmiMrIfRegisteredCoA           InetAddress,
3288        cmiMrIfRegisteredMaAddrType    InetAddressType,
3289        cmiMrIfRegisteredMaAddr        InetAddress,
3290        cmiMrIfHaTunnelIfIndex         InterfaceIndexOrZero,
3291        cmiMrIfID                      Unsigned32
3292}
3293
3294cmiMrIfIndex OBJECT-TYPE
3295    SYNTAX          InterfaceIndex
3296    MAX-ACCESS      not-accessible
3297    STATUS          current
3298    DESCRIPTION
3299        "The ifIndex value from Interfaces table of
3300        MIB II for an interface on the Mobile router."
3301    ::= { cmiMrIfEntry 1 }
3302
3303cmiMRIfDescription OBJECT-TYPE
3304    SYNTAX          SnmpAdminString
3305    MAX-ACCESS      read-create
3306    STATUS          current
3307    DESCRIPTION
3308        "Description of the access type for the mobile router
3309        interface."
3310    DEFVAL          { "" }
3311    ::= { cmiMrIfEntry 2 }
3312
3313cmiMrIfHoldDown OBJECT-TYPE
3314    SYNTAX          Unsigned32 (0..3600)
3315    UNITS           "seconds"
3316    MAX-ACCESS      read-create
3317    STATUS          current
3318    DESCRIPTION
3319        "Waiting time after which mobile router registers to
3320        agents heard on this interface."
3321    DEFVAL          { 0 }
3322    ::= { cmiMrIfEntry 3 }
3323
3324cmiMrIfRoamPriority OBJECT-TYPE
3325    SYNTAX          Unsigned32 (0..255)
3326    MAX-ACCESS      read-create
3327    STATUS          current
3328    DESCRIPTION
3329        "The priority value used to select an interface among
3330        multiple interfaces to send registration request."
3331    DEFVAL          { 100 }
3332    ::= { cmiMrIfEntry 4 }
3333
3334cmiMrIfSolicitPeriodic OBJECT-TYPE
3335    SYNTAX          TruthValue
3336    MAX-ACCESS      read-create
3337    STATUS          current
3338    DESCRIPTION
3339        "Specifies whether periodic agent solicitation is
3340        enabled or not. If this object is set to true(1), the
3341        mobile router will send solicitations on this interface
3342        periodically according to other configured parameters."
3343    DEFVAL          { false }
3344    ::= { cmiMrIfEntry 5 }
3345
3346cmiMrIfSolicitInterval OBJECT-TYPE
3347    SYNTAX          Unsigned32 (1..65535)
3348    UNITS           "seconds"
3349    MAX-ACCESS      read-create
3350    STATUS          current
3351    DESCRIPTION
3352        "The time interval after which a solicitation has to
3353        be sent once an agent advertisement is heard on the
3354        interface."
3355    DEFVAL          { 600 }
3356    ::= { cmiMrIfEntry 6 }
3357
3358cmiMrIfSolicitRetransInitial OBJECT-TYPE
3359    SYNTAX          Unsigned32 (10..10000)
3360    UNITS           "milliseconds"
3361    MAX-ACCESS      read-create
3362    STATUS          current
3363    DESCRIPTION
3364        "The wait period before first retransmission of a
3365        solicitation when no agent advertisement is heard."
3366    DEFVAL          { 1000 }
3367    ::= { cmiMrIfEntry 7 }
3368
3369cmiMrIfSolicitRetransMax OBJECT-TYPE
3370    SYNTAX          Unsigned32 (10..10000)
3371    UNITS           "milliseconds"
3372    MAX-ACCESS      read-create
3373    STATUS          current
3374    DESCRIPTION
3375        "This value specifies the maximum limit for the
3376        solicitation retransmission timeout. For each successive
3377        solicit message retransmission timeout period is twice
3378        the previous period."
3379    DEFVAL          { 5000 }
3380    ::= { cmiMrIfEntry 8 }
3381
3382cmiMrIfSolicitRetransLimit OBJECT-TYPE
3383    SYNTAX          Unsigned32 (0..10)
3384    MAX-ACCESS      read-create
3385    STATUS          current
3386    DESCRIPTION
3387        "The maximum number of solicitation retransmissions
3388        allowed."
3389    DEFVAL          { 3 }
3390    ::= { cmiMrIfEntry 9 }
3391
3392cmiMrIfSolicitRetransCurrent OBJECT-TYPE
3393    SYNTAX          Unsigned32 (10..10000)
3394    UNITS           "milliseconds"
3395    MAX-ACCESS      read-only
3396    STATUS          current
3397    DESCRIPTION
3398        "Current retransmission interval."
3399    ::= { cmiMrIfEntry 10 }
3400
3401cmiMrIfSolicitRetransRemaining OBJECT-TYPE
3402    SYNTAX          Gauge32
3403    UNITS           "milliseconds"
3404    MAX-ACCESS      read-only
3405    STATUS          current
3406    DESCRIPTION
3407        "Time remaining before the current retransmission
3408        interval expires."
3409    ::= { cmiMrIfEntry 11 }
3410
3411cmiMrIfSolicitRetransCount OBJECT-TYPE
3412    SYNTAX          Counter32
3413    MAX-ACCESS      read-only
3414    STATUS          current
3415    DESCRIPTION
3416        "The number of retransmissions of the solicitation."
3417    ::= { cmiMrIfEntry 12 }
3418
3419cmiMrIfCCoaAddressType OBJECT-TYPE
3420    SYNTAX          InetAddressType
3421    MAX-ACCESS      read-only
3422    STATUS          current
3423    DESCRIPTION
3424        "Represents the type of IP address stored
3425        in cmiMrIfCCoaAddress."
3426    ::= { cmiMrIfEntry 13 }
3427
3428cmiMrIfCCoaAddress OBJECT-TYPE
3429    SYNTAX          InetAddress
3430    MAX-ACCESS      read-only
3431    STATUS          current
3432    DESCRIPTION
3433        "Interface address to be used as a collocated
3434        care-of IP address.  Currently, the primary
3435        interface IP address is used as the CCoA."
3436    ::= { cmiMrIfEntry 14 }
3437
3438cmiMrIfCCoaDefaultGwType OBJECT-TYPE
3439    SYNTAX          InetAddressType
3440    MAX-ACCESS      read-create
3441    STATUS          current
3442    DESCRIPTION
3443        "Represents the type of IP address stored
3444        in cmiMrIfCCoaDefaultGw."
3445    ::= { cmiMrIfEntry 15 }
3446
3447cmiMrIfCCoaDefaultGw OBJECT-TYPE
3448    SYNTAX          InetAddress (SIZE  (4 | 16))
3449    MAX-ACCESS      read-create
3450    STATUS          current
3451    DESCRIPTION
3452        "Gateway IP address to be used with CCoA
3453        registrations on an interface other than serial
3454        interface with a static (fixed) IP address."
3455    ::= { cmiMrIfEntry 16 }
3456
3457cmiMrIfCCoaRegRetry OBJECT-TYPE
3458    SYNTAX          Unsigned32 (1..65535)
3459    UNITS           "seconds"
3460    MAX-ACCESS      read-create
3461    STATUS          current
3462    DESCRIPTION
3463        "Time to wait between successive registration
3464        attempts after CCoA registration failure."
3465    DEFVAL          { 60 }
3466    ::= { cmiMrIfEntry 17 }
3467
3468cmiMrIfCCoaRegRetryRemaining OBJECT-TYPE
3469    SYNTAX          Gauge32
3470    UNITS           "seconds"
3471    MAX-ACCESS      read-only
3472    STATUS          current
3473    DESCRIPTION
3474        "Time remaining before the current CCoA registration
3475        retry interval expires."
3476    ::= { cmiMrIfEntry 18 }
3477
3478cmiMrIfStatus OBJECT-TYPE
3479    SYNTAX          RowStatus
3480    MAX-ACCESS      read-create
3481    STATUS          current
3482    DESCRIPTION
3483        "The row status for this table."
3484    ::= { cmiMrIfEntry 19 }
3485
3486cmiMrIfCCoaRegistration OBJECT-TYPE
3487    SYNTAX          TruthValue
3488    MAX-ACCESS      read-only
3489    STATUS          current
3490    DESCRIPTION
3491        "This indicates the type of registraton
3492        mobile router will currently attempt
3493        on this interface. If cmiMrIfCCoaRegistration
3494        is false, the mobile router will attempt to
3495        register through a foreign agent. If
3496        cmiMrIfCCoaRegistration is true, the mobile
3497        router will attempt CCoA registration.
3498        cmiMrIfCCoaRegistration will be true when
3499        cmiMrIfCCoaOnly is set to true.
3500        cmiMrIfCCoaRegistration will also be true
3501        when cmiMrIfCCoaOnly is set to 'false' and
3502        foreign agent advertisements are not heard
3503        on the interface."
3504    ::= { cmiMrIfEntry 20 }
3505
3506cmiMrIfCCoaOnly OBJECT-TYPE
3507    SYNTAX          TruthValue
3508    MAX-ACCESS      read-create
3509    STATUS          current
3510    DESCRIPTION
3511        "This specifies whether 'ccoa-only' state is
3512        enabled or not on this mobile router interface.
3513        When this variable is set to true,
3514        mobile router will attempt to register directly
3515        using a CCoA and will not attempt foreign agent
3516        registrations even if foreign agent advertisements
3517        are heard on this interface.  When set to false,
3518        the mobile router will attempt to register via a
3519        foreign agent whenever foreign agent advertisements
3520        are heard.  When foreign agent advertisements are
3521        not heard, then the interface will attempt CCoA
3522        registration."
3523    DEFVAL          { false }
3524    ::= { cmiMrIfEntry 21 }
3525
3526cmiMrIfCCoaEnable OBJECT-TYPE
3527    SYNTAX          TruthValue
3528    MAX-ACCESS      read-create
3529    STATUS          current
3530    DESCRIPTION
3531        "This enables CCoA registrations on the mobile
3532        router interface.  When this object is set
3533        to false, the mobile router will attempt only
3534        foreign agent registrations on this interface.
3535        When this object is set to true, the interface
3536        is enabled for CCoA registration.  Depending on
3537        the value of the cmiMrIfCCoaOnly object, the
3538        mobile router may register with a CCoA or
3539        with a foreign agent."
3540    DEFVAL          { false }
3541    ::= { cmiMrIfEntry 22 }
3542
3543cmiMrIfRoamStatus OBJECT-TYPE
3544    SYNTAX          TruthValue
3545    MAX-ACCESS      read-only
3546    STATUS          current
3547    DESCRIPTION
3548        "Indicates whether the mobile router is currently
3549        registered through this interface."
3550    ::= { cmiMrIfEntry 23 }
3551
3552cmiMrIfRegisteredCoAType OBJECT-TYPE
3553    SYNTAX          InetAddressType
3554    MAX-ACCESS      read-only
3555    STATUS          current
3556    DESCRIPTION
3557        "Represents the type of address stored in
3558        cmiMrIfRegisteredCoA."
3559    ::= { cmiMrIfEntry 24 }
3560
3561cmiMrIfRegisteredCoA OBJECT-TYPE
3562    SYNTAX          InetAddress
3563    MAX-ACCESS      read-only
3564    STATUS          current
3565    DESCRIPTION
3566        "Represents the care-of address registered
3567        by the mobile router through this interface.
3568        This will be zero when the mobile router is
3569        at home or not registered.  If the
3570        registration is through a foreign agent, this
3571        contains the foreign agent care-of address.
3572        If the registration uses a collocated care-of
3573        address, this contains the collocated care-of
3574        address."
3575    ::= { cmiMrIfEntry 25 }
3576
3577cmiMrIfRegisteredMaAddrType OBJECT-TYPE
3578    SYNTAX          InetAddressType
3579    MAX-ACCESS      read-only
3580    STATUS          current
3581    DESCRIPTION
3582        "Represents the type of address stored in
3583        cmiMrIfRegisteredMaAddr."
3584    ::= { cmiMrIfEntry 26 }
3585
3586cmiMrIfRegisteredMaAddr OBJECT-TYPE
3587    SYNTAX          InetAddress
3588    MAX-ACCESS      read-only
3589    STATUS          current
3590    DESCRIPTION
3591        "Represents the address of the mobility agent
3592        through which this mobile router interface is
3593        registered.  It contains the home agent
3594        address if registered using a collocated
3595        care-of address.  It contains the foreign
3596        agent address if registered through a foreign
3597        agent.  It is zero when the mobile router is
3598        at home or not registered."
3599    ::= { cmiMrIfEntry 27 }
3600
3601cmiMrIfHaTunnelIfIndex OBJECT-TYPE
3602    SYNTAX          InterfaceIndexOrZero
3603    MAX-ACCESS      read-only
3604    STATUS          current
3605    DESCRIPTION
3606        "The ifIndex value from Interfaces table of MIB II for
3607        the tunnel interface (to home agent) of the mobile
3608        router through this roaming interface."
3609    ::= { cmiMrIfEntry 28 }
3610
3611cmiMrIfID OBJECT-TYPE
3612    SYNTAX          Unsigned32
3613    MAX-ACCESS      read-only
3614    STATUS          current
3615    DESCRIPTION
3616        "A unique number identifying the roaming interface.
3617        This is also used as an unique identifier for the
3618        tunnel between home agent and mobile router."
3619    ::= { cmiMrIfEntry 29 }
3620
3621
3622
3623-- MR Counters
3624
3625cmiMrBetterIfDetected OBJECT-TYPE
3626    SYNTAX          Counter32
3627    MAX-ACCESS      read-only
3628    STATUS          current
3629    DESCRIPTION
3630        "Number of times that the mobile router has detected
3631        a better interface."
3632    ::= { cmiMrSystem 7 }
3633
3634cmiMrTunnelPktsRcvd OBJECT-TYPE
3635    SYNTAX          Counter32
3636    MAX-ACCESS      read-only
3637    STATUS          current
3638    DESCRIPTION
3639        "Number of packets received on the MR-HA tunnel."
3640    ::= { cmiMrSystem 8 }
3641
3642cmiMrTunnelPktsSent OBJECT-TYPE
3643    SYNTAX          Counter32
3644    MAX-ACCESS      read-only
3645    STATUS          current
3646    DESCRIPTION
3647        "Number of packets sent through the MR-HA tunnel."
3648    ::= { cmiMrSystem 9 }
3649
3650cmiMrTunnelBytesRcvd OBJECT-TYPE
3651    SYNTAX          Counter32
3652    MAX-ACCESS      read-only
3653    STATUS          current
3654    DESCRIPTION
3655        "Number of bytes received on the MR-HA tunnel."
3656    ::= { cmiMrSystem 10 }
3657
3658cmiMrTunnelBytesSent OBJECT-TYPE
3659    SYNTAX          Counter32
3660    MAX-ACCESS      read-only
3661    STATUS          current
3662    DESCRIPTION
3663        "Number of bytes sent through the MR-HA tunnel."
3664    ::= { cmiMrSystem 11 }
3665
3666cmiMrRedStateActive OBJECT-TYPE
3667    SYNTAX          Counter32
3668    MAX-ACCESS      read-only
3669    STATUS          current
3670    DESCRIPTION
3671        "Number of times the redundancy state of the mobile
3672        router changed to active."
3673    ::= { cmiMrSystem 12 }
3674
3675cmiMrRedStatePassive OBJECT-TYPE
3676    SYNTAX          Counter32
3677    MAX-ACCESS      read-only
3678    STATUS          current
3679    DESCRIPTION
3680        "Number of times the redundancy state of the mobile
3681        router changed to passive."
3682    ::= { cmiMrSystem 13 }
3683
3684cmiMrCollocatedTunnel OBJECT-TYPE
3685    SYNTAX          INTEGER  {
3686                        single(1),
3687                        double(2)
3688                    }
3689    MAX-ACCESS      read-write
3690    STATUS          current
3691    DESCRIPTION
3692        "This indicates whether a single tunnel or
3693        dual tunnels will be created between MR and HA
3694        when the mobile router registers with a CCoA."
3695    DEFVAL          { single }
3696    ::= { cmiMrSystem 14 }
3697
3698cmiMrMultiPath OBJECT-TYPE
3699    SYNTAX          TruthValue
3700    MAX-ACCESS      read-write
3701    STATUS          current
3702    DESCRIPTION
3703        "Specifies whether multiple path is enabled on the
3704        mobile router or not."
3705    DEFVAL          { false }
3706    ::= { cmiMrSystem 15 }
3707
3708cmiMrMultiPathMetricType OBJECT-TYPE
3709    SYNTAX          CmiMultiPathMetricType
3710    MAX-ACCESS      read-write
3711    STATUS          current
3712    DESCRIPTION
3713        "Specifies the metric to use when multiple path
3714        is enabled on the mobile router."
3715    DEFVAL          { bandwidth }
3716    ::= { cmiMrSystem 16 }
3717-- Mobile Router Discovery Group
3718
3719cmiMrMaAdvTable OBJECT-TYPE
3720    SYNTAX          SEQUENCE OF CmiMrMaAdvEntry
3721    MAX-ACCESS      not-accessible
3722    STATUS          current
3723    DESCRIPTION
3724        "A table with information related to all the agent
3725        advertisements heard by the mobile router."
3726    ::= { cmiMrDiscovery 1 }
3727
3728cmiMrMaAdvEntry OBJECT-TYPE
3729    SYNTAX          CmiMrMaAdvEntry
3730    MAX-ACCESS      not-accessible
3731    STATUS          current
3732    DESCRIPTION
3733        "Information related to a single agent advertisement."
3734    INDEX           {
3735                        cmiMrMaAddressType,
3736                        cmiMrMaAddress
3737                    }
3738    ::= { cmiMrMaAdvTable 1 }
3739
3740CmiMrMaAdvEntry ::= SEQUENCE {
3741        cmiMrMaAddressType          InetAddressType,
3742        cmiMrMaAddress              InetAddress,
3743        cmiMrMaIsHa                 TruthValue,
3744        cmiMrMaAdvRcvIf             InterfaceIndex,
3745        cmiMrMaIfMacAddress         MacAddress,
3746        cmiMrMaAdvSequence          Unsigned32,
3747        cmiMrMaAdvFlags             BITS,
3748        cmiMrMaAdvMaxRegLifetime    Unsigned32,
3749        cmiMrMaAdvMaxLifetime       Unsigned32,
3750        cmiMrMaAdvLifetimeRemaining Gauge32,
3751        cmiMrMaAdvTimeReceived      TimeStamp,
3752        cmiMrMaAdvTimeFirstHeard    TimeStamp,
3753        cmiMrMaHoldDownRemaining    Gauge32
3754}
3755
3756cmiMrMaAddressType OBJECT-TYPE
3757    SYNTAX          InetAddressType
3758    MAX-ACCESS      not-accessible
3759    STATUS          current
3760    DESCRIPTION
3761        "Represents the type of IP address stored in
3762        cmiMrMaAddress. Only IPv4 address type is supported."
3763    ::= { cmiMrMaAdvEntry 1 }
3764
3765cmiMrMaAddress OBJECT-TYPE
3766    SYNTAX          InetAddress (SIZE  (4 | 16))
3767    MAX-ACCESS      not-accessible
3768    STATUS          current
3769    DESCRIPTION
3770        "IP address of the mobile agent from which the
3771        advertisement was received. Only IPv4 addresses are
3772        supported."
3773    ::= { cmiMrMaAdvEntry 2 }
3774
3775cmiMrMaIsHa OBJECT-TYPE
3776    SYNTAX          TruthValue
3777    MAX-ACCESS      read-only
3778    STATUS          current
3779    DESCRIPTION
3780        "Indicates whether the mobile agent is a home agent for
3781        the mobile router or not. If true, it means that the
3782        agent is one of the mobile router's configured home
3783        agents."
3784    ::= { cmiMrMaAdvEntry 3 }
3785
3786cmiMrMaAdvRcvIf OBJECT-TYPE
3787    SYNTAX          InterfaceIndex
3788    MAX-ACCESS      read-only
3789    STATUS          current
3790    DESCRIPTION
3791        "The ifIndex value from Interfaces table of MIB II for
3792        the interface of mobile router on which the
3793        advertisement from the mobile agent was received."
3794    ::= { cmiMrMaAdvEntry 4 }
3795
3796cmiMrMaIfMacAddress OBJECT-TYPE
3797    SYNTAX          MacAddress
3798    MAX-ACCESS      read-only
3799    STATUS          current
3800    DESCRIPTION
3801        "Mobile agent advertising interface MAC address."
3802    ::= { cmiMrMaAdvEntry 5 }
3803
3804cmiMrMaAdvSequence OBJECT-TYPE
3805    SYNTAX          Unsigned32 (0..65535)
3806    MAX-ACCESS      read-only
3807    STATUS          current
3808    DESCRIPTION
3809        "The sequence number of the most recently received
3810        agent advertisement. The sequence number ranges from
3811        0 to 0xffff. After the sequence number attains the
3812        value 0xffff, it will roll over to 256."
3813    ::= { cmiMrMaAdvEntry 6 }
3814
3815cmiMrMaAdvFlags OBJECT-TYPE
3816    SYNTAX          BITS {
3817                        reverseTunnel(0),
3818                        gre(1),
3819                        minEnc(2),
3820                        foreignAgent(3),
3821                        homeAgent(4),
3822                        busy(5),
3823                        regRequired(6)
3824                    }
3825    MAX-ACCESS      read-only
3826    STATUS          current
3827    DESCRIPTION
3828        "The flags contained in the 7th byte in the extension of
3829        the most recently received mobility agent advertisement:
3830            reverseTunnel,
3831                -- Agent supports reverse tunneling
3832            gre,
3833                -- Agent offers Generic Routing Encapsulation
3834            minEnc,
3835                -- Agent offers Minimal Encapsulation
3836            foreignAgent,
3837                -- Agent is a Foreign Agent
3838            homeAgent,
3839                -- Agent is a Home Agent
3840            busy,
3841                -- Foreign Agent is busy
3842            regRequired
3843                -- FA registration is required."
3844    ::= { cmiMrMaAdvEntry 7 }
3845
3846cmiMrMaAdvMaxRegLifetime OBJECT-TYPE
3847    SYNTAX          Unsigned32 (1..65535)
3848    UNITS           "seconds"
3849    MAX-ACCESS      read-only
3850    STATUS          current
3851    DESCRIPTION
3852        "The longest registration lifetime in seconds that the
3853        agent is willing to accept in any registration request."
3854    ::= { cmiMrMaAdvEntry 8 }
3855
3856cmiMrMaAdvMaxLifetime OBJECT-TYPE
3857    SYNTAX          Unsigned32 (1..65535)
3858    UNITS           "seconds"
3859    MAX-ACCESS      read-only
3860    STATUS          current
3861    DESCRIPTION
3862        "The maximum length of time that the Advertisement is
3863        considered valid in the absence of further
3864        Advertisements."
3865    REFERENCE       "AdvertisementLifeTime in RFC1256."
3866    ::= { cmiMrMaAdvEntry 9 }
3867
3868cmiMrMaAdvLifetimeRemaining OBJECT-TYPE
3869    SYNTAX          Gauge32
3870    UNITS           "seconds"
3871    MAX-ACCESS      read-only
3872    STATUS          current
3873    DESCRIPTION
3874        "The time remaining for the advertisement lifetime
3875        expiration."
3876    ::= { cmiMrMaAdvEntry 10 }
3877
3878cmiMrMaAdvTimeReceived OBJECT-TYPE
3879    SYNTAX          TimeStamp
3880    MAX-ACCESS      read-only
3881    STATUS          current
3882    DESCRIPTION
3883        "The time at which the most recently received
3884        advertisement was received."
3885    ::= { cmiMrMaAdvEntry 11 }
3886
3887cmiMrMaAdvTimeFirstHeard OBJECT-TYPE
3888    SYNTAX          TimeStamp
3889    MAX-ACCESS      read-only
3890    STATUS          current
3891    DESCRIPTION
3892        "The time at which the first Advertisement from the
3893        mobile agent was received."
3894    ::= { cmiMrMaAdvEntry 12 }
3895
3896cmiMrMaHoldDownRemaining OBJECT-TYPE
3897    SYNTAX          Gauge32
3898    UNITS           "seconds"
3899    MAX-ACCESS      read-only
3900    STATUS          current
3901    DESCRIPTION
3902        "The time remaining for the hold down period
3903        expiration."
3904    ::= { cmiMrMaAdvEntry 13 }
3905
3906
3907
3908-- Mobile Router Registration Group
3909
3910cmiMrRegExtendExpire OBJECT-TYPE
3911    SYNTAX          Unsigned32 (1..3600)
3912    UNITS           "seconds"
3913    MAX-ACCESS      read-write
3914    STATUS          current
3915    DESCRIPTION
3916        "Time in seconds before lifetime expiration to send
3917        registration request."
3918    ::= { cmiMrRegistration 1 }
3919
3920cmiMrRegExtendRetry OBJECT-TYPE
3921    SYNTAX          Unsigned32 (0..10)
3922    MAX-ACCESS      read-write
3923    STATUS          current
3924    DESCRIPTION
3925        "The number of retries to be sent."
3926    ::= { cmiMrRegistration 2 }
3927
3928cmiMrRegExtendInterval OBJECT-TYPE
3929    SYNTAX          Unsigned32 (1..3600)
3930    UNITS           "seconds"
3931    MAX-ACCESS      read-write
3932    STATUS          current
3933    DESCRIPTION
3934        "Time after which the mobile router is to send another
3935        registration request when no reply is received."
3936    ::= { cmiMrRegistration 3 }
3937
3938cmiMrRegLifetime OBJECT-TYPE
3939    SYNTAX          Unsigned32 (3..65535)
3940    UNITS           "seconds"
3941    MAX-ACCESS      read-write
3942    STATUS          current
3943    DESCRIPTION
3944        "The requested lifetime in registration requests."
3945    ::= { cmiMrRegistration 4 }
3946
3947cmiMrRegRetransInitial OBJECT-TYPE
3948    SYNTAX          Unsigned32 (10..10000)
3949    UNITS           "milli-seconds"
3950    MAX-ACCESS      read-write
3951    STATUS          current
3952    DESCRIPTION
3953        "Time to wait before retransmission for the first time
3954        when no reply is received."
3955    ::= { cmiMrRegistration 5 }
3956
3957cmiMrRegRetransMax OBJECT-TYPE
3958    SYNTAX          Unsigned32 (10..10000)
3959    UNITS           "milli-seconds"
3960    MAX-ACCESS      read-write
3961    STATUS          current
3962    DESCRIPTION
3963        "Maximum retransmission time allowed."
3964    ::= { cmiMrRegistration 6 }
3965
3966cmiMrRegRetransLimit OBJECT-TYPE
3967    SYNTAX          Unsigned32 (0..10)
3968    MAX-ACCESS      read-write
3969    STATUS          current
3970    DESCRIPTION
3971        "The maximum number of retransmissions allowed."
3972    ::= { cmiMrRegistration 7 }
3973
3974cmiMrRegNewHa OBJECT-TYPE
3975    SYNTAX          Counter32
3976    MAX-ACCESS      read-only
3977    STATUS          current
3978    DESCRIPTION
3979        "The number of times MR registers with a different HA
3980        due to changes in HA / HA priority."
3981    ::= { cmiMrRegistration 8 }
3982
3983-- MobileIP Notification Related Object Group
3984
3985cmiTrapControl OBJECT-TYPE
3986    SYNTAX          BITS {
3987                        cmiMrStateChangeTrap(0),
3988                        cmiMrCoaChangeTrap(1),
3989                        cmiMrNewMATrap(2),
3990                        cmiHaMnRegFailedTrap(3),
3991                        cmiHaMaxBindingsNotif(4)
3992                    }
3993    MAX-ACCESS      read-write
3994    STATUS          current
3995    DESCRIPTION
3996        "An object to turn Mobile IP notification generation on
3997        and off. Setting a notification type's bit to 1 enables
3998        generation of notifications of that type, subject to
3999        further filtering resulting from entries in the
4000        snmpNotificationMIB.  Setting the bit to 0 disables
4001        generation of notifications of that type."
4002    DEFVAL          { {  } }
4003    ::= { cmiTrapObjects 1 }
4004
4005cmiNtRegCOAType OBJECT-TYPE
4006    SYNTAX          InetAddressType
4007    MAX-ACCESS      read-only
4008    STATUS          current
4009    DESCRIPTION
4010        "Represents the type of the address stored in
4011        cmiHaRegMnCOA."
4012    ::= { cmiTrapObjects 3 }
4013
4014cmiNtRegCOA OBJECT-TYPE
4015    SYNTAX          InetAddress
4016    MAX-ACCESS      read-only
4017    STATUS          current
4018    DESCRIPTION
4019        "The Mobile Node's Care-of address."
4020    ::= { cmiTrapObjects 4 }
4021
4022cmiNtRegHAAddrType OBJECT-TYPE
4023    SYNTAX          InetAddressType
4024    MAX-ACCESS      read-only
4025    STATUS          current
4026    DESCRIPTION
4027        "Represents the type of the address stored in
4028        cmiHaRegMnHa."
4029    ::= { cmiTrapObjects 5 }
4030
4031cmiNtRegHomeAgent OBJECT-TYPE
4032    SYNTAX          InetAddress
4033    MAX-ACCESS      read-only
4034    STATUS          current
4035    DESCRIPTION
4036        "The Mobile Node's Home Agent address."
4037    ::= { cmiTrapObjects 6 }
4038
4039cmiNtRegHomeAddressType OBJECT-TYPE
4040    SYNTAX          InetAddressType
4041    MAX-ACCESS      read-only
4042    STATUS          current
4043    DESCRIPTION
4044        "Represents the type of the address stored in
4045        cmiHaRegRecentHomeAddress."
4046    ::= { cmiTrapObjects 7 }
4047
4048cmiNtRegHomeAddress OBJECT-TYPE
4049    SYNTAX          IpAddress
4050    MAX-ACCESS      read-only
4051    STATUS          current
4052    DESCRIPTION
4053        "Home (IP) address of visiting mobile node."
4054    ::= { cmiTrapObjects 8 }
4055
4056cmiNtRegNAI OBJECT-TYPE
4057    SYNTAX          OCTET STRING (SIZE  (1..255))
4058    MAX-ACCESS      read-only
4059    STATUS          current
4060    DESCRIPTION
4061        "The identifier associated with the mobile node."
4062    ::= { cmiTrapObjects 9 }
4063
4064cmiNtRegDeniedCode OBJECT-TYPE
4065    SYNTAX          INTEGER  {
4066                        reasonUnspecified(128),
4067                        admProhibited(129),
4068                        insufficientResource(130),
4069                        mnAuthenticationFailure(131),
4070                        faAuthenticationFailure(132),
4071                        idMismatch(133),
4072                        poorlyFormedRequest(134),
4073                        tooManyBindings(135),
4074                        unknownHA(136),
4075                        reverseTunnelUnavailable(137),
4076                        reverseTunnelBitNotSet(138),
4077                        encapsulationUnavailable(139)
4078                    }
4079    MAX-ACCESS      read-only
4080    STATUS          current
4081    DESCRIPTION
4082        "The Code indicating the reason why the most recent
4083        Registration Request for this mobile node was rejected
4084        by the home agent."
4085    ::= { cmiTrapObjects 10 }
4086-- Notifications
4087
4088ciscoMobileIpMIBNotifications  OBJECT IDENTIFIER
4089    ::= { ciscoMobileIpMIB 0 }
4090
4091
4092cmiMrStateChange NOTIFICATION-TYPE
4093    OBJECTS         { mnState }
4094    STATUS          current
4095    DESCRIPTION
4096        "The Mobile Router state change notification. This
4097        notification is sent when the Mobile Router has
4098        undergone a state change from its previous
4099        state of Mobile IP. Generation of this notification
4100        is controlled by the cmiTrapControl object."
4101   ::= { ciscoMobileIpMIBNotifications 1 }
4102
4103cmiMrCoaChange NOTIFICATION-TYPE
4104    OBJECTS         {
4105                        mnRegCOA,
4106                        mnRegAgentAddress
4107                    }
4108    STATUS          current
4109    DESCRIPTION
4110        "The Mobile Router care-of-address change notification.
4111        This notification is sent when the Mobile Router has
4112        changed its care-of-address. Generation of this
4113        notification is controlled by the cmiTrapControl
4114        object."
4115   ::= { ciscoMobileIpMIBNotifications 2 }
4116
4117cmiMrNewMA NOTIFICATION-TYPE
4118    OBJECTS         {
4119                        cmiMrMaIsHa,
4120                        cmiMrMaAdvFlags,
4121                        cmiMrMaAdvRcvIf
4122                    }
4123    STATUS          current
4124    DESCRIPTION
4125        "The Mobile Router new agent discovery notification.
4126        This notification is sent when the Mobile Router has
4127        heard an agent advertisement from a new mobile agent.
4128        Generation of this notification is controlled by the
4129        cmiTrapControl object."
4130   ::= { ciscoMobileIpMIBNotifications 3 }
4131
4132cmiHaMnRegReqFailed NOTIFICATION-TYPE
4133    OBJECTS         {
4134                        cmiNtRegCOAType,
4135                        cmiNtRegCOA,
4136                        cmiNtRegHAAddrType,
4137                        cmiNtRegHomeAgent,
4138                        cmiNtRegHomeAddressType,
4139                        cmiNtRegHomeAddress,
4140                        cmiNtRegNAI,
4141                        cmiNtRegDeniedCode
4142                    }
4143    STATUS          current
4144    DESCRIPTION
4145        "The MN registration request failed notification.
4146        This notification is sent when the registration
4147        request from MN is rejected by Home Agent."
4148   ::= { ciscoMobileIpMIBNotifications 4 }
4149
4150cmiHaMaxBindingsNotif NOTIFICATION-TYPE
4151    OBJECTS         {
4152                        cmiHaRegTotalMobilityBindings,
4153                        cmiHaMaximumBindings
4154                    }
4155    STATUS          current
4156    DESCRIPTION
4157        "This notification is generated when the registration
4158        request from an MN is rejected by the home agent, and
4159        the total number of registrations on the home agent
4160        has already reached the maximum number of allowed
4161        bindings represented by cmiHaMaximumBindings."
4162   ::= { ciscoMobileIpMIBNotifications 5 }
4163-- cmiMa Advertisement Group
4164--
4165-- Mobility agent advertisement configuration table
4166
4167cmiMaAdvConfigTable OBJECT-TYPE
4168    SYNTAX          SEQUENCE OF CmiMaAdvConfigEntry
4169    MAX-ACCESS      not-accessible
4170    STATUS          current
4171    DESCRIPTION
4172        "A table containing configurable advertisement
4173        parameters for all advertisement interfaces in
4174        the mobility agent."
4175    ::= { cmiMaAdvertisement 1 }
4176
4177cmiMaAdvConfigEntry OBJECT-TYPE
4178    SYNTAX          CmiMaAdvConfigEntry
4179    MAX-ACCESS      not-accessible
4180    STATUS          current
4181    DESCRIPTION
4182        "Advertisement parameters for one advertisement
4183        interface."
4184    INDEX           { cmiMaAdvInterfaceIndex }
4185    ::= { cmiMaAdvConfigTable 1 }
4186
4187CmiMaAdvConfigEntry ::= SEQUENCE {
4188        cmiMaAdvInterfaceIndex           InterfaceIndex,
4189        cmiMaInterfaceAddressType        InetAddressType,
4190        cmiMaInterfaceAddress            InetAddress,
4191        cmiMaAdvMaxRegLifetime           Unsigned32,
4192        cmiMaAdvPrefixLengthInclusion    TruthValue,
4193        cmiMaAdvAddressType              InetAddressType,
4194        cmiMaAdvAddress                  InetAddress,
4195        cmiMaAdvMaxInterval              Unsigned32,
4196        cmiMaAdvMinInterval              Unsigned32,
4197        cmiMaAdvMaxAdvLifetime           Unsigned32,
4198        cmiMaAdvResponseSolicitationOnly TruthValue,
4199        cmiMaAdvStatus                   RowStatus
4200}
4201
4202cmiMaAdvInterfaceIndex OBJECT-TYPE
4203    SYNTAX          InterfaceIndex
4204    MAX-ACCESS      not-accessible
4205    STATUS          current
4206    DESCRIPTION
4207        "The ifIndex value from Interfaces table of MIB II for
4208        the interface which is advertising."
4209    ::= { cmiMaAdvConfigEntry 1 }
4210
4211cmiMaInterfaceAddressType OBJECT-TYPE
4212    SYNTAX          InetAddressType
4213    MAX-ACCESS      read-only
4214    STATUS          current
4215    DESCRIPTION
4216        "Represents the type of IP address stored in
4217        cmiMaInterfaceAddress."
4218    ::= { cmiMaAdvConfigEntry 2 }
4219
4220cmiMaInterfaceAddress OBJECT-TYPE
4221    SYNTAX          InetAddress
4222    MAX-ACCESS      read-only
4223    STATUS          current
4224    DESCRIPTION
4225        "IP address for advertisement interface."
4226    ::= { cmiMaAdvConfigEntry 3 }
4227
4228cmiMaAdvMaxRegLifetime OBJECT-TYPE
4229    SYNTAX          Unsigned32 (3..65535)
4230    UNITS           "seconds"
4231    MAX-ACCESS      read-create
4232    STATUS          current
4233    DESCRIPTION
4234        "The longest lifetime in seconds that mobility agent
4235        is willing to accept in any registration request."
4236    DEFVAL          { 36000 }
4237    ::= { cmiMaAdvConfigEntry 4 }
4238
4239cmiMaAdvPrefixLengthInclusion OBJECT-TYPE
4240    SYNTAX          TruthValue
4241    MAX-ACCESS      read-create
4242    STATUS          current
4243    DESCRIPTION
4244        "Whether the advertisement should include the Prefix-
4245        Lengths Extension. If it is true, all advertisements
4246        sent over this interface should include the
4247        Prefix-Lengths Extension."
4248    DEFVAL          { false }
4249    ::= { cmiMaAdvConfigEntry 5 }
4250
4251cmiMaAdvAddressType OBJECT-TYPE
4252    SYNTAX          InetAddressType
4253    MAX-ACCESS      read-create
4254    STATUS          current
4255    DESCRIPTION
4256        "Represents the type of IP address stored in
4257        cmiMaAdvAddress."
4258    ::= { cmiMaAdvConfigEntry 6 }
4259
4260cmiMaAdvAddress OBJECT-TYPE
4261    SYNTAX          InetAddress
4262    MAX-ACCESS      read-create
4263    STATUS          current
4264    DESCRIPTION
4265        "The IP destination address to be used for
4266        advertisements sent from the interface. The only
4267        permissible values are the all-systems multicast
4268        address (224.0.0.1) or the limited-broadcast address
4269        (255.255.255.255). Default value is 224.0.0.1 if
4270        the router supports IP multicast on the interface,
4271        else 255.255.255.255"
4272    REFERENCE       "AdvertisementAddress in RFC1256."
4273    ::= { cmiMaAdvConfigEntry 7 }
4274
4275cmiMaAdvMaxInterval OBJECT-TYPE
4276    SYNTAX          Unsigned32 (0 | 4..1800)
4277    UNITS           "seconds"
4278    MAX-ACCESS      read-create
4279    STATUS          current
4280    DESCRIPTION
4281        "The maximum time in seconds between successive
4282        transmissions of Agent Advertisements from this
4283        interface. The default value will be 600 seconds
4284        for an interface which uses IEEE 802 style
4285        headers and for ATM interface. In other cases,
4286        default value will be zero."
4287    REFERENCE       "MaxAdvertisementInterval in RFC1256."
4288    ::= { cmiMaAdvConfigEntry 8 }
4289
4290cmiMaAdvMinInterval OBJECT-TYPE
4291    SYNTAX          Unsigned32 (0 | 3..1800)
4292    UNITS           "seconds"
4293    MAX-ACCESS      read-create
4294    STATUS          current
4295    DESCRIPTION
4296        "The minimum time in seconds between successive
4297        transmissions of Agent Advertisements from this
4298        interface. Default value is 0.75 *
4299        cmiMaAdvMaxInterval."
4300    REFERENCE       "MinAdvertisementInterval in RFC1256."
4301    ::= { cmiMaAdvConfigEntry 9 }
4302
4303cmiMaAdvMaxAdvLifetime OBJECT-TYPE
4304    SYNTAX          Unsigned32 (0 | 4..9000)
4305    UNITS           "seconds"
4306    MAX-ACCESS      read-create
4307    STATUS          current
4308    DESCRIPTION
4309        "The time (in seconds) to be placed in the Lifetime
4310        field of the RFC 1256-portion of the Agent
4311        Advertisements sent over this interface. Default
4312        value is 3 * cmiMaAdvMaxInterval."
4313    REFERENCE       "AdvertisementLifetime in RFC1256."
4314    ::= { cmiMaAdvConfigEntry 10 }
4315
4316cmiMaAdvResponseSolicitationOnly OBJECT-TYPE
4317    SYNTAX          TruthValue
4318    MAX-ACCESS      read-create
4319    STATUS          current
4320    DESCRIPTION
4321        "The flag indicates whether the advertisement from
4322        that interface should be sent only in response to an
4323        Agent Solicitation message. This value depends upon
4324        cmiMaAdvMaxInterval. If cmiMaAdvMaxInterval is
4325        zero, this value will be set to true. If this is set
4326        to True, then cmiMaAdvMaxInterval will be set to
4327        zero."
4328    ::= { cmiMaAdvConfigEntry 11 }
4329
4330cmiMaAdvStatus OBJECT-TYPE
4331    SYNTAX          RowStatus
4332    MAX-ACCESS      read-create
4333    STATUS          current
4334    DESCRIPTION
4335        "The row status for the agent advertisement table. If
4336        this column status is 'active', the manager should not
4337        change any column in the row. Only
4338        cmiMaAdvInterfaceIndex is mandatory for creating a
4339        new row. The interface should already exist."
4340    ::= { cmiMaAdvConfigEntry 12 }
4341
4342
4343-- conformance information
4344
4345ciscoMobileIpMIBConformance  OBJECT IDENTIFIER
4346    ::= { ciscoMobileIpMIB 3 }
4347
4348ciscoMobileIpCompliances  OBJECT IDENTIFIER
4349    ::= { ciscoMobileIpMIBConformance 1 }
4350
4351ciscoMobileIpGroups  OBJECT IDENTIFIER
4352    ::= { ciscoMobileIpMIBConformance 2 }
4353
4354
4355-- compliance statements
4356
4357ciscoMobileIpCompliance MODULE-COMPLIANCE
4358    STATUS          obsolete
4359    DESCRIPTION
4360        "The compliance statement for management entities
4361        which implement the Cisco Mobile IP MIB. Superseded
4362        by ciscoMobileIPComplianceV12R02."
4363    MODULE          -- this module
4364    GROUP           ciscoMobileIpFaRegGroup
4365    DESCRIPTION
4366        "This group is mandatory for foreign agents."
4367
4368    GROUP           ciscoMobileIpHaRegGroup
4369    DESCRIPTION
4370        "This group is mandatory for home agents."
4371    ::= { ciscoMobileIpCompliances 1 }
4372
4373ciscoMobileIpComplianceV12R02 MODULE-COMPLIANCE
4374    STATUS          deprecated
4375    DESCRIPTION
4376        "The compliance statement for management entities
4377        which implement the Cisco Mobile IP MIB. Superseded
4378        by ciscoMobileIPComplianceV12R03."
4379    MODULE          -- this module
4380    GROUP           ciscoMobileIpFaRegGroupV12R02
4381    DESCRIPTION
4382        "This group is mandatory for foreign agents."
4383
4384    GROUP           ciscoMobileIpHaRegGroupV12R02
4385    DESCRIPTION
4386        "This group is mandatory for home agents."
4387
4388    GROUP           ciscoMobileIpHaRedunGroup
4389    DESCRIPTION
4390        "This group is mandatory for home agents with
4391        redundancy feature."
4392
4393    GROUP           ciscoMobileIpSecAssocGroup
4394    DESCRIPTION
4395        "This group is mandatory for Mobile IP entities (MN,
4396        FA, and HA) which support security associations.
4397        Mobile Nodes and Home Agents must implement this
4398        group. Foreign Agents must implement this group if
4399        they maintain any security associations."
4400
4401    GROUP           ciscoMobileIpSecViolationGroup
4402    DESCRIPTION
4403        "This group is mandatory for Mobile IP entities (MN,
4404        FA, and HA) that can log security violations."
4405
4406    GROUP           ciscoMobileIpMaRegGroup
4407    DESCRIPTION
4408        "This group is mandatory for mobility agents."
4409    ::= { ciscoMobileIpCompliances 2 }
4410
4411ciscoMobileIpComplianceV12R03 MODULE-COMPLIANCE
4412    STATUS          deprecated
4413    DESCRIPTION
4414        "The compliance statement for management entities
4415        which implement the Cisco Mobile IP MIB. Superseded
4416        by ciscoMobileIPComplianceV12R03r1"
4417    MODULE          -- this module
4418    GROUP           ciscoMobileIpFaRegGroupV12R03
4419    DESCRIPTION
4420        "This group is mandatory for foreign agents."
4421
4422    GROUP           ciscoMobileIpHaRegGroupV12R03
4423    DESCRIPTION
4424        "This group is mandatory for home agents."
4425
4426    GROUP           ciscoMobileIpHaRedunGroup
4427    DESCRIPTION
4428        "This group is mandatory for home agents with
4429        redundancy feature."
4430
4431    GROUP           ciscoMobileIpSecAssocGroup
4432    DESCRIPTION
4433        "This group is mandatory for Mobile IP entities (MN,
4434        FA, and HA) which support security associations.
4435        Mobile Nodes and Home Agents must implement this
4436        group. Foreign Agents must implement this group if
4437        they maintain any security associations."
4438
4439    GROUP           ciscoMobileIpSecViolationGroup
4440    DESCRIPTION
4441        "This group is mandatory for Mobile IP entities (MN,
4442        FA, and HA) that can log security violations."
4443
4444    GROUP           ciscoMobileIpMaRegGroup
4445    DESCRIPTION
4446        "This group is mandatory for mobility agents."
4447    ::= { ciscoMobileIpCompliances 3 }
4448
4449ciscoMobileIpComplianceV12R03r1 MODULE-COMPLIANCE
4450    STATUS          deprecated
4451    DESCRIPTION
4452        "The compliance statement for management entities
4453        which implement the Cisco Mobile IP MIB."
4454    MODULE          -- this module
4455    GROUP           ciscoMobileIpFaRegGroupV12R03r1
4456    DESCRIPTION
4457        "This group is mandatory for foreign agents."
4458
4459    GROUP           ciscoMobileIpHaRegGroupV12R03r1
4460    DESCRIPTION
4461        "This group is mandatory for home agents."
4462
4463    GROUP           ciscoMobileIpHaRedunGroup
4464    DESCRIPTION
4465        "This group is mandatory for home agents with
4466        redundancy feature."
4467
4468    GROUP           ciscoMobileIpSecAssocGroup
4469    DESCRIPTION
4470        "This group is mandatory for Mobile IP entities (MN,
4471        FA, and HA) which support security associations.
4472        Mobile Nodes and Home Agents must implement this
4473        group. Foreign Agents must implement this group if
4474        they maintain any security associations."
4475
4476    GROUP           ciscoMobileIpSecViolationGroup
4477    DESCRIPTION
4478        "This group is mandatory for Mobile IP entities (MN,
4479        FA, and HA) that can log security violations."
4480
4481    GROUP           ciscoMobileIpMaRegGroup
4482    DESCRIPTION
4483        "This group is mandatory for mobility agents."
4484
4485    GROUP           ciscoMobileIpFaAdvertisementGroup
4486    DESCRIPTION
4487        "This group is mandatory for foreign agents."
4488
4489    GROUP           ciscoMobileIpFaSystemGroup
4490    DESCRIPTION
4491        "This group is mandatory for foreign agents with
4492        reverse-tunnel/challenge/asymmetric-link-coa features."
4493
4494    GROUP           ciscoMobileIpMnDiscoveryGroup
4495    DESCRIPTION
4496        "This group is mandatory for mobile nodes which
4497        require reverse-tunnel support."
4498
4499    GROUP           ciscoMobileIpMnRegistrationGroup
4500    DESCRIPTION
4501        "This group is mandatory for mobile nodes which
4502        require reverse-tunnel support."
4503
4504    GROUP           ciscoMobileIpHaMobNetGroup
4505    DESCRIPTION
4506        "This group is mandatory for home agents
4507        with support for mobile networks."
4508
4509    GROUP           ciscoMobileIpMrSystemGroup
4510    DESCRIPTION
4511        "This group is mandatory for mobile routers."
4512
4513    GROUP           ciscoMobileIpMrDiscoveryGroup
4514    DESCRIPTION
4515        "This group is mandatory for mobile routers."
4516
4517    GROUP           ciscoMobileIpMrRegistrationGroup
4518    DESCRIPTION
4519        "This group is mandatory for mobile routers."
4520
4521    GROUP           ciscoMobileIpTrapObjectsGroup
4522    DESCRIPTION
4523        "This group is mandatory for Mobile IP entities
4524        which support notifications."
4525
4526    GROUP           ciscoMobileIpMrNotificationGroup
4527    DESCRIPTION
4528        "This group is mandatory for mobile routers."
4529
4530    OBJECT          cmiMrMobNetAddrType
4531    SYNTAX          INTEGER  {
4532                        ipv4(1)
4533                    }
4534    DESCRIPTION
4535        "An implementation is only required to support
4536        IPv4 address type."
4537
4538    OBJECT          cmiMrMobNetAddr
4539    SYNTAX          InetAddress (SIZE (4))
4540    DESCRIPTION
4541        "An implementation is only required to support
4542        IPv4 addresses."
4543
4544    OBJECT          cmiMrIfCCoaAddressType
4545    SYNTAX          INTEGER  {
4546                        ipv4(1)
4547                    }
4548    DESCRIPTION
4549        "An implementation is only required to support
4550        IPv4 address type."
4551
4552    OBJECT          cmiMrIfCCoaAddress
4553    SYNTAX          InetAddress (SIZE (4))
4554    DESCRIPTION
4555        "An implementation is only required to support
4556        IPv4 addresses."
4557
4558    OBJECT          cmiMrIfCCoaDefaultGwType
4559    SYNTAX          INTEGER  {
4560                        ipv4(1)
4561                    }
4562    DESCRIPTION
4563        "An implementation is only required to support
4564        IPv4 address type."
4565
4566    OBJECT          cmiMrIfCCoaDefaultGw
4567    SYNTAX          InetAddress (SIZE (4))
4568    DESCRIPTION
4569        "An implementation is only required to support
4570        IPv4 addresses."
4571    ::= { ciscoMobileIpCompliances 4 }
4572
4573ciscoMobileIpComplianceV12R04 MODULE-COMPLIANCE
4574    STATUS          deprecated
4575    DESCRIPTION
4576        "The compliance statement for management entities
4577        which implement the Cisco Mobile IP MIB."
4578    MODULE          -- this module
4579    GROUP           ciscoMobileIpFaRegGroupV12R03r1
4580    DESCRIPTION
4581        "This group is mandatory for foreign agents."
4582
4583    GROUP           ciscoMobileIpHaRegGroupV12R03r1
4584    DESCRIPTION
4585        "This group is mandatory for home agents."
4586
4587    GROUP           ciscoMobileIpHaRedunGroup
4588    DESCRIPTION
4589        "This group is mandatory for home agents with
4590        redundancy feature."
4591
4592    GROUP           ciscoMobileIpSecAssocGroupV12R02
4593    DESCRIPTION
4594        "This group is mandatory for Mobile IP entities (MN,
4595        FA, and HA) which support security associations.
4596        Mobile Nodes and Home Agents must implement this
4597        group. Foreign Agents must implement this group if
4598        they maintain any security associations."
4599
4600    GROUP           ciscoMobileIpSecViolationGroup
4601    DESCRIPTION
4602        "This group is mandatory for Mobile IP entities (MN,
4603        FA, and HA) that can log security violations."
4604
4605    GROUP           ciscoMobileIpMaRegGroup
4606    DESCRIPTION
4607        "This group is mandatory for mobility agents."
4608
4609    GROUP           ciscoMobileIpFaAdvertisementGroup
4610    DESCRIPTION
4611        "This group is mandatory for foreign agents."
4612
4613    GROUP           ciscoMobileIpFaSystemGroup
4614    DESCRIPTION
4615        "This group is mandatory for foreign agents with
4616        reverse-tunnel/challenge/asymmetric-link-coa features."
4617
4618    GROUP           ciscoMobileIpMnDiscoveryGroup
4619    DESCRIPTION
4620        "This group is mandatory for mobile nodes which
4621        require reverse-tunnel support."
4622
4623    GROUP           ciscoMobileIpMnRegistrationGroup
4624    DESCRIPTION
4625        "This group is mandatory for mobile nodes which
4626        require reverse-tunnel support."
4627
4628    GROUP           ciscoMobileIpHaMobNetGroup
4629    DESCRIPTION
4630        "This group is mandatory for home agents
4631        with support for mobile networks."
4632
4633    GROUP           ciscoMobileIpMrSystemGroup
4634    DESCRIPTION
4635        "This group is mandatory for mobile routers."
4636
4637    GROUP           ciscoMobileIpMrDiscoveryGroup
4638    DESCRIPTION
4639        "This group is mandatory for mobile routers."
4640
4641    GROUP           ciscoMobileIpMrRegistrationGroup
4642    DESCRIPTION
4643        "This group is mandatory for mobile routers."
4644
4645    GROUP           ciscoMobileIpTrapObjectsGroup
4646    DESCRIPTION
4647        "This group is mandatory for Mobile IP entities
4648        which support notifications."
4649
4650    GROUP           ciscoMobileIpMrNotificationGroup
4651    DESCRIPTION
4652        "This group is mandatory for mobile routers."
4653
4654    GROUP           cmiMaAdvertisementGroup
4655    DESCRIPTION
4656        "This group is mandatory for the mobility agents (HA
4657        and FA) since they must implement Agent
4658        Advertisement."
4659
4660    OBJECT          cmiMrMobNetAddrType
4661    SYNTAX          INTEGER  {
4662                        ipv4(1)
4663                    }
4664    DESCRIPTION
4665        "An implementation is only required to support
4666        IPv4 address type."
4667
4668    OBJECT          cmiMrMobNetAddr
4669    SYNTAX          InetAddress (SIZE (4))
4670    DESCRIPTION
4671        "An implementation is only required to support
4672        IPv4 addresses."
4673
4674    OBJECT          cmiMrIfCCoaAddressType
4675    SYNTAX          INTEGER  {
4676                        ipv4(1)
4677                    }
4678    DESCRIPTION
4679        "An implementation is only required to support
4680        IPv4 address type."
4681
4682    OBJECT          cmiMrIfCCoaAddress
4683    SYNTAX          InetAddress (SIZE (4))
4684    DESCRIPTION
4685        "An implementation is only required to support
4686        IPv4 addresses."
4687
4688    OBJECT          cmiMrIfCCoaDefaultGwType
4689    SYNTAX          INTEGER  {
4690                        ipv4(1)
4691                    }
4692    DESCRIPTION
4693        "An implementation is only required to support
4694        IPv4 address type."
4695
4696    OBJECT          cmiMrIfCCoaDefaultGw
4697    SYNTAX          InetAddress (SIZE (4))
4698    DESCRIPTION
4699        "An implementation is only required to support
4700        IPv4 addresses."
4701    ::= { ciscoMobileIpCompliances 5 }
4702
4703ciscoMobileIpComplianceV12R05 MODULE-COMPLIANCE
4704    STATUS          deprecated
4705    DESCRIPTION
4706        "The compliance statement for management entities
4707        which implement the Cisco Mobile IP MIB."
4708    MODULE          -- this module
4709    GROUP           ciscoMobileIpFaRegGroupV12R03r1
4710    DESCRIPTION
4711        "This group is mandatory for foreign agents."
4712
4713    GROUP           ciscoMobileIpHaRegGroupV12R03r1
4714    DESCRIPTION
4715        "This group is mandatory for home agents."
4716
4717    GROUP           ciscoMobileIpHaRedunGroup
4718    DESCRIPTION
4719        "This group is mandatory for home agents with
4720        redundancy feature."
4721
4722    GROUP           ciscoMobileIpSecAssocGroupV12R02
4723    DESCRIPTION
4724        "This group is mandatory for Mobile IP entities (MN,
4725        FA, and HA) which support security associations.
4726        Mobile Nodes and Home Agents must implement this
4727        group. Foreign Agents must implement this group if
4728        they maintain any security associations."
4729
4730    GROUP           ciscoMobileIpSecViolationGroup
4731    DESCRIPTION
4732        "This group is mandatory for Mobile IP entities (MN,
4733        FA, and HA) that can log security violations."
4734
4735    GROUP           ciscoMobileIpMaRegGroup
4736    DESCRIPTION
4737        "This group is mandatory for mobility agents."
4738
4739    GROUP           ciscoMobileIpFaAdvertisementGroup
4740    DESCRIPTION
4741        "This group is mandatory for foreign agents."
4742
4743    GROUP           ciscoMobileIpFaSystemGroup
4744    DESCRIPTION
4745        "This group is mandatory for foreign agents with
4746        reverse-tunnel/challenge/asymmetric-link-coa features."
4747
4748    GROUP           ciscoMobileIpMnDiscoveryGroup
4749    DESCRIPTION
4750        "This group is mandatory for mobile nodes which
4751        require reverse-tunnel support."
4752
4753    GROUP           ciscoMobileIpMnRegistrationGroup
4754    DESCRIPTION
4755        "This group is mandatory for mobile nodes which
4756        require reverse-tunnel support."
4757
4758    GROUP           ciscoMobileIpHaMobNetGroup
4759    DESCRIPTION
4760        "This group is mandatory for home agents
4761        with support for mobile networks."
4762
4763    GROUP           ciscoMobileIpMrSystemGroupV1
4764    DESCRIPTION
4765        "This group is mandatory for mobile routers."
4766
4767    GROUP           ciscoMobileIpMrDiscoveryGroup
4768    DESCRIPTION
4769        "This group is mandatory for mobile routers."
4770
4771    GROUP           ciscoMobileIpMrRegistrationGroup
4772    DESCRIPTION
4773        "This group is mandatory for mobile routers."
4774
4775    GROUP           ciscoMobileIpTrapObjectsGroup
4776    DESCRIPTION
4777        "This group is mandatory for Mobile IP entities
4778        which support notifications."
4779
4780    GROUP           ciscoMobileIpMrNotificationGroup
4781    DESCRIPTION
4782        "This group is mandatory for mobile routers."
4783
4784    GROUP           cmiMaAdvertisementGroup
4785    DESCRIPTION
4786        "This group is mandatory for the mobility agents (HA
4787        and FA) since they must implement Agent
4788        Advertisement."
4789
4790    OBJECT          cmiMrMobNetAddrType
4791    SYNTAX          INTEGER  {
4792                        ipv4(1)
4793                    }
4794    DESCRIPTION
4795        "An implementation is only required to support
4796        IPv4 address type."
4797
4798    OBJECT          cmiMrMobNetAddr
4799    SYNTAX          InetAddress (SIZE (4))
4800    DESCRIPTION
4801        "An implementation is only required to support
4802        IPv4 addresses."
4803
4804    OBJECT          cmiMrIfCCoaAddressType
4805    SYNTAX          INTEGER  {
4806                        ipv4(1)
4807                    }
4808    DESCRIPTION
4809        "An implementation is only required to support
4810        IPv4 address type."
4811
4812    OBJECT          cmiMrIfCCoaAddress
4813    SYNTAX          InetAddress (SIZE (4))
4814    DESCRIPTION
4815        "An implementation is only required to support
4816        IPv4 addresses."
4817
4818    OBJECT          cmiMrIfCCoaDefaultGwType
4819    SYNTAX          INTEGER  {
4820                        ipv4(1)
4821                    }
4822    DESCRIPTION
4823        "An implementation is only required to support
4824        IPv4 address type."
4825
4826    OBJECT          cmiMrIfCCoaDefaultGw
4827    SYNTAX          InetAddress (SIZE (4))
4828    DESCRIPTION
4829        "An implementation is only required to support
4830        IPv4 addresses."
4831    ::= { ciscoMobileIpCompliances 6 }
4832
4833ciscoMobileIpComplianceV12R06 MODULE-COMPLIANCE
4834    STATUS          deprecated
4835    DESCRIPTION
4836        "The compliance statement for management entities
4837        which implement the Cisco Mobile IP MIB."
4838    MODULE          -- this module
4839    GROUP           ciscoMobileIpFaRegGroupV12R03r1
4840    DESCRIPTION
4841        "This group is mandatory for foreign agents."
4842
4843    GROUP           ciscoMobileIpHaRegGroupV12R03r1
4844    DESCRIPTION
4845        "This group is mandatory for home agents."
4846
4847    GROUP           ciscoMobileIpHaRedunGroup
4848    DESCRIPTION
4849        "This group is mandatory for home agents with
4850        redundancy feature."
4851
4852    GROUP           ciscoMobileIpSecAssocGroupV12R02
4853    DESCRIPTION
4854        "This group is mandatory for Mobile IP entities (MN,
4855        FA, and HA) which support security associations.
4856        Mobile Nodes and Home Agents must implement this
4857        group. Foreign Agents must implement this group if
4858        they maintain any security associations."
4859
4860    GROUP           ciscoMobileIpSecViolationGroup
4861    DESCRIPTION
4862        "This group is mandatory for Mobile IP entities (MN,
4863        FA, and HA) that can log security violations."
4864
4865    GROUP           ciscoMobileIpMaRegGroup
4866    DESCRIPTION
4867        "This group is mandatory for mobility agents."
4868
4869    GROUP           ciscoMobileIpFaAdvertisementGroup
4870    DESCRIPTION
4871        "This group is mandatory for foreign agents."
4872
4873    GROUP           ciscoMobileIpFaSystemGroup
4874    DESCRIPTION
4875        "This group is mandatory for foreign agents with
4876        reverse-tunnel/challenge/asymmetric-link-coa features."
4877
4878    GROUP           ciscoMobileIpMnDiscoveryGroup
4879    DESCRIPTION
4880        "This group is mandatory for mobile nodes which
4881        require reverse-tunnel support."
4882
4883    GROUP           ciscoMobileIpMnRegistrationGroup
4884    DESCRIPTION
4885        "This group is mandatory for mobile nodes which
4886        require reverse-tunnel support."
4887
4888    GROUP           ciscoMobileIpHaMobNetGroup
4889    DESCRIPTION
4890        "This group is mandatory for home agents
4891        with support for mobile networks."
4892
4893    GROUP           ciscoMobileIpMrSystemGroupV2
4894    DESCRIPTION
4895        "This group is mandatory for mobile routers."
4896
4897    GROUP           ciscoMobileIpMrDiscoveryGroup
4898    DESCRIPTION
4899        "This group is mandatory for mobile routers."
4900
4901    GROUP           ciscoMobileIpMrRegistrationGroup
4902    DESCRIPTION
4903        "This group is mandatory for mobile routers."
4904
4905    GROUP           ciscoMobileIpTrapObjectsGroup
4906    DESCRIPTION
4907        "This group is mandatory for Mobile IP entities
4908        which support notifications."
4909
4910    GROUP           ciscoMobileIpMrNotificationGroup
4911    DESCRIPTION
4912        "This group is mandatory for mobile routers."
4913
4914    GROUP           cmiMaAdvertisementGroup
4915    DESCRIPTION
4916        "This group is mandatory for the mobility agents (HA
4917        and FA) since they must implement Agent
4918        Advertisement."
4919
4920    OBJECT          cmiMrMobNetAddrType
4921    SYNTAX          INTEGER  {
4922                        ipv4(1)
4923                    }
4924    DESCRIPTION
4925        "An implementation is only required to support
4926        IPv4 address type."
4927
4928    OBJECT          cmiMrMobNetAddr
4929    SYNTAX          InetAddress (SIZE (4))
4930    DESCRIPTION
4931        "An implementation is only required to support
4932        IPv4 addresses."
4933
4934    OBJECT          cmiMrIfCCoaAddressType
4935    SYNTAX          INTEGER  {
4936                        ipv4(1)
4937                    }
4938    DESCRIPTION
4939        "An implementation is only required to support
4940        IPv4 address type."
4941
4942    OBJECT          cmiMrIfCCoaAddress
4943    SYNTAX          InetAddress (SIZE (4))
4944    DESCRIPTION
4945        "An implementation is only required to support
4946        IPv4 addresses."
4947
4948    OBJECT          cmiMrIfCCoaDefaultGwType
4949    SYNTAX          INTEGER  {
4950                        ipv4(1)
4951                    }
4952    DESCRIPTION
4953        "An implementation is only required to support
4954        IPv4 address type."
4955
4956    OBJECT          cmiMrIfCCoaDefaultGw
4957    SYNTAX          InetAddress (SIZE (4))
4958    DESCRIPTION
4959        "An implementation is only required to support
4960        IPv4 addresses."
4961    ::= { ciscoMobileIpCompliances 7 }
4962
4963ciscoMobileIpComplianceV12R07 MODULE-COMPLIANCE
4964    STATUS          deprecated
4965    DESCRIPTION
4966        "The compliance statement for management entities
4967        which implement the Cisco Mobile IP MIB."
4968    MODULE          -- this module
4969    GROUP           ciscoMobileIpFaRegGroupV12R03r2
4970    DESCRIPTION
4971        "This group is mandatory for foreign agents."
4972
4973    GROUP           ciscoMobileIpHaRegGroupV12R03r2
4974    DESCRIPTION
4975        "This group is mandatory for home agents."
4976
4977    GROUP           ciscoMobileIpHaRedunGroup
4978    DESCRIPTION
4979        "This group is mandatory for home agents with
4980        redundancy feature."
4981
4982    GROUP           ciscoMobileIpSecAssocGroupV12R02
4983    DESCRIPTION
4984        "This group is mandatory for Mobile IP entities (MN,
4985        FA, and HA) which support security associations.
4986        Mobile Nodes and Home Agents must implement this
4987        group. Foreign Agents must implement this group if
4988        they maintain any security associations."
4989
4990    GROUP           ciscoMobileIpSecViolationGroup
4991    DESCRIPTION
4992        "This group is mandatory for Mobile IP entities (MN,
4993        FA, and HA) that can log security violations."
4994
4995    GROUP           ciscoMobileIpMaRegGroup
4996    DESCRIPTION
4997        "This group is mandatory for mobility agents."
4998
4999    GROUP           ciscoMobileIpFaAdvertisementGroup
5000    DESCRIPTION
5001        "This group is mandatory for foreign agents."
5002
5003    GROUP           ciscoMobileIpFaSystemGroup
5004    DESCRIPTION
5005        "This group is mandatory for foreign agents with
5006        reverse-tunnel/challenge/asymmetric-link-coa features."
5007
5008    GROUP           ciscoMobileIpMnDiscoveryGroup
5009    DESCRIPTION
5010        "This group is mandatory for mobile nodes which
5011        require reverse-tunnel support."
5012
5013    GROUP           ciscoMobileIpMnRegistrationGroup
5014    DESCRIPTION
5015        "This group is mandatory for mobile nodes which
5016        require reverse-tunnel support."
5017
5018    GROUP           ciscoMobileIpHaMobNetGroup
5019    DESCRIPTION
5020        "This group is mandatory for home agents
5021        with support for mobile networks."
5022
5023    GROUP           ciscoMobileIpMrSystemGroupV2
5024    DESCRIPTION
5025        "This group is mandatory for mobile routers."
5026
5027    GROUP           ciscoMobileIpMrDiscoveryGroup
5028    DESCRIPTION
5029        "This group is mandatory for mobile routers."
5030
5031    GROUP           ciscoMobileIpMrRegistrationGroup
5032    DESCRIPTION
5033        "This group is mandatory for mobile routers."
5034
5035    GROUP           ciscoMobileIpTrapObjectsGroup
5036    DESCRIPTION
5037        "This group is mandatory for Mobile IP entities
5038        which support notifications."
5039
5040    GROUP           ciscoMobileIpMrNotificationGroup
5041    DESCRIPTION
5042        "This group is mandatory for mobile routers."
5043
5044    GROUP           cmiMaAdvertisementGroup
5045    DESCRIPTION
5046        "This group is mandatory for the mobility agents (HA
5047        and FA) since they must implement Agent
5048        Advertisement."
5049
5050    OBJECT          cmiMrMobNetAddrType
5051    SYNTAX          INTEGER  {
5052                        ipv4(1)
5053                    }
5054    DESCRIPTION
5055        "An implementation is only required to support
5056        IPv4 address type."
5057
5058    OBJECT          cmiMrMobNetAddr
5059    SYNTAX          InetAddress (SIZE (4))
5060    DESCRIPTION
5061        "An implementation is only required to support
5062        IPv4 addresses."
5063
5064    OBJECT          cmiMrIfCCoaAddressType
5065    SYNTAX          INTEGER  {
5066                        ipv4(1)
5067                    }
5068    DESCRIPTION
5069        "An implementation is only required to support
5070        IPv4 address type."
5071
5072    OBJECT          cmiMrIfCCoaAddress
5073    SYNTAX          InetAddress (SIZE (4))
5074    DESCRIPTION
5075        "An implementation is only required to support
5076        IPv4 addresses."
5077
5078    OBJECT          cmiMrIfCCoaDefaultGwType
5079    SYNTAX          INTEGER  {
5080                        ipv4(1)
5081                    }
5082    DESCRIPTION
5083        "An implementation is only required to support
5084        IPv4 address type."
5085
5086    OBJECT          cmiMrIfCCoaDefaultGw
5087    SYNTAX          InetAddress (SIZE (4))
5088    DESCRIPTION
5089        "An implementation is only required to support
5090        IPv4 addresses."
5091    ::= { ciscoMobileIpCompliances 8 }
5092
5093ciscoMobileIpComplianceV12R08 MODULE-COMPLIANCE
5094    STATUS          deprecated
5095    DESCRIPTION
5096        "The compliance statement for management entities
5097        which implement the Cisco Mobile IP MIB."
5098    MODULE          -- this module
5099    GROUP           ciscoMobileIpFaRegGroupV12R03r2
5100    DESCRIPTION
5101        "This group is mandatory for foreign agents."
5102
5103    GROUP           ciscoMobileIpHaRegGroupV12R03r2
5104    DESCRIPTION
5105        "This group is mandatory for home agents."
5106
5107    GROUP           ciscoMobileIpHaRedunGroup
5108    DESCRIPTION
5109        "This group is mandatory for home agents with
5110        redundancy feature."
5111
5112    GROUP           ciscoMobileIpSecAssocGroupV12R02
5113    DESCRIPTION
5114        "This group is mandatory for Mobile IP entities (MN,
5115        FA, and HA) which support security associations.
5116        Mobile Nodes and Home Agents must implement this
5117        group. Foreign Agents must implement this group if
5118        they maintain any security associations."
5119
5120    GROUP           ciscoMobileIpSecViolationGroup
5121    DESCRIPTION
5122        "This group is mandatory for Mobile IP entities (MN,
5123        FA, and HA) that can log security violations."
5124
5125    GROUP           ciscoMobileIpMaRegGroup
5126    DESCRIPTION
5127        "This group is mandatory for mobility agents."
5128
5129    GROUP           ciscoMobileIpFaAdvertisementGroup
5130    DESCRIPTION
5131        "This group is mandatory for foreign agents."
5132
5133    GROUP           ciscoMobileIpFaSystemGroup
5134    DESCRIPTION
5135        "This group is mandatory for foreign agents with
5136        reverse-tunnel/challenge/asymmetric-link-coa features."
5137
5138    GROUP           ciscoMobileIpMnDiscoveryGroup
5139    DESCRIPTION
5140        "This group is mandatory for mobile nodes which
5141        require reverse-tunnel support."
5142
5143    GROUP           ciscoMobileIpMnRegistrationGroup
5144    DESCRIPTION
5145        "This group is mandatory for mobile nodes which
5146        require reverse-tunnel support."
5147
5148    GROUP           ciscoMobileIpHaMobNetGroup
5149    DESCRIPTION
5150        "This group is mandatory for home agents
5151        with support for mobile networks."
5152
5153    GROUP           ciscoMobileIpMrSystemGroupV2
5154    DESCRIPTION
5155        "This group is mandatory for mobile routers."
5156
5157    GROUP           ciscoMobileIpMrDiscoveryGroup
5158    DESCRIPTION
5159        "This group is mandatory for mobile routers."
5160
5161    GROUP           ciscoMobileIpMrRegistrationGroup
5162    DESCRIPTION
5163        "This group is mandatory for mobile routers."
5164
5165    GROUP           ciscoMobileIpTrapObjectsGroupV2
5166    DESCRIPTION
5167        "This group is mandatory for Mobile IP entities
5168        which support notifications."
5169
5170    GROUP           ciscoMobileIpMrNotificationGroupV2
5171    DESCRIPTION
5172        "This group is mandatory for mobile routers."
5173
5174    GROUP           cmiMaAdvertisementGroup
5175    DESCRIPTION
5176        "This group is mandatory for the mobility agents (HA
5177        and FA) since they must implement Agent
5178        Advertisement."
5179
5180    OBJECT          cmiMrMobNetAddrType
5181    SYNTAX          INTEGER  {
5182                        ipv4(1)
5183                    }
5184    DESCRIPTION
5185        "An implementation is only required to support
5186        IPv4 address type."
5187
5188    OBJECT          cmiMrMobNetAddr
5189    SYNTAX          InetAddress (SIZE (4))
5190    DESCRIPTION
5191        "An implementation is only required to support
5192        IPv4 addresses."
5193
5194    OBJECT          cmiMrIfCCoaAddressType
5195    SYNTAX          INTEGER  {
5196                        ipv4(1)
5197                    }
5198    DESCRIPTION
5199        "An implementation is only required to support
5200        IPv4 address type."
5201
5202    OBJECT          cmiMrIfCCoaAddress
5203    SYNTAX          InetAddress (SIZE (4))
5204    DESCRIPTION
5205        "An implementation is only required to support
5206        IPv4 addresses."
5207
5208    OBJECT          cmiMrIfCCoaDefaultGwType
5209    SYNTAX          INTEGER  {
5210                        ipv4(1)
5211                    }
5212    DESCRIPTION
5213        "An implementation is only required to support
5214        IPv4 address type."
5215
5216    OBJECT          cmiMrIfCCoaDefaultGw
5217    SYNTAX          InetAddress (SIZE (4))
5218    DESCRIPTION
5219        "An implementation is only required to support
5220        IPv4 addresses."
5221    ::= { ciscoMobileIpCompliances 9 }
5222
5223ciscoMobileIpComplianceV12R09 MODULE-COMPLIANCE
5224    STATUS          deprecated
5225    DESCRIPTION
5226        "The compliance statement for management entities
5227        which implement the Cisco Mobile IP MIB."
5228    MODULE          -- this module
5229    GROUP           ciscoMobileIpFaRegGroupV12R03r2
5230    DESCRIPTION
5231        "This group is mandatory for foreign agents."
5232
5233    GROUP           ciscoMobileIpHaRegGroupV12R03r2
5234    DESCRIPTION
5235        "This group is mandatory for home agents."
5236
5237    GROUP           ciscoMobileIpHaRedunGroup
5238    DESCRIPTION
5239        "This group is mandatory for home agents with
5240        redundancy feature."
5241
5242    GROUP           ciscoMobileIpSecAssocGroupV12R02
5243    DESCRIPTION
5244        "This group is mandatory for Mobile IP entities (MN,
5245        FA, and HA) which support security associations.
5246        Mobile Nodes and Home Agents must implement this
5247        group. Foreign Agents must implement this group if
5248        they maintain any security associations."
5249
5250    GROUP           ciscoMobileIpSecViolationGroup
5251    DESCRIPTION
5252        "This group is mandatory for Mobile IP entities (MN,
5253        FA, and HA) that can log security violations."
5254
5255    GROUP           ciscoMobileIpMaRegGroup
5256    DESCRIPTION
5257        "This group is mandatory for mobility agents."
5258
5259    GROUP           ciscoMobileIpFaAdvertisementGroup
5260    DESCRIPTION
5261        "This group is mandatory for foreign agents."
5262
5263    GROUP           ciscoMobileIpFaSystemGroup
5264    DESCRIPTION
5265        "This group is mandatory for foreign agents with
5266        reverse-tunnel/challenge/asymmetric-link-coa features."
5267
5268    GROUP           ciscoMobileIpMnDiscoveryGroup
5269    DESCRIPTION
5270        "This group is mandatory for mobile nodes which
5271        require reverse-tunnel support."
5272
5273    GROUP           ciscoMobileIpMnRegistrationGroup
5274    DESCRIPTION
5275        "This group is mandatory for mobile nodes which
5276        require reverse-tunnel support."
5277
5278    GROUP           ciscoMobileIpHaMobNetGroup
5279    DESCRIPTION
5280        "This group is mandatory for home agents
5281        with support for mobile networks."
5282
5283    GROUP           ciscoMobileIpMrSystemGroupV3
5284    DESCRIPTION
5285        "This group is mandatory for mobile routers."
5286
5287    GROUP           ciscoMobileIpMrDiscoveryGroup
5288    DESCRIPTION
5289        "This group is mandatory for mobile routers."
5290
5291    GROUP           ciscoMobileIpMrRegistrationGroup
5292    DESCRIPTION
5293        "This group is mandatory for mobile routers."
5294
5295    GROUP           ciscoMobileIpTrapObjectsGroupV2
5296    DESCRIPTION
5297        "This group is mandatory for Mobile IP entities
5298        which support notifications."
5299
5300    GROUP           ciscoMobileIpMrNotificationGroupV2
5301    DESCRIPTION
5302        "This group is mandatory for mobile routers."
5303
5304    GROUP           cmiMaAdvertisementGroup
5305    DESCRIPTION
5306        "This group is mandatory for the mobility agents (HA
5307        and FA) since they must implement Agent
5308        Advertisement."
5309
5310    OBJECT          cmiMrMobNetAddrType
5311    SYNTAX          INTEGER  {
5312                        ipv4(1)
5313                    }
5314    DESCRIPTION
5315        "An implementation is only required to support
5316        IPv4 address type."
5317
5318    OBJECT          cmiMrMobNetAddr
5319    SYNTAX          InetAddress (SIZE (4))
5320    DESCRIPTION
5321        "An implementation is only required to support
5322        IPv4 addresses."
5323
5324    OBJECT          cmiMrIfCCoaAddressType
5325    SYNTAX          INTEGER  {
5326                        ipv4(1)
5327                    }
5328    DESCRIPTION
5329        "An implementation is only required to support
5330        IPv4 address type."
5331
5332    OBJECT          cmiMrIfCCoaAddress
5333    SYNTAX          InetAddress (SIZE (4))
5334    DESCRIPTION
5335        "An implementation is only required to support
5336        IPv4 addresses."
5337
5338    OBJECT          cmiMrIfCCoaDefaultGwType
5339    SYNTAX          INTEGER  {
5340                        ipv4(1)
5341                    }
5342    DESCRIPTION
5343        "An implementation is only required to support
5344        IPv4 address type."
5345
5346    OBJECT          cmiMrIfCCoaDefaultGw
5347    SYNTAX          InetAddress (SIZE (4))
5348    DESCRIPTION
5349        "An implementation is only required to support
5350        IPv4 addresses."
5351
5352    OBJECT          cmiMrIfRegisteredCoAType
5353    SYNTAX          INTEGER  {
5354                        ipv4(1)
5355                    }
5356    DESCRIPTION
5357        "An implementation is only required to support
5358        IPv4 address type."
5359
5360    OBJECT          cmiMrIfRegisteredCoA
5361    SYNTAX          InetAddress (SIZE (4))
5362    DESCRIPTION
5363        "An implementation is only required to support
5364        IPv4 addresses."
5365
5366    OBJECT          cmiMrIfRegisteredMaAddrType
5367    SYNTAX          INTEGER  {
5368                        ipv4(1)
5369                    }
5370    DESCRIPTION
5371        "An implementation is only required to support
5372        IPv4 address type."
5373
5374    OBJECT          cmiMrIfRegisteredMaAddr
5375    SYNTAX          InetAddress (SIZE (4))
5376    DESCRIPTION
5377        "An implementation is only required to support
5378        IPv4 addresses."
5379    ::= { ciscoMobileIpCompliances 10 }
5380
5381ciscoMobileIpComplianceV12R10 MODULE-COMPLIANCE
5382    STATUS          deprecated
5383    DESCRIPTION
5384        "The compliance statement for management entities
5385        which implement the Cisco Mobile IP MIB."
5386    MODULE          -- this module
5387    GROUP           ciscoMobileIpFaRegGroupV12R03r2
5388    DESCRIPTION
5389        "This group is mandatory for foreign agents."
5390
5391    GROUP           ciscoMobileIpHaRegGroupV12R03r2
5392    DESCRIPTION
5393        "This group is mandatory for home agents."
5394
5395    GROUP           ciscoMobileIpHaRegGroupV12R03r2Sup1
5396    DESCRIPTION
5397        "This group is mandatory for home agents."
5398
5399    GROUP           ciscoMobileIpHaRedunGroup
5400    DESCRIPTION
5401        "This group is mandatory for home agents with
5402        redundancy feature."
5403
5404    GROUP           ciscoMobileIpSecAssocGroupV12R02
5405    DESCRIPTION
5406        "This group is mandatory for Mobile IP entities (MN,
5407        FA, and HA) which support security associations.
5408        Mobile Nodes and Home Agents must implement this
5409        group. Foreign Agents must implement this group if
5410        they maintain any security associations."
5411
5412    GROUP           ciscoMobileIpSecViolationGroup
5413    DESCRIPTION
5414        "This group is mandatory for Mobile IP entities (MN,
5415        FA, and HA) that can log security violations."
5416
5417    GROUP           ciscoMobileIpMaRegGroup
5418    DESCRIPTION
5419        "This group is mandatory for mobility agents."
5420
5421    GROUP           ciscoMobileIpFaAdvertisementGroup
5422    DESCRIPTION
5423        "This group is mandatory for foreign agents."
5424
5425    GROUP           ciscoMobileIpFaSystemGroup
5426    DESCRIPTION
5427        "This group is mandatory for foreign agents with
5428        reverse-tunnel/challenge/asymmetric-link-coa features."
5429
5430    GROUP           ciscoMobileIpMnDiscoveryGroup
5431    DESCRIPTION
5432        "This group is mandatory for mobile nodes which
5433        require reverse-tunnel support."
5434
5435    GROUP           ciscoMobileIpMnRegistrationGroup
5436    DESCRIPTION
5437        "This group is mandatory for mobile nodes which
5438        require reverse-tunnel support."
5439
5440    GROUP           ciscoMobileIpHaMobNetGroup
5441    DESCRIPTION
5442        "This group is mandatory for home agents
5443        with support for mobile networks."
5444
5445    GROUP           ciscoMobileIpHaMobNetGroupSup1
5446    DESCRIPTION
5447        "This group is mandatory for home agents
5448        with support for mobile networks."
5449
5450    GROUP           ciscoMobileIpMrSystemGroupV3
5451    DESCRIPTION
5452        "This group is mandatory for mobile routers."
5453
5454    GROUP           ciscoMobileIpMrSystemGroupV3Sup1
5455    DESCRIPTION
5456        "This group is mandatory for mobile routers."
5457
5458    GROUP           ciscoMobileIpMrDiscoveryGroup
5459    DESCRIPTION
5460        "This group is mandatory for mobile routers."
5461
5462    GROUP           ciscoMobileIpMrRegistrationGroup
5463    DESCRIPTION
5464        "This group is mandatory for mobile routers."
5465
5466    GROUP           ciscoMobileIpTrapObjectsGroupV2
5467    DESCRIPTION
5468        "This group is mandatory for Mobile IP entities
5469        which support notifications."
5470
5471    GROUP           ciscoMobileIpMrNotificationGroupV2
5472    DESCRIPTION
5473        "This group is mandatory for mobile routers."
5474
5475    GROUP           cmiMaAdvertisementGroup
5476    DESCRIPTION
5477        "This group is mandatory for the mobility agents (HA
5478        and FA) since they must implement Agent
5479        Advertisement."
5480
5481    OBJECT          cmiMrMobNetAddrType
5482    SYNTAX          INTEGER  {
5483                        ipv4(1)
5484                    }
5485    DESCRIPTION
5486        "An implementation is only required to support
5487        IPv4 address type."
5488
5489    OBJECT          cmiMrMobNetAddr
5490    SYNTAX          InetAddress (SIZE (4))
5491    DESCRIPTION
5492        "An implementation is only required to support
5493        IPv4 addresses."
5494
5495    OBJECT          cmiMrIfCCoaAddressType
5496    SYNTAX          INTEGER  {
5497                        ipv4(1)
5498                    }
5499    DESCRIPTION
5500        "An implementation is only required to support
5501        IPv4 address type."
5502
5503    OBJECT          cmiMrIfCCoaAddress
5504    SYNTAX          InetAddress (SIZE (4))
5505    DESCRIPTION
5506        "An implementation is only required to support
5507        IPv4 addresses."
5508
5509    OBJECT          cmiMrIfCCoaDefaultGwType
5510    SYNTAX          INTEGER  {
5511                        ipv4(1)
5512                    }
5513    DESCRIPTION
5514        "An implementation is only required to support
5515        IPv4 address type."
5516
5517    OBJECT          cmiMrIfCCoaDefaultGw
5518    SYNTAX          InetAddress (SIZE (4))
5519    DESCRIPTION
5520        "An implementation is only required to support
5521        IPv4 addresses."
5522
5523    OBJECT          cmiMrIfRegisteredCoAType
5524    SYNTAX          INTEGER  {
5525                        ipv4(1)
5526                    }
5527    DESCRIPTION
5528        "An implementation is only required to support
5529        IPv4 address type."
5530
5531    OBJECT          cmiMrIfRegisteredCoA
5532    SYNTAX          InetAddress (SIZE (4))
5533    DESCRIPTION
5534        "An implementation is only required to support
5535        IPv4 addresses."
5536
5537    OBJECT          cmiMrIfRegisteredMaAddrType
5538    SYNTAX          INTEGER  {
5539                        ipv4(1)
5540                    }
5541    DESCRIPTION
5542        "An implementation is only required to support
5543        IPv4 address type."
5544
5545    OBJECT          cmiMrIfRegisteredMaAddr
5546    SYNTAX          InetAddress (SIZE (4))
5547    DESCRIPTION
5548        "An implementation is only required to support
5549        IPv4 addresses."
5550    ::= { ciscoMobileIpCompliances 11 }
5551
5552ciscoMobileIpComplianceV12R11 MODULE-COMPLIANCE
5553    STATUS          deprecated
5554    DESCRIPTION
5555        "The compliance statement for management entities
5556        which implement the Cisco Mobile IP MIB."
5557    MODULE          -- this module
5558    GROUP           ciscoMobileIpFaRegGroupV12R03r2
5559    DESCRIPTION
5560        "This group is mandatory for foreign agents."
5561
5562    GROUP           ciscoMobileIpHaRegGroupV12R03r2
5563    DESCRIPTION
5564        "This group is mandatory for home agents."
5565
5566    GROUP           ciscoMobileIpHaRegGroupV12R03r2Sup1
5567    DESCRIPTION
5568        "This group is mandatory for home agents."
5569
5570    GROUP           ciscoMobileIpHaRedunGroup
5571    DESCRIPTION
5572        "This group is mandatory for home agents with
5573        redundancy feature."
5574
5575    GROUP           ciscoMobileIpSecAssocGroupV12R02
5576    DESCRIPTION
5577        "This group is mandatory for Mobile IP entities (MN,
5578        FA, and HA) which support security associations.
5579        Mobile Nodes and Home Agents must implement this
5580        group. Foreign Agents must implement this group if
5581        they maintain any security associations."
5582
5583    GROUP           ciscoMobileIpSecViolationGroup
5584    DESCRIPTION
5585        "This group is mandatory for Mobile IP entities (MN,
5586        FA, and HA) that can log security violations."
5587
5588    GROUP           ciscoMobileIpMaRegGroup
5589    DESCRIPTION
5590        "This group is mandatory for mobility agents."
5591
5592    GROUP           ciscoMobileIpFaAdvertisementGroup
5593    DESCRIPTION
5594        "This group is mandatory for foreign agents."
5595
5596    GROUP           ciscoMobileIpFaSystemGroup
5597    DESCRIPTION
5598        "This group is mandatory for foreign agents with
5599        reverse-tunnel/challenge/asymmetric-link-coa features."
5600
5601    GROUP           ciscoMobileIpMnDiscoveryGroup
5602    DESCRIPTION
5603        "This group is mandatory for mobile nodes which
5604        require reverse-tunnel support."
5605
5606    GROUP           ciscoMobileIpMnRegistrationGroup
5607    DESCRIPTION
5608        "This group is mandatory for mobile nodes which
5609        require reverse-tunnel support."
5610
5611    GROUP           ciscoMobileIpHaMobNetGroup
5612    DESCRIPTION
5613        "This group is mandatory for home agents
5614        with support for mobile networks."
5615
5616    GROUP           ciscoMobileIpHaMobNetGroupSup1
5617    DESCRIPTION
5618        "This group is mandatory for home agents
5619        with support for mobile networks."
5620
5621    GROUP           ciscoMobileIpMrSystemGroupV3
5622    DESCRIPTION
5623        "This group is mandatory for mobile routers."
5624
5625    GROUP           ciscoMobileIpMrSystemGroupV3Sup1
5626    DESCRIPTION
5627        "This group is mandatory for mobile routers."
5628
5629    GROUP           ciscoMobileIpMrDiscoveryGroup
5630    DESCRIPTION
5631        "This group is mandatory for mobile routers."
5632
5633    GROUP           ciscoMobileIpMrRegistrationGroup
5634    DESCRIPTION
5635        "This group is mandatory for mobile routers."
5636
5637    GROUP           ciscoMobileIpTrapObjectsGroupV2
5638    DESCRIPTION
5639        "This group is mandatory for Mobile IP entities
5640        which support notifications."
5641
5642    GROUP           ciscoMobileIpMrNotificationGroupV2
5643    DESCRIPTION
5644        "This group is mandatory for mobile routers."
5645
5646    GROUP           cmiMaAdvertisementGroup
5647    DESCRIPTION
5648        "This group is mandatory for the mobility agents (HA
5649        and FA) since they must implement Agent
5650        Advertisement."
5651
5652    GROUP           ciscoMobileIpHaRegGroupV12R03r2Sup2
5653    DESCRIPTION
5654        "This group is optional for home agents."
5655
5656    OBJECT          cmiMrMobNetAddrType
5657    SYNTAX          INTEGER  {
5658                        ipv4(1)
5659                    }
5660    DESCRIPTION
5661        "An implementation is only required to support
5662        IPv4 address type."
5663
5664    OBJECT          cmiMrMobNetAddr
5665    SYNTAX          InetAddress (SIZE (4))
5666    DESCRIPTION
5667        "An implementation is only required to support
5668        IPv4 addresses."
5669
5670    OBJECT          cmiMrIfCCoaAddressType
5671    SYNTAX          INTEGER  {
5672                        ipv4(1)
5673                    }
5674    DESCRIPTION
5675        "An implementation is only required to support
5676        IPv4 address type."
5677
5678    OBJECT          cmiMrIfCCoaAddress
5679    SYNTAX          InetAddress (SIZE (4))
5680    DESCRIPTION
5681        "An implementation is only required to support
5682        IPv4 addresses."
5683
5684    OBJECT          cmiMrIfCCoaDefaultGwType
5685    SYNTAX          INTEGER  {
5686                        ipv4(1)
5687                    }
5688    DESCRIPTION
5689        "An implementation is only required to support
5690        IPv4 address type."
5691
5692    OBJECT          cmiMrIfCCoaDefaultGw
5693    SYNTAX          InetAddress (SIZE (4))
5694    DESCRIPTION
5695        "An implementation is only required to support
5696        IPv4 addresses."
5697
5698    OBJECT          cmiMrIfRegisteredCoAType
5699    SYNTAX          INTEGER  {
5700                        ipv4(1)
5701                    }
5702    DESCRIPTION
5703        "An implementation is only required to support
5704        IPv4 address type."
5705
5706    OBJECT          cmiMrIfRegisteredCoA
5707    SYNTAX          InetAddress (SIZE (4))
5708    DESCRIPTION
5709        "An implementation is only required to support
5710        IPv4 addresses."
5711
5712    OBJECT          cmiMrIfRegisteredMaAddrType
5713    SYNTAX          INTEGER  {
5714                        ipv4(1)
5715                    }
5716    DESCRIPTION
5717        "An implementation is only required to support
5718        IPv4 address type."
5719
5720    OBJECT          cmiMrIfRegisteredMaAddr
5721    SYNTAX          InetAddress (SIZE (4))
5722    DESCRIPTION
5723        "An implementation is only required to support
5724        IPv4 addresses."
5725    ::= { ciscoMobileIpCompliances 12 }
5726
5727ciscoMobileIpComplianceRev1 MODULE-COMPLIANCE
5728    STATUS          deprecated
5729    DESCRIPTION
5730        "The compliance statement for management entities
5731        which implement the Cisco Mobile IP MIB."
5732    MODULE          -- this module
5733    GROUP           ciscoMobileIpHaSystemGroupV1
5734    DESCRIPTION
5735        "This group is mandatory for home agents."
5736
5737    GROUP           ciscoMobileIpHaRegGroupV1
5738    DESCRIPTION
5739        "This group is mandatory for home agents."
5740
5741    GROUP           ciscoMobileIpMrNotificationGroupV3
5742    DESCRIPTION
5743        "This group is mandatory for mobile routers."
5744
5745    GROUP           ciscoMobileIpFaRegGroupV12R03r2
5746    DESCRIPTION
5747        "This group is mandatory for foreign agents."
5748
5749    GROUP           ciscoMobileIpHaRegGroupV12R03r2
5750    DESCRIPTION
5751        "This group is mandatory for home agents."
5752
5753    GROUP           ciscoMobileIpHaRegGroupV12R03r2Sup1
5754    DESCRIPTION
5755        "This group is mandatory for home agents."
5756
5757    GROUP           ciscoMobileIpHaRedunGroup
5758    DESCRIPTION
5759        "This group is mandatory for home agents with
5760        redundancy feature."
5761
5762    GROUP           ciscoMobileIpSecAssocGroupV12R02
5763    DESCRIPTION
5764        "This group is mandatory for Mobile IP entities (MN,
5765        FA, and HA) which support security associations.
5766        Mobile Nodes and Home Agents must implement this
5767        group. Foreign Agents must implement this group if
5768        they maintain any security associations."
5769
5770    GROUP           ciscoMobileIpSecViolationGroup
5771    DESCRIPTION
5772        "This group is mandatory for Mobile IP entities (MN,
5773        FA, and HA) that can log security violations."
5774
5775    GROUP           ciscoMobileIpMaRegGroup
5776    DESCRIPTION
5777        "This group is mandatory for mobility agents."
5778
5779    GROUP           ciscoMobileIpFaAdvertisementGroup
5780    DESCRIPTION
5781        "This group is mandatory for foreign agents."
5782
5783    GROUP           ciscoMobileIpFaSystemGroup
5784    DESCRIPTION
5785        "This group is mandatory for foreign agents with
5786        reverse-tunnel/challenge/asymmetric-link-coa features."
5787
5788    GROUP           ciscoMobileIpMnDiscoveryGroup
5789    DESCRIPTION
5790        "This group is mandatory for mobile nodes which
5791        require reverse-tunnel support."
5792
5793    GROUP           ciscoMobileIpMnRegistrationGroup
5794    DESCRIPTION
5795        "This group is mandatory for mobile nodes which
5796        require reverse-tunnel support."
5797
5798    GROUP           ciscoMobileIpHaMobNetGroup
5799    DESCRIPTION
5800        "This group is mandatory for home agents
5801        with support for mobile networks."
5802
5803    GROUP           ciscoMobileIpHaMobNetGroupSup1
5804    DESCRIPTION
5805        "This group is mandatory for home agents
5806        with support for mobile networks."
5807
5808    GROUP           ciscoMobileIpMrSystemGroupV3
5809    DESCRIPTION
5810        "This group is mandatory for mobile routers."
5811
5812    GROUP           ciscoMobileIpMrSystemGroupV3Sup1
5813    DESCRIPTION
5814        "This group is mandatory for mobile routers."
5815
5816    GROUP           ciscoMobileIpMrDiscoveryGroup
5817    DESCRIPTION
5818        "This group is mandatory for mobile routers."
5819
5820    GROUP           ciscoMobileIpMrRegistrationGroup
5821    DESCRIPTION
5822        "This group is mandatory for mobile routers."
5823
5824    GROUP           ciscoMobileIpTrapObjectsGroupV2
5825    DESCRIPTION
5826        "This group is mandatory for Mobile IP entities
5827        which support notifications."
5828
5829    GROUP           ciscoMobileIpMrNotificationGroupV2
5830    DESCRIPTION
5831        "This group is mandatory for mobile routers."
5832
5833    GROUP           cmiMaAdvertisementGroup
5834    DESCRIPTION
5835        "This group is mandatory for the mobility agents (HA
5836        and FA) since they must implement Agent
5837        Advertisement."
5838
5839    GROUP           ciscoMobileIpHaRegGroupV12R03r2Sup2
5840    DESCRIPTION
5841        "This group is optional for home agents."
5842
5843    OBJECT          cmiMrMobNetAddrType
5844    SYNTAX          INTEGER  {
5845                        ipv4(1)
5846                    }
5847    DESCRIPTION
5848        "An implementation is only required to support
5849        IPv4 address type."
5850
5851    OBJECT          cmiMrMobNetAddr
5852    SYNTAX          InetAddress (SIZE (4))
5853    DESCRIPTION
5854        "An implementation is only required to support
5855        IPv4 addresses."
5856
5857    OBJECT          cmiMrIfCCoaAddressType
5858    SYNTAX          INTEGER  {
5859                        ipv4(1)
5860                    }
5861    DESCRIPTION
5862        "An implementation is only required to support
5863        IPv4 address type."
5864
5865    OBJECT          cmiMrIfCCoaAddress
5866    SYNTAX          InetAddress (SIZE (4))
5867    DESCRIPTION
5868        "An implementation is only required to support
5869        IPv4 addresses."
5870
5871    OBJECT          cmiMrIfCCoaDefaultGwType
5872    SYNTAX          INTEGER  {
5873                        ipv4(1)
5874                    }
5875    DESCRIPTION
5876        "An implementation is only required to support
5877        IPv4 address type."
5878
5879    OBJECT          cmiMrIfCCoaDefaultGw
5880    SYNTAX          InetAddress (SIZE (4))
5881    DESCRIPTION
5882        "An implementation is only required to support
5883        IPv4 addresses."
5884
5885    OBJECT          cmiMrIfRegisteredCoAType
5886    SYNTAX          INTEGER  {
5887                        ipv4(1)
5888                    }
5889    DESCRIPTION
5890        "An implementation is only required to support
5891        IPv4 address type."
5892
5893    OBJECT          cmiMrIfRegisteredCoA
5894    SYNTAX          InetAddress (SIZE (4))
5895    DESCRIPTION
5896        "An implementation is only required to support
5897        IPv4 addresses."
5898
5899    OBJECT          cmiMrIfRegisteredMaAddrType
5900    SYNTAX          INTEGER  {
5901                        ipv4(1)
5902                    }
5903    DESCRIPTION
5904        "An implementation is only required to support
5905        IPv4 address type."
5906
5907    OBJECT          cmiMrIfRegisteredMaAddr
5908    SYNTAX          InetAddress (SIZE (4))
5909    DESCRIPTION
5910        "An implementation is only required to support
5911        IPv4 addresses."
5912    ::= { ciscoMobileIpCompliances 13 }
5913
5914ciscoMobileIpComplianceRev2 MODULE-COMPLIANCE
5915    STATUS          current
5916    DESCRIPTION
5917        "The compliance statement for management entities
5918        which implement the Cisco Mobile IP MIB."
5919    MODULE          -- this module
5920    GROUP           ciscoMobileIpHaSystemGroupV1
5921    DESCRIPTION
5922        "This group is mandatory for home agents."
5923
5924    GROUP           ciscoMobileIpHaRegGroupV1
5925    DESCRIPTION
5926        "This group is mandatory for home agents."
5927
5928    GROUP           ciscoMobileIpMrNotificationGroupV3
5929    DESCRIPTION
5930        "This group is mandatory for mobile routers."
5931
5932    GROUP           ciscoMobileIpFaRegGroupV12R03r2
5933    DESCRIPTION
5934        "This group is mandatory for foreign agents."
5935
5936    GROUP           ciscoMobileIpHaRegGroupV12R03r2
5937    DESCRIPTION
5938        "This group is mandatory for home agents."
5939
5940    GROUP           ciscoMobileIpHaRegGroupV12R03r2Sup1
5941    DESCRIPTION
5942        "This group is mandatory for home agents."
5943
5944    GROUP           ciscoMobileIpHaRedunGroup
5945    DESCRIPTION
5946        "This group is mandatory for home agents with
5947        redundancy feature."
5948
5949    GROUP           ciscoMobileIpSecAssocGroupV12R02
5950    DESCRIPTION
5951        "This group is mandatory for Mobile IP entities (MN,
5952        FA, and HA) which support security associations.
5953        Mobile Nodes and Home Agents must implement this
5954        group. Foreign Agents must implement this group if
5955        they maintain any security associations."
5956
5957    GROUP           ciscoMobileIpSecViolationGroup
5958    DESCRIPTION
5959        "This group is mandatory for Mobile IP entities (MN,
5960        FA, and HA) that can log security violations."
5961
5962    GROUP           ciscoMobileIpMaRegGroup
5963    DESCRIPTION
5964        "This group is mandatory for mobility agents."
5965
5966    GROUP           ciscoMobileIpFaAdvertisementGroup
5967    DESCRIPTION
5968        "This group is mandatory for foreign agents."
5969
5970    GROUP           ciscoMobileIpFaSystemGroup
5971    DESCRIPTION
5972        "This group is mandatory for foreign agents with
5973        reverse-tunnel/challenge/asymmetric-link-coa features."
5974
5975    GROUP           ciscoMobileIpMnDiscoveryGroup
5976    DESCRIPTION
5977        "This group is mandatory for mobile nodes which
5978        require reverse-tunnel support."
5979
5980    GROUP           ciscoMobileIpMnRegistrationGroup
5981    DESCRIPTION
5982        "This group is mandatory for mobile nodes which
5983        require reverse-tunnel support."
5984
5985    GROUP           ciscoMobileIpHaMobNetGroup
5986    DESCRIPTION
5987        "This group is mandatory for home agents
5988        with support for mobile networks."
5989
5990    GROUP           ciscoMobileIpHaMobNetGroupSup1
5991    DESCRIPTION
5992        "This group is mandatory for home agents
5993        with support for mobile networks."
5994
5995    GROUP           ciscoMobileIpMrSystemGroupV3
5996    DESCRIPTION
5997        "This group is mandatory for mobile routers."
5998
5999    GROUP           ciscoMobileIpMrSystemGroupV3Sup1
6000    DESCRIPTION
6001        "This group is mandatory for mobile routers."
6002
6003    GROUP           ciscoMobileIpMrDiscoveryGroup
6004    DESCRIPTION
6005        "This group is mandatory for mobile routers."
6006
6007    GROUP           ciscoMobileIpMrRegistrationGroup
6008    DESCRIPTION
6009        "This group is mandatory for mobile routers."
6010
6011    GROUP           ciscoMobileIpTrapObjectsGroupV2
6012    DESCRIPTION
6013        "This group is mandatory for Mobile IP entities
6014        which support notifications."
6015
6016    GROUP           ciscoMobileIpMrNotificationGroupV2
6017    DESCRIPTION
6018        "This group is mandatory for mobile routers."
6019
6020    GROUP           cmiMaAdvertisementGroup
6021    DESCRIPTION
6022        "This group is mandatory for the mobility agents (HA
6023        and FA) since they must implement Agent
6024        Advertisement."
6025
6026    GROUP           ciscoMobileIpHaRegGroupV12R03r2Sup2
6027    DESCRIPTION
6028        "This group is optional for home agents."
6029
6030    GROUP           ciscoMobileIpHaRegIntervalStatsGroup
6031    DESCRIPTION
6032        "This group is mandatory for mobile routers."
6033
6034    GROUP           ciscoMobileIpHaRegTunnelStatsGroup
6035    DESCRIPTION
6036        "This group is mandatory for mobile routers."
6037
6038    OBJECT          cmiMrMobNetAddrType
6039    SYNTAX          INTEGER  {
6040                        ipv4(1)
6041                    }
6042    DESCRIPTION
6043        "An implementation is only required to support
6044        IPv4 address type."
6045
6046    OBJECT          cmiMrMobNetAddr
6047    SYNTAX          InetAddress (SIZE (4))
6048    DESCRIPTION
6049        "An implementation is only required to support
6050        IPv4 addresses."
6051
6052    OBJECT          cmiMrIfCCoaAddressType
6053    SYNTAX          INTEGER  {
6054                        ipv4(1)
6055                    }
6056    DESCRIPTION
6057        "An implementation is only required to support
6058        IPv4 address type."
6059
6060    OBJECT          cmiMrIfCCoaAddress
6061    SYNTAX          InetAddress (SIZE (4))
6062    DESCRIPTION
6063        "An implementation is only required to support
6064        IPv4 addresses."
6065
6066    OBJECT          cmiMrIfCCoaDefaultGwType
6067    SYNTAX          INTEGER  {
6068                        ipv4(1)
6069                    }
6070    DESCRIPTION
6071        "An implementation is only required to support
6072        IPv4 address type."
6073
6074    OBJECT          cmiMrIfCCoaDefaultGw
6075    SYNTAX          InetAddress (SIZE (4))
6076    DESCRIPTION
6077        "An implementation is only required to support
6078        IPv4 addresses."
6079
6080    OBJECT          cmiMrIfRegisteredCoAType
6081    SYNTAX          INTEGER  {
6082                        ipv4(1)
6083                    }
6084    DESCRIPTION
6085        "An implementation is only required to support
6086        IPv4 address type."
6087
6088    OBJECT          cmiMrIfRegisteredCoA
6089    SYNTAX          InetAddress (SIZE (4))
6090    DESCRIPTION
6091        "An implementation is only required to support
6092        IPv4 addresses."
6093
6094    OBJECT          cmiMrIfRegisteredMaAddrType
6095    SYNTAX          INTEGER  {
6096                        ipv4(1)
6097                    }
6098    DESCRIPTION
6099        "An implementation is only required to support
6100        IPv4 address type."
6101
6102    OBJECT          cmiMrIfRegisteredMaAddr
6103    SYNTAX          InetAddress (SIZE (4))
6104    DESCRIPTION
6105        "An implementation is only required to support
6106        IPv4 addresses."
6107
6108    OBJECT          cmiHaRegIntervalSize
6109    MIN-ACCESS      read-only
6110    DESCRIPTION
6111        "Write access is not mandatory."
6112    ::= { ciscoMobileIpCompliances 14 }
6113
6114-- Units of conformance
6115--
6116-- obsolete groups
6117
6118ciscoMobileIpFaRegGroup OBJECT-GROUP
6119    OBJECTS         { cmiFaRegTotalVisitors }
6120    STATUS          obsolete
6121    DESCRIPTION
6122        "A collection of objects providing management
6123        information for the registration function within
6124        a foreign agent. Superseded by
6125        ciscoMobileIpFaRegGroupV12R02."
6126    ::= { ciscoMobileIpGroups 1 }
6127
6128ciscoMobileIpHaRegGroup OBJECT-GROUP
6129    OBJECTS         { cmiHaRegTotalMobilityBindings }
6130    STATUS          obsolete
6131    DESCRIPTION
6132        "A collection of objects providing management
6133        information for the registration function within
6134        a home agent. Superseded by
6135        ciscoMobileIpHaRegGroupV12R02."
6136    ::= { ciscoMobileIpGroups 2 }
6137
6138-- deprecated groups
6139
6140ciscoMobileIpFaRegGroupV12R02 OBJECT-GROUP
6141    OBJECTS         {
6142                        cmiFaRegTotalVisitors,
6143                        cmiFaRegVisitorHomeAddress,
6144                        cmiFaRegVisitorHomeAgentAddress,
6145                        cmiFaRegVisitorTimeGranted,
6146                        cmiFaRegVisitorTimeRemaining,
6147                        cmiFaRegVisitorRegFlags,
6148                        cmiFaRegVisitorRegIDLow,
6149                        cmiFaRegVisitorRegIDHigh,
6150                        cmiFaRegVisitorRegIsAccepted
6151                    }
6152    STATUS          deprecated
6153    DESCRIPTION
6154        "A collection of objects providing management
6155        information for the registration function within
6156        a foreign agent.  Superseded by
6157        ciscoMobileIpFaRegGroupV12R03."
6158    ::= { ciscoMobileIpGroups 3 }
6159
6160ciscoMobileIpHaRegGroupV12R02 OBJECT-GROUP
6161    OBJECTS         {
6162                        cmiHaRegTotalMobilityBindings,
6163                        cmiHaRegMnIdentifierType,
6164                        cmiHaRegMnIdentifier,
6165                        cmiHaRegServAcceptedRequests,
6166                        cmiHaRegServDeniedRequests,
6167                        cmiHaRegOverallServTime,
6168                        cmiHaRegRecentServAcceptedTime,
6169                        cmiHaRegRecentServDeniedTime,
6170                        cmiHaRegRecentServDeniedCode,
6171                        cmiHaRegTotalProcLocRegs,
6172                        cmiHaRegMaxProcLocInMinRegs,
6173                        cmiHaRegDateMaxRegsProcLoc,
6174                        cmiHaRegProcLocInLastMinRegs,
6175                        cmiHaRegTotalProcByAAARegs,
6176                        cmiHaRegMaxProcByAAAInMinRegs,
6177                        cmiHaRegDateMaxRegsProcByAAA,
6178                        cmiHaRegProcAAAInLastByMinRegs,
6179                        cmiHaRegAvgTimeRegsProcByAAA,
6180                        cmiHaRegMaxTimeRegsProcByAAA
6181                    }
6182    STATUS          deprecated
6183    DESCRIPTION
6184        "A collection of objects providing management
6185        information for the registration function within
6186        a home agent.  Superseded by
6187        ciscoMobileIpHaRegGroupV12R03."
6188    ::= { ciscoMobileIpGroups 4 }
6189
6190ciscoMobileIpFaRegGroupV12R03 OBJECT-GROUP
6191    OBJECTS         {
6192                        cmiFaRegTotalVisitors,
6193                        cmiFaRegVisitorHomeAddress,
6194                        cmiFaRegVisitorHomeAgentAddress,
6195                        cmiFaRegVisitorTimeGranted,
6196                        cmiFaRegVisitorTimeRemaining,
6197                        cmiFaRegVisitorRegFlags,
6198                        cmiFaRegVisitorRegIDLow,
6199                        cmiFaRegVisitorRegIDHigh,
6200                        cmiFaRegVisitorRegIsAccepted,
6201                        cmiFaInitRegRequestsReceived,
6202                        cmiFaInitRegRequestsDiscarded,
6203                        cmiFaInitRegRequestsRelayed,
6204                        cmiFaInitRegRequestsDenied,
6205                        cmiFaInitRegRepliesValidFromHA,
6206                        cmiFaInitRegRepliesValidRelayMN,
6207                        cmiFaReRegRequestsReceived,
6208                        cmiFaReRegRequestsDiscarded,
6209                        cmiFaReRegRequestsRelayed,
6210                        cmiFaReRegRequestsDenied,
6211                        cmiFaReRegRepliesValidFromHA,
6212                        cmiFaReRegRepliesValidRelayToMN,
6213                        cmiFaDeRegRequestsReceived,
6214                        cmiFaDeRegRequestsDiscarded,
6215                        cmiFaDeRegRequestsRelayed,
6216                        cmiFaDeRegRequestsDenied,
6217                        cmiFaDeRegRepliesValidFromHA,
6218                        cmiFaDeRegRepliesValidRelayToMN
6219                    }
6220    STATUS          deprecated
6221    DESCRIPTION
6222        "A collection of objects providing management
6223        information for the registration function within
6224        a foreign agent. Superseded by
6225        ciscoMobileIpFaRegGroupV12R03r1"
6226    ::= { ciscoMobileIpGroups 9 }
6227
6228ciscoMobileIpHaRegGroupV12R03 OBJECT-GROUP
6229    OBJECTS         {
6230                        cmiHaRegTotalMobilityBindings,
6231                        cmiHaRegMnIdentifierType,
6232                        cmiHaRegMnIdentifier,
6233                        cmiHaRegServAcceptedRequests,
6234                        cmiHaRegServDeniedRequests,
6235                        cmiHaRegOverallServTime,
6236                        cmiHaRegRecentServAcceptedTime,
6237                        cmiHaRegRecentServDeniedTime,
6238                        cmiHaRegRecentServDeniedCode,
6239                        cmiHaRegTotalProcLocRegs,
6240                        cmiHaRegMaxProcLocInMinRegs,
6241                        cmiHaRegDateMaxRegsProcLoc,
6242                        cmiHaRegProcLocInLastMinRegs,
6243                        cmiHaRegTotalProcByAAARegs,
6244                        cmiHaRegMaxProcByAAAInMinRegs,
6245                        cmiHaRegDateMaxRegsProcByAAA,
6246                        cmiHaRegProcAAAInLastByMinRegs,
6247                        cmiHaRegAvgTimeRegsProcByAAA,
6248                        cmiHaRegMaxTimeRegsProcByAAA,
6249                        cmiHaRegRequestsReceived,
6250                        cmiHaRegRequestsDenied,
6251                        cmiHaRegRequestsDiscarded,
6252                        cmiHaEncapUnavailable,
6253                        cmiHaNAICheckFailures,
6254                        cmiHaInitRegRequestsReceived,
6255                        cmiHaInitRegRequestsAccepted,
6256                        cmiHaInitRegRequestsDenied,
6257                        cmiHaInitRegRequestsDiscarded,
6258                        cmiHaReRegRequestsReceived,
6259                        cmiHaReRegRequestsAccepted,
6260                        cmiHaReRegRequestsDenied,
6261                        cmiHaReRegRequestsDiscarded,
6262                        cmiHaDeRegRequestsReceived,
6263                        cmiHaDeRegRequestsAccepted,
6264                        cmiHaDeRegRequestsDenied,
6265                        cmiHaDeRegRequestsDiscarded
6266                    }
6267    STATUS          deprecated
6268    DESCRIPTION
6269        "A collection of objects providing management
6270        information for the registration function within
6271        a home agent. Superseded by
6272        ciscoMobileIpHaRegGroupV12R03r1"
6273    ::= { ciscoMobileIpGroups 10 }
6274
6275ciscoMobileIpSecAssocGroup OBJECT-GROUP
6276    OBJECTS         {
6277                        cmiSecAssocsCount,
6278                        cmiSecAlgorithmType,
6279                        cmiSecAlgorithmMode,
6280                        cmiSecKey,
6281                        cmiSecReplayMethod,
6282                        cmiSecStatus
6283                    }
6284    STATUS          deprecated
6285    DESCRIPTION
6286        "A collection of objects providing the management
6287        information for security associations of Mobile IP
6288        entities. Superseded by
6289        ciscoMobileIpSecAssocGroupV12R02"
6290    ::= { ciscoMobileIpGroups 6 }
6291
6292-- current groups
6293
6294ciscoMobileIpHaRedunGroup OBJECT-GROUP
6295    OBJECTS         {
6296                        cmiHaRedunSentBUs,
6297                        cmiHaRedunFailedBUs,
6298                        cmiHaRedunReceivedBUAcks,
6299                        cmiHaRedunTotalSentBUs,
6300                        cmiHaRedunReceivedBUs,
6301                        cmiHaRedunSentBUAcks,
6302                        cmiHaRedunSentBIReqs,
6303                        cmiHaRedunFailedBIReqs,
6304                        cmiHaRedunTotalSentBIReqs,
6305                        cmiHaRedunReceivedBIReps,
6306                        cmiHaRedunDroppedBIReps,
6307                        cmiHaRedunSentBIAcks,
6308                        cmiHaRedunReceivedBIReqs,
6309                        cmiHaRedunSentBIReps,
6310                        cmiHaRedunFailedBIReps,
6311                        cmiHaRedunTotalSentBIReps,
6312                        cmiHaRedunReceivedBIAcks,
6313                        cmiHaRedunDroppedBIAcks,
6314                        cmiHaRedunSecViolations
6315                    }
6316    STATUS          current
6317    DESCRIPTION
6318        "A collection of objects providing management
6319        information for the redundancy function within
6320        a home agent."
6321    ::= { ciscoMobileIpGroups 5 }
6322
6323ciscoMobileIpSecViolationGroup OBJECT-GROUP
6324    OBJECTS         {
6325                        cmiSecTotalViolations,
6326                        cmiSecRecentViolationSPI,
6327                        cmiSecRecentViolationTime,
6328                        cmiSecRecentViolationIDLow,
6329                        cmiSecRecentViolationIDHigh,
6330                        cmiSecRecentViolationReason
6331                    }
6332    STATUS          current
6333    DESCRIPTION
6334        "A collection of objects providing the management
6335        information for security violation logging of Mobile
6336        IP entities."
6337    ::= { ciscoMobileIpGroups 7 }
6338
6339ciscoMobileIpMaRegGroup OBJECT-GROUP
6340    OBJECTS         {
6341                        cmiMaRegMaxInMinuteRegs,
6342                        cmiMaRegDateMaxRegsReceived,
6343                        cmiMaRegInLastMinuteRegs
6344                    }
6345    STATUS          current
6346    DESCRIPTION
6347        "A collection of objects providing the management
6348        information for the registration function within
6349        a mobility agent."
6350    ::= { ciscoMobileIpGroups 8 }
6351
6352ciscoMobileIpFaRegGroupV12R03r1 OBJECT-GROUP
6353    OBJECTS         {
6354                        cmiFaRegTotalVisitors,
6355                        cmiFaRegVisitorHomeAddress,
6356                        cmiFaRegVisitorHomeAgentAddress,
6357                        cmiFaRegVisitorTimeGranted,
6358                        cmiFaRegVisitorTimeRemaining,
6359                        cmiFaRegVisitorRegIDLow,
6360                        cmiFaRegVisitorRegIDHigh,
6361                        cmiFaRegVisitorRegIsAccepted,
6362                        cmiFaRegVisitorRegFlagsRev1,
6363                        cmiFaRegVisitorChallengeValue,
6364                        cmiFaInitRegRequestsReceived,
6365                        cmiFaInitRegRequestsDiscarded,
6366                        cmiFaInitRegRequestsRelayed,
6367                        cmiFaInitRegRequestsDenied,
6368                        cmiFaInitRegRepliesValidFromHA,
6369                        cmiFaInitRegRepliesValidRelayMN,
6370                        cmiFaReRegRequestsReceived,
6371                        cmiFaReRegRequestsDiscarded,
6372                        cmiFaReRegRequestsRelayed,
6373                        cmiFaReRegRequestsDenied,
6374                        cmiFaReRegRepliesValidFromHA,
6375                        cmiFaReRegRepliesValidRelayToMN,
6376                        cmiFaDeRegRequestsReceived,
6377                        cmiFaDeRegRequestsDiscarded,
6378                        cmiFaDeRegRequestsRelayed,
6379                        cmiFaDeRegRequestsDenied,
6380                        cmiFaDeRegRepliesValidFromHA,
6381                        cmiFaDeRegRepliesValidRelayToMN,
6382                        cmiFaReverseTunnelUnavailable,
6383                        cmiFaReverseTunnelBitNotSet,
6384                        cmiFaMnTooDistant,
6385                        cmiFaDeliveryStyleUnsupported,
6386                        cmiFaUnknownChallenge,
6387                        cmiFaMissingChallenge,
6388                        cmiFaStaleChallenge,
6389                        cmiFaCvsesFromMnRejected,
6390                        cmiFaCvsesFromHaRejected,
6391                        cmiFaNvsesFromMnNeglected,
6392                        cmiFaNvsesFromHaNeglected
6393                    }
6394    STATUS          deprecated
6395    DESCRIPTION
6396        "A collection of objects providing management
6397        information for the registration function within
6398        a foreign agent."
6399    ::= { ciscoMobileIpGroups 11 }
6400
6401ciscoMobileIpHaRegGroupV12R03r1 OBJECT-GROUP
6402    OBJECTS         {
6403                        cmiHaRegTotalMobilityBindings,
6404                        cmiHaRegMnIdentifierType,
6405                        cmiHaRegMnIdentifier,
6406                        cmiHaRegMobilityBindingRegFlags,
6407                        cmiHaRegServAcceptedRequests,
6408                        cmiHaRegServDeniedRequests,
6409                        cmiHaRegOverallServTime,
6410                        cmiHaRegRecentServAcceptedTime,
6411                        cmiHaRegRecentServDeniedTime,
6412                        cmiHaRegRecentServDeniedCode,
6413                        cmiHaRegTotalProcLocRegs,
6414                        cmiHaRegMaxProcLocInMinRegs,
6415                        cmiHaRegDateMaxRegsProcLoc,
6416                        cmiHaRegProcLocInLastMinRegs,
6417                        cmiHaRegTotalProcByAAARegs,
6418                        cmiHaRegMaxProcByAAAInMinRegs,
6419                        cmiHaRegDateMaxRegsProcByAAA,
6420                        cmiHaRegProcAAAInLastByMinRegs,
6421                        cmiHaRegAvgTimeRegsProcByAAA,
6422                        cmiHaRegMaxTimeRegsProcByAAA,
6423                        cmiHaRegRequestsReceived,
6424                        cmiHaRegRequestsDenied,
6425                        cmiHaRegRequestsDiscarded,
6426                        cmiHaEncapUnavailable,
6427                        cmiHaNAICheckFailures,
6428                        cmiHaInitRegRequestsReceived,
6429                        cmiHaInitRegRequestsAccepted,
6430                        cmiHaInitRegRequestsDenied,
6431                        cmiHaInitRegRequestsDiscarded,
6432                        cmiHaReRegRequestsReceived,
6433                        cmiHaReRegRequestsAccepted,
6434                        cmiHaReRegRequestsDenied,
6435                        cmiHaReRegRequestsDiscarded,
6436                        cmiHaDeRegRequestsReceived,
6437                        cmiHaDeRegRequestsAccepted,
6438                        cmiHaDeRegRequestsDenied,
6439                        cmiHaDeRegRequestsDiscarded,
6440                        cmiHaReverseTunnelUnavailable,
6441                        cmiHaReverseTunnelBitNotSet,
6442                        cmiHaEncapsulationUnavailable,
6443                        cmiHaCvsesFromMnRejected,
6444                        cmiHaCvsesFromFaRejected,
6445                        cmiHaNvsesFromMnNeglected,
6446                        cmiHaNvsesFromFaNeglected
6447                    }
6448    STATUS          deprecated
6449    DESCRIPTION
6450        "A collection of objects providing management
6451        information for the registration function within
6452        a home agent."
6453    ::= { ciscoMobileIpGroups 12 }
6454
6455ciscoMobileIpFaAdvertisementGroup OBJECT-GROUP
6456    OBJECTS         {
6457                        cmiFaAdvertIsBusy,
6458                        cmiFaAdvertRegRequired,
6459                        cmiFaAdvertChallengeWindow,
6460                        cmiFaAdvertChallengeValue
6461                    }
6462    STATUS          current
6463    DESCRIPTION
6464        "A collection of objects providing supplemental
6465        management information for the Agent Advertisement
6466        function within a foreign agent."
6467    ::= { ciscoMobileIpGroups 13 }
6468
6469ciscoMobileIpFaSystemGroup OBJECT-GROUP
6470    OBJECTS         {
6471                        cmiFaRevTunnelSupported,
6472                        cmiFaChallengeSupported,
6473                        cmiFaEncapDeliveryStyleSupported,
6474                        cmiFaReverseTunnelEnable,
6475                        cmiFaChallengeEnable,
6476                        cmiFaAdvertChallengeChapSPI,
6477                        cmiFaCoaInterfaceOnly,
6478                        cmiFaCoaTransmitOnly,
6479                        cmiFaCoaRegAsymLink
6480                    }
6481    STATUS          current
6482    DESCRIPTION
6483        "A collection of objects providing the supporting/
6484        enabled feature information within a foreign agent."
6485    ::= { ciscoMobileIpGroups 14 }
6486
6487ciscoMobileIpMnDiscoveryGroup OBJECT-GROUP
6488    OBJECTS         { cmiMnAdvFlags }
6489    STATUS          current
6490    DESCRIPTION
6491        "Group which supports the recently changed Adv Flag"
6492    ::= { ciscoMobileIpGroups 15 }
6493
6494ciscoMobileIpMnRegistrationGroup OBJECT-GROUP
6495    OBJECTS         { cmiMnRegFlags }
6496    STATUS          current
6497    DESCRIPTION
6498        "Group having information about Mn registration"
6499    ::= { ciscoMobileIpGroups 16 }
6500
6501ciscoMobileIpHaMobNetGroup OBJECT-GROUP
6502    OBJECTS         {
6503                        cmiHaMrDynamic,
6504                        cmiHaMrStatus,
6505                        cmiHaMobNetDynamic,
6506                        cmiHaMobNetStatus
6507                    }
6508    STATUS          current
6509    DESCRIPTION
6510        "A collection of objects providing the management
6511        information related to mobile networks in a
6512        home agent."
6513    ::= { ciscoMobileIpGroups 17 }
6514
6515ciscoMobileIpMrSystemGroup OBJECT-GROUP
6516    OBJECTS         {
6517                        cmiMrReverseTunnel,
6518                        cmiMrRedundancyGroup,
6519                        cmiMrMobNetAddrType,
6520                        cmiMrMobNetAddr,
6521                        cmiMrMobNetPfxLen,
6522                        cmiMrMobNetStatus,
6523                        cmiMrHaTunnelIfIndex,
6524                        cmiMrHAPriority,
6525                        cmiMrHABest,
6526                        cmiMRIfDescription,
6527                        cmiMrIfHoldDown,
6528                        cmiMrIfRoamPriority,
6529                        cmiMrIfSolicitPeriodic,
6530                        cmiMrIfSolicitInterval,
6531                        cmiMrIfSolicitRetransInitial,
6532                        cmiMrIfSolicitRetransMax,
6533                        cmiMrIfSolicitRetransLimit,
6534                        cmiMrIfSolicitRetransCurrent,
6535                        cmiMrIfSolicitRetransRemaining,
6536                        cmiMrIfSolicitRetransCount,
6537                        cmiMrIfCCoaAddressType,
6538                        cmiMrIfCCoaAddress,
6539                        cmiMrIfCCoaDefaultGwType,
6540                        cmiMrIfCCoaDefaultGw,
6541                        cmiMrIfCCoaRegRetry,
6542                        cmiMrIfCCoaRegRetryRemaining,
6543                        cmiMrIfStatus,
6544                        cmiMrBetterIfDetected,
6545                        cmiMrTunnelPktsRcvd,
6546                        cmiMrTunnelPktsSent,
6547                        cmiMrTunnelBytesRcvd,
6548                        cmiMrTunnelBytesSent,
6549                        cmiMrRedStateActive,
6550                        cmiMrRedStatePassive
6551                    }
6552    STATUS          deprecated
6553    DESCRIPTION
6554        "A collection of objects providing the management
6555        information in a mobile router."
6556    ::= { ciscoMobileIpGroups 18 }
6557
6558ciscoMobileIpMrDiscoveryGroup OBJECT-GROUP
6559    OBJECTS         {
6560                        cmiMrMaIsHa,
6561                        cmiMrMaAdvRcvIf,
6562                        cmiMrMaIfMacAddress,
6563                        cmiMrMaAdvSequence,
6564                        cmiMrMaAdvFlags,
6565                        cmiMrMaAdvMaxRegLifetime,
6566                        cmiMrMaAdvMaxLifetime,
6567                        cmiMrMaAdvLifetimeRemaining,
6568                        cmiMrMaAdvTimeReceived,
6569                        cmiMrMaAdvTimeFirstHeard,
6570                        cmiMrMaHoldDownRemaining
6571                    }
6572    STATUS          current
6573    DESCRIPTION
6574        "A collection of objects providing the management
6575        information for the agent discovery function in a
6576        mobile router."
6577    ::= { ciscoMobileIpGroups 19 }
6578
6579ciscoMobileIpMrRegistrationGroup OBJECT-GROUP
6580    OBJECTS         {
6581                        cmiMrRegExtendExpire,
6582                        cmiMrRegExtendRetry,
6583                        cmiMrRegExtendInterval,
6584                        cmiMrRegLifetime,
6585                        cmiMrRegRetransInitial,
6586                        cmiMrRegRetransMax,
6587                        cmiMrRegRetransLimit,
6588                        cmiMrRegNewHa
6589                    }
6590    STATUS          current
6591    DESCRIPTION
6592        "A collection of objects providing the management
6593        information for the registration function within
6594        a mobile router."
6595    ::= { ciscoMobileIpGroups 20 }
6596
6597ciscoMobileIpTrapObjectsGroup OBJECT-GROUP
6598    OBJECTS         { cmiTrapControl }
6599    STATUS          deprecated
6600    DESCRIPTION
6601        "A collection of objects providing the management
6602        information related to notifications in Mobile IP
6603        entities."
6604    ::= { ciscoMobileIpGroups 21 }
6605
6606ciscoMobileIpMrNotificationGroup NOTIFICATION-GROUP
6607   NOTIFICATIONS    {
6608                        cmiMrStateChange,
6609                        cmiMrCoaChange,
6610                        cmiMrNewMA
6611                    }
6612    STATUS          deprecated
6613    DESCRIPTION
6614        "Group of notifications on a Mobile Router."
6615    ::= { ciscoMobileIpGroups 22 }
6616
6617ciscoMobileIpSecAssocGroupV12R02 OBJECT-GROUP
6618    OBJECTS         {
6619                        cmiSecAssocsCount,
6620                        cmiSecAlgorithmType,
6621                        cmiSecAlgorithmMode,
6622                        cmiSecReplayMethod,
6623                        cmiSecStatus,
6624                        cmiSecKey2
6625                    }
6626    STATUS          current
6627    DESCRIPTION
6628        "A collection of objects providing the management
6629        information for security associations of Mobile IP
6630        entities."
6631    ::= { ciscoMobileIpGroups 23 }
6632
6633cmiMaAdvertisementGroup OBJECT-GROUP
6634    OBJECTS         {
6635                        cmiMaInterfaceAddressType,
6636                        cmiMaInterfaceAddress,
6637                        cmiMaAdvMaxRegLifetime,
6638                        cmiMaAdvPrefixLengthInclusion,
6639                        cmiMaAdvAddress,
6640                        cmiMaAdvAddressType,
6641                        cmiMaAdvMaxInterval,
6642                        cmiMaAdvMinInterval,
6643                        cmiMaAdvMaxAdvLifetime,
6644                        cmiMaAdvResponseSolicitationOnly,
6645                        cmiMaAdvStatus
6646                    }
6647    STATUS          current
6648    DESCRIPTION
6649        "A collection of objects providing management
6650        information for the Agent Advertisement function
6651        within mobility agents."
6652    ::= { ciscoMobileIpGroups 24 }
6653
6654ciscoMobileIpMrSystemGroupV1 OBJECT-GROUP
6655    OBJECTS         {
6656                        cmiMrReverseTunnel,
6657                        cmiMrRedundancyGroup,
6658                        cmiMrMobNetAddrType,
6659                        cmiMrMobNetAddr,
6660                        cmiMrMobNetPfxLen,
6661                        cmiMrMobNetStatus,
6662                        cmiMrHaTunnelIfIndex,
6663                        cmiMrHAPriority,
6664                        cmiMrHABest,
6665                        cmiMRIfDescription,
6666                        cmiMrIfHoldDown,
6667                        cmiMrIfRoamPriority,
6668                        cmiMrIfSolicitPeriodic,
6669                        cmiMrIfSolicitInterval,
6670                        cmiMrIfSolicitRetransInitial,
6671                        cmiMrIfSolicitRetransMax,
6672                        cmiMrIfSolicitRetransLimit,
6673                        cmiMrIfSolicitRetransCurrent,
6674                        cmiMrIfSolicitRetransRemaining,
6675                        cmiMrIfSolicitRetransCount,
6676                        cmiMrIfCCoaAddressType,
6677                        cmiMrIfCCoaAddress,
6678                        cmiMrIfCCoaDefaultGwType,
6679                        cmiMrIfCCoaDefaultGw,
6680                        cmiMrIfCCoaRegRetry,
6681                        cmiMrIfCCoaRegRetryRemaining,
6682                        cmiMrIfStatus,
6683                        cmiMrIfCCoaRegistration,
6684                        cmiMrIfCCoaOnly,
6685                        cmiMrBetterIfDetected,
6686                        cmiMrTunnelPktsRcvd,
6687                        cmiMrTunnelPktsSent,
6688                        cmiMrTunnelBytesRcvd,
6689                        cmiMrTunnelBytesSent,
6690                        cmiMrRedStateActive,
6691                        cmiMrRedStatePassive,
6692                        cmiMrCollocatedTunnel
6693                    }
6694    STATUS          deprecated
6695    DESCRIPTION
6696        "A collection of objects providing the management
6697        information in a mobile router."
6698    ::= { ciscoMobileIpGroups 25 }
6699
6700ciscoMobileIpMrSystemGroupV2 OBJECT-GROUP
6701    OBJECTS         {
6702                        cmiMrReverseTunnel,
6703                        cmiMrRedundancyGroup,
6704                        cmiMrMobNetAddrType,
6705                        cmiMrMobNetAddr,
6706                        cmiMrMobNetPfxLen,
6707                        cmiMrMobNetStatus,
6708                        cmiMrHaTunnelIfIndex,
6709                        cmiMrHAPriority,
6710                        cmiMrHABest,
6711                        cmiMRIfDescription,
6712                        cmiMrIfHoldDown,
6713                        cmiMrIfRoamPriority,
6714                        cmiMrIfSolicitPeriodic,
6715                        cmiMrIfSolicitInterval,
6716                        cmiMrIfSolicitRetransInitial,
6717                        cmiMrIfSolicitRetransMax,
6718                        cmiMrIfSolicitRetransLimit,
6719                        cmiMrIfSolicitRetransCurrent,
6720                        cmiMrIfSolicitRetransRemaining,
6721                        cmiMrIfSolicitRetransCount,
6722                        cmiMrIfCCoaAddressType,
6723                        cmiMrIfCCoaAddress,
6724                        cmiMrIfCCoaDefaultGwType,
6725                        cmiMrIfCCoaDefaultGw,
6726                        cmiMrIfCCoaRegRetry,
6727                        cmiMrIfCCoaRegRetryRemaining,
6728                        cmiMrIfStatus,
6729                        cmiMrIfCCoaRegistration,
6730                        cmiMrIfCCoaOnly,
6731                        cmiMrIfCCoaEnable,
6732                        cmiMrBetterIfDetected,
6733                        cmiMrTunnelPktsRcvd,
6734                        cmiMrTunnelPktsSent,
6735                        cmiMrTunnelBytesRcvd,
6736                        cmiMrTunnelBytesSent,
6737                        cmiMrRedStateActive,
6738                        cmiMrRedStatePassive,
6739                        cmiMrCollocatedTunnel
6740                    }
6741    STATUS          deprecated
6742    DESCRIPTION
6743        "A collection of objects providing the management
6744        information in a mobile router."
6745    ::= { ciscoMobileIpGroups 26 }
6746
6747ciscoMobileIpFaRegGroupV12R03r2 OBJECT-GROUP
6748    OBJECTS         {
6749                        cmiFaRegTotalVisitors,
6750                        cmiFaRegVisitorHomeAddress,
6751                        cmiFaRegVisitorHomeAgentAddress,
6752                        cmiFaRegVisitorTimeGranted,
6753                        cmiFaRegVisitorTimeRemaining,
6754                        cmiFaRegVisitorRegIDLow,
6755                        cmiFaRegVisitorRegIDHigh,
6756                        cmiFaRegVisitorRegIsAccepted,
6757                        cmiFaRegVisitorRegFlagsRev1,
6758                        cmiFaRegVisitorChallengeValue,
6759                        cmiFaInitRegRequestsReceived,
6760                        cmiFaInitRegRequestsDiscarded,
6761                        cmiFaInitRegRequestsRelayed,
6762                        cmiFaInitRegRequestsDenied,
6763                        cmiFaInitRegRepliesValidFromHA,
6764                        cmiFaInitRegRepliesValidRelayMN,
6765                        cmiFaReRegRequestsReceived,
6766                        cmiFaReRegRequestsDiscarded,
6767                        cmiFaReRegRequestsRelayed,
6768                        cmiFaReRegRequestsDenied,
6769                        cmiFaReRegRepliesValidFromHA,
6770                        cmiFaReRegRepliesValidRelayToMN,
6771                        cmiFaDeRegRequestsReceived,
6772                        cmiFaDeRegRequestsDiscarded,
6773                        cmiFaDeRegRequestsRelayed,
6774                        cmiFaDeRegRequestsDenied,
6775                        cmiFaDeRegRepliesValidFromHA,
6776                        cmiFaDeRegRepliesValidRelayToMN,
6777                        cmiFaReverseTunnelUnavailable,
6778                        cmiFaReverseTunnelBitNotSet,
6779                        cmiFaMnTooDistant,
6780                        cmiFaDeliveryStyleUnsupported,
6781                        cmiFaUnknownChallenge,
6782                        cmiFaMissingChallenge,
6783                        cmiFaStaleChallenge,
6784                        cmiFaCvsesFromMnRejected,
6785                        cmiFaCvsesFromHaRejected,
6786                        cmiFaNvsesFromMnNeglected,
6787                        cmiFaNvsesFromHaNeglected,
6788                        cmiFaTotalRegRequests,
6789                        cmiFaTotalRegReplies,
6790                        cmiFaMnFaAuthFailures,
6791                        cmiFaMnAAAAuthFailures
6792                    }
6793    STATUS          current
6794    DESCRIPTION
6795        "A collection of objects providing management
6796        information for the registration function within
6797        a foreign agent."
6798    ::= { ciscoMobileIpGroups 27 }
6799
6800ciscoMobileIpHaRegGroupV12R03r2 OBJECT-GROUP
6801    OBJECTS         {
6802                        cmiHaRegTotalMobilityBindings,
6803                        cmiHaRegMnIdentifierType,
6804                        cmiHaRegMnIdentifier,
6805                        cmiHaRegMobilityBindingRegFlags,
6806                        cmiHaRegServAcceptedRequests,
6807                        cmiHaRegServDeniedRequests,
6808                        cmiHaRegOverallServTime,
6809                        cmiHaRegRecentServAcceptedTime,
6810                        cmiHaRegRecentServDeniedTime,
6811                        cmiHaRegRecentServDeniedCode,
6812                        cmiHaRegTotalProcLocRegs,
6813                        cmiHaRegMaxProcLocInMinRegs,
6814                        cmiHaRegDateMaxRegsProcLoc,
6815                        cmiHaRegProcLocInLastMinRegs,
6816                        cmiHaRegTotalProcByAAARegs,
6817                        cmiHaRegMaxProcByAAAInMinRegs,
6818                        cmiHaRegDateMaxRegsProcByAAA,
6819                        cmiHaRegProcAAAInLastByMinRegs,
6820                        cmiHaRegAvgTimeRegsProcByAAA,
6821                        cmiHaRegMaxTimeRegsProcByAAA,
6822                        cmiHaRegRequestsReceived,
6823                        cmiHaRegRequestsDenied,
6824                        cmiHaRegRequestsDiscarded,
6825                        cmiHaEncapUnavailable,
6826                        cmiHaNAICheckFailures,
6827                        cmiHaInitRegRequestsReceived,
6828                        cmiHaInitRegRequestsAccepted,
6829                        cmiHaInitRegRequestsDenied,
6830                        cmiHaInitRegRequestsDiscarded,
6831                        cmiHaReRegRequestsReceived,
6832                        cmiHaReRegRequestsAccepted,
6833                        cmiHaReRegRequestsDenied,
6834                        cmiHaReRegRequestsDiscarded,
6835                        cmiHaDeRegRequestsReceived,
6836                        cmiHaDeRegRequestsAccepted,
6837                        cmiHaDeRegRequestsDenied,
6838                        cmiHaDeRegRequestsDiscarded,
6839                        cmiHaReverseTunnelUnavailable,
6840                        cmiHaReverseTunnelBitNotSet,
6841                        cmiHaEncapsulationUnavailable,
6842                        cmiHaCvsesFromMnRejected,
6843                        cmiHaCvsesFromFaRejected,
6844                        cmiHaNvsesFromMnNeglected,
6845                        cmiHaNvsesFromFaNeglected,
6846                        cmiHaMnHaAuthFailures,
6847                        cmiHaMnAAAAuthFailures
6848                    }
6849    STATUS          current
6850    DESCRIPTION
6851        "A collection of objects providing management
6852        information for the registration function within
6853        a home agent."
6854    ::= { ciscoMobileIpGroups 28 }
6855
6856ciscoMobileIpTrapObjectsGroupV2 OBJECT-GROUP
6857    OBJECTS         {
6858                        cmiTrapControl,
6859                        cmiNtRegCOA,
6860                        cmiNtRegCOAType,
6861                        cmiNtRegHAAddrType,
6862                        cmiNtRegHomeAgent,
6863                        cmiNtRegHomeAddressType,
6864                        cmiNtRegHomeAddress,
6865                        cmiNtRegNAI,
6866                        cmiNtRegDeniedCode
6867                    }
6868    STATUS          current
6869    DESCRIPTION
6870        "A collection of objects providing the management
6871        information related to notifications in Mobile IP
6872        entities."
6873    ::= { ciscoMobileIpGroups 29 }
6874
6875ciscoMobileIpMrNotificationGroupV2 NOTIFICATION-GROUP
6876   NOTIFICATIONS    {
6877                        cmiMrStateChange,
6878                        cmiMrCoaChange,
6879                        cmiMrNewMA,
6880                        cmiHaMnRegReqFailed
6881                    }
6882    STATUS          current
6883    DESCRIPTION
6884        "Group of notifications on a Mobile Router."
6885    ::= { ciscoMobileIpGroups 30 }
6886
6887ciscoMobileIpMrSystemGroupV3 OBJECT-GROUP
6888    OBJECTS         {
6889                        cmiMrReverseTunnel,
6890                        cmiMrRedundancyGroup,
6891                        cmiMrMobNetAddrType,
6892                        cmiMrMobNetAddr,
6893                        cmiMrMobNetPfxLen,
6894                        cmiMrMobNetStatus,
6895                        cmiMrHaTunnelIfIndex,
6896                        cmiMrHAPriority,
6897                        cmiMrHABest,
6898                        cmiMRIfDescription,
6899                        cmiMrIfHoldDown,
6900                        cmiMrIfRoamPriority,
6901                        cmiMrIfSolicitPeriodic,
6902                        cmiMrIfSolicitInterval,
6903                        cmiMrIfSolicitRetransInitial,
6904                        cmiMrIfSolicitRetransMax,
6905                        cmiMrIfSolicitRetransLimit,
6906                        cmiMrIfSolicitRetransCurrent,
6907                        cmiMrIfSolicitRetransRemaining,
6908                        cmiMrIfSolicitRetransCount,
6909                        cmiMrIfCCoaAddressType,
6910                        cmiMrIfCCoaAddress,
6911                        cmiMrIfCCoaDefaultGwType,
6912                        cmiMrIfCCoaDefaultGw,
6913                        cmiMrIfCCoaRegRetry,
6914                        cmiMrIfCCoaRegRetryRemaining,
6915                        cmiMrIfStatus,
6916                        cmiMrIfCCoaRegistration,
6917                        cmiMrIfCCoaOnly,
6918                        cmiMrIfCCoaEnable,
6919                        cmiMrIfRoamStatus,
6920                        cmiMrIfRegisteredCoAType,
6921                        cmiMrIfRegisteredCoA,
6922                        cmiMrIfRegisteredMaAddrType,
6923                        cmiMrIfRegisteredMaAddr,
6924                        cmiMrBetterIfDetected,
6925                        cmiMrTunnelPktsRcvd,
6926                        cmiMrTunnelPktsSent,
6927                        cmiMrTunnelBytesRcvd,
6928                        cmiMrTunnelBytesSent,
6929                        cmiMrRedStateActive,
6930                        cmiMrRedStatePassive,
6931                        cmiMrCollocatedTunnel
6932                    }
6933    STATUS          current
6934    DESCRIPTION
6935        "A collection of objects providing the management
6936        information in a mobile router."
6937    ::= { ciscoMobileIpGroups 31 }
6938
6939ciscoMobileIpHaRegGroupV12R03r2Sup1 OBJECT-GROUP
6940    OBJECTS         {
6941                        cmiHaRegMnIfDescription,
6942                        cmiHaRegMnIfBandwidth,
6943                        cmiHaRegMnIfID,
6944                        cmiHaRegMnIfPathMetricType
6945                    }
6946    STATUS          current
6947    DESCRIPTION
6948        "Additional objects for providing management
6949        information for the registration function within
6950        a home agent."
6951    ::= { ciscoMobileIpGroups 32 }
6952
6953ciscoMobileIpHaMobNetGroupSup1 OBJECT-GROUP
6954    OBJECTS         {
6955                        cmiHaMrMultiPath,
6956                        cmiHaMrMultiPathMetricType
6957                    }
6958    STATUS          current
6959    DESCRIPTION
6960        "Additional objects providing the management
6961        information related to mobile networks in a
6962        home agent."
6963    ::= { ciscoMobileIpGroups 33 }
6964
6965ciscoMobileIpMrSystemGroupV3Sup1 OBJECT-GROUP
6966    OBJECTS         {
6967                        cmiMrIfHaTunnelIfIndex,
6968                        cmiMrIfID,
6969                        cmiMrMultiPath,
6970                        cmiMrMultiPathMetricType
6971                    }
6972    STATUS          current
6973    DESCRIPTION
6974        "Additional objects providing the management
6975        information in a mobile router specific to
6976        multiple tunnels feature."
6977    ::= { ciscoMobileIpGroups 34 }
6978
6979ciscoMobileIpHaRegGroupV12R03r2Sup2 OBJECT-GROUP
6980    OBJECTS         { cmiHaRegMobilityBindingMacAddress }
6981    STATUS          current
6982    DESCRIPTION
6983        "Additional objects for providing management
6984        information for the registration function within
6985        a home agent."
6986    ::= { ciscoMobileIpGroups 35 }
6987
6988ciscoMobileIpHaSystemGroupV1 OBJECT-GROUP
6989    OBJECTS         { cmiHaSystemVersion }
6990    STATUS          current
6991    DESCRIPTION
6992        "A collection of objects providing the management
6993        information in a home agent."
6994    ::= { ciscoMobileIpGroups 36 }
6995
6996ciscoMobileIpMrNotificationGroupV3 NOTIFICATION-GROUP
6997   NOTIFICATIONS    { cmiHaMaxBindingsNotif }
6998    STATUS          current
6999    DESCRIPTION
7000        "This group supplements ciscoMobileIpMrNotificationGroupV2
7001        with the Object cmiHaMaxBindingsNotif."
7002    ::= { ciscoMobileIpGroups 37 }
7003
7004ciscoMobileIpHaRegGroupV1 OBJECT-GROUP
7005    OBJECTS         { cmiHaMaximumBindings }
7006    STATUS          current
7007    DESCRIPTION
7008        "This group supplements ciscoMobileIpHaRegGroupV13R03r2
7009        to provide the Object to configure the bindings on
7010        the home agent."
7011    ::= { ciscoMobileIpGroups 38 }
7012
7013ciscoMobileIpHaRegIntervalStatsGroup OBJECT-GROUP
7014    OBJECTS         {
7015                        cmiHaRegIntervalSize,
7016                        cmiHaRegIntervalMaxActiveBindings,
7017                        cmiHaRegInterval3gpp2MaxActiveBindings,
7018                        cmiHaRegIntervalWimaxMaxActiveBindings
7019                    }
7020    STATUS          current
7021    DESCRIPTION
7022        "This collection of objects provide the management information
7023        related to the active bindings on the Home Agent."
7024    ::= { ciscoMobileIpGroups 39 }
7025
7026ciscoMobileIpHaRegTunnelStatsGroup OBJECT-GROUP
7027    OBJECTS         {
7028                        cmiHaRegTunnelStatsTunnelType,
7029                        cmiHaRegTunnelStatsNumUsers,
7030                        cmiHaRegTunnelStatsDataRateInt,
7031                        cmiHaRegTunnelStatsInBitRate,
7032                        cmiHaRegTunnelStatsInPktRate,
7033                        cmiHaRegTunnelStatsInBytes,
7034                        cmiHaRegTunnelStatsInPkts,
7035                        cmiHaRegTunnelStatsOutBitRate,
7036                        cmiHaRegTunnelStatsOutPktRate,
7037                        cmiHaRegTunnelStatsOutBytes,
7038                        cmiHaRegTunnelStatsOutPkts
7039                    }
7040    STATUS          current
7041    DESCRIPTION
7042        "This collection of objects provide the statistics of all the
7043        active tunnels between HA and CoA."
7044    ::= { ciscoMobileIpGroups 40 }
7045
7046END
7047