ietf-lisp-mapresolver
HTML
ietf-lisp-mapresolver@2019-02-23
module ietf-lisp-mapresolver { yang-version 1.1; namespace "urn:ietf:params:xml:ns:yang:ietf-lisp-mapresolver"; prefix lisp-mr; import ietf-lisp { prefix lisp; reference "RFC XXXX: LISP YANG model"; } import ietf-inet-types { prefix inet; reference "RFC 6991: Common YANG Data Types"; } import ietf-routing { prefix rt; reference "RFC 8349: A YANG Data Model for Routing Management (NMDA version)"; } organization "IETF LISP (Locator/ID Separation Protocol) Working Group"; contact "WG Web: <http://tools.ietf.org/wg/lisp/> WG List: <mailto:lisp@ietf.org> Editor: Vina Ermagan <mailto:ermagan@gmail.com> Editor: Alberto Rodriguez-Natal <mailto:natal@cisco.com> Editor: Reshad Rahman <mailto:rrahman@cisco.com>"; description "This YANG module defines the generic parameters for a LISP Map-Resolver. The module can be extended by vendors to define vendor-specific parameters and policies. Copyright (c) 2018 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this YANG module is part of RFC XXXX; see the RFC itself for full legal notices. "; reference "RFC XXXX"; revision "2019-02-23" { description "Initial revision."; reference "https://tools.ietf.org/html/rfc6833"; } identity mr { base lisp:lisp-role; description "LISP Map-Resolver."; } augment /rt:routing/rt:control-plane-protocols/rt:control-plane-protocol/lisp:lisp { when "lisp:lisp-role/lisp:lisp-role-type = 'lisp-mr:mr'" { description "Augment is valid when LISP device type is Map-Resolver."; } description "This augments the LISP devices list with Map-Resolver specific parameters."; container map-resolver { presence "LISP Map-Resolver operation enabled"; description "Map-Resolver parameters."; leaf mapping-system-type { type lisp:mapping-system-ref; description "A reference to the mapping system"; } leaf ms-address { when "../mapping-system-type=" + "'lisp:single-node-mapping-system'"; type inet:ip-address; description "address to reach the Map Server when " + "lisp-mr:single-node-mapping-system is being used."; } } // container map-resolver } } // module ietf-lisp-mapresolver
Summary
Organization | IETF LISP (Locator/ID Separation Protocol) Working Group |
Module | ietf-lisp-mapresolver |
Version | 2019-02-23 |
File | ietf-lisp-mapresolver@2019-02-23.yang |
Prefix | lisp-mr |
Namespace | urn:ietf:params:xml:ns:yang:ietf-lisp-mapresolver |
Reference | RFC XXXX |
Cooked | /cookedmodules/ietf-lisp-mapresolver/2019-02-23 |
YANG | /src/ietf-lisp-mapresolver@2019-02-23.yang |
XSD | /xsd/ietf-lisp-mapresolver@2019-02-23.xsd |
Abstract | This YANG module defines the generic parameters for a LISP Map-Resolver. The module can be extended by vendors to define vendor-... |
Contact | WG Web: <http://tools.ietf.org/wg/lisp/> WG List: <mailto:lisp@ietf.org> Editor: Vina Ermagan <mailto:ermagan@gmail.com> Editor: Alberto Rodriguez-Natal <mailto:natal@cisco.com> Editor: Reshad Rahman <mailto:rrahman@cisco.com> |
Description
This YANG module defines the generic parameters for a LISP Map-Resolver. The module can be extended by vendors to define vendor-specific parameters and policies. Copyright (c) 2018 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this YANG module is part of RFC XXXX; see the RFC itself for full legal notices. |