LISP MIB
draft-ietf-lisp-mib-10
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (lisp WG)
|
|
Authors |
|
Gregg Schudel
,
Amit Jain
,
Victor Moreno
|
|
Last updated |
|
2013-05-28
(latest revision 2013-05-23)
|
|
Replaces |
|
draft-schudel-lisp-mib
|
|
Stream |
|
Internent Engineering Task Force (IETF)
|
|
Formats |
|
pdf
htmlized (tools)
htmlized
bibtex
|
|
Reviews |
|
|
Stream |
WG state
|
|
Submitted to IESG for Publication
|
|
Document shepherd |
|
Luigi Iannone
|
|
Shepherd write-up |
|
Show
(last changed 2012-10-17)
|
IESG |
IESG state |
|
Waiting for AD Go-Ahead::External Party
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
Brian Haberman
|
|
Send notices to |
|
lisp-chairs@tools.ietf.org, draft-ietf-lisp-mib@tools.ietf.org
|
Network Working Group G. Schudel
Internet-Draft cisco Systems
Intended status: Experimental A. Jain
Expires: November 23, 2013 Juniper Networks
V. Moreno
cisco Systems
May 22, 2013
LISP MIB
draft-ietf-lisp-mib-10
Abstract
This document defines managed objects for the Locator/ID Separation
Protocol (LISP). These objects provide information useful for
monitoring LISP devices, including determining basic LISP
configuration information, LISP functional status, and operational
counters and other statistics.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on November 23, 2013.
Copyright Notice
Copyright (c) 2013 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
Schudel, et al. Expires November 23, 2013 [Page 1]
Internet-Draft LISP MIB May 2013
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Requirements Notation . . . . . . . . . . . . . . . . . . . . 3
2. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
3. The Internet-Standard Management Framework . . . . . . . . . . 3
4. Definition of Terms . . . . . . . . . . . . . . . . . . . . . 4
5. LISP MIB Objectives . . . . . . . . . . . . . . . . . . . . . 4
6. Structure of LISP MIB Module . . . . . . . . . . . . . . . . . 5
6.1. Overview of Defined Notifications . . . . . . . . . . . . 5
6.2. Overview of Defined Tables . . . . . . . . . . . . . . . . 5
7. LISP MIB Definitions . . . . . . . . . . . . . . . . . . . . . 6
8. Relationship to Other MIB Modules . . . . . . . . . . . . . . 61
8.1. MIB modules required for IMPORTS . . . . . . . . . . . . . 61
9. Security Considerations . . . . . . . . . . . . . . . . . . . 61
10. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 62
11. References . . . . . . . . . . . . . . . . . . . . . . . . . . 62
11.1. Normative References . . . . . . . . . . . . . . . . . . . 62
11.2. Informative References . . . . . . . . . . . . . . . . . . 63
Appendix A. Acknowledgments . . . . . . . . . . . . . . . . . . . 64
Schudel, et al. Expires November 23, 2013 [Page 2]
Internet-Draft LISP MIB May 2013
1. Requirements Notation
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in
[RFC2119].
2. Introduction
This draft describes the Management Information Base (MIB) module for
use with network management protocols in the Internet community.
Specifically, the MIB for managing Locator/ID Separation Protocol
(LISP) devices is described.
LISP [RFC6830] specifies a network-based architecture and mechanisms
that implement a new semantic for IP addressing using two separate
name spaces: Endpoint Identifiers (EIDs), used within sites, and
Routing Locators (RLOCs), used on the transit networks that make up
the Internet infrastructure. To achieve this separation, LISP
defines protocol mechanisms for mapping from EIDs to RLOCs.
From a data plane perspective, LISP traffic is handled exclusively at
the network layer by devices performing Ingress Tunnel Router (ITR)
and Egress Tunnel Router (ETR) LISP functions. Data plane operations
Show full document text