2.7. lisp module¶
-
class
lisp.
LispEID
(eid)¶ Bases:
object
Lisp endpoint identifier
-
class
lisp.
VppLispAdjacency
(test, leid, reid, vni=0)¶ Bases:
vpp_object.VppObject
Represents LISP adjacency in VPP
-
add_vpp_config
()¶
-
eid_equal
(eid, eid_type, eid_data, prefix_len)¶
-
leid
¶
-
object_id
()¶
-
query_vpp_config
()¶
-
reid
¶
-
remove_vpp_config
()¶
-
test
¶
-
vni
¶
-
-
class
lisp.
VppLispLocator
(test, sw_if_index, ls_name, priority=1, weight=1)¶ Bases:
vpp_object.VppObject
Represents LISP locator in VPP
-
add_vpp_config
()¶
-
get_lisp_locator_dump_entry
()¶
-
ls_name
¶ Locator set name
-
object_id
()¶
-
priority
¶
-
query_vpp_config
()¶
-
remove_vpp_config
()¶
-
sw_if_index
¶
-
test
¶ Test which created this locator
-
weight
¶
-
-
class
lisp.
VppLispLocatorSet
(test, ls_name)¶ Bases:
vpp_object.VppObject
Represents LISP locator set in VPP
-
add_vpp_config
()¶
-
get_lisp_locator_sets_dump_entry
()¶
-
ls_name
¶
-
object_id
()¶
-
query_vpp_config
()¶
-
remove_vpp_config
()¶
-
test
¶
-
-
class
lisp.
VppLispMapping
(test, eid, vni=0, priority=1, weight=1)¶ Bases:
vpp_object.VppObject
Represents common features for remote and local LISP mapping in VPP
-
eid
¶
-
get_lisp_mapping_dump_entry
()¶
-
priority
¶
-
query_vpp_config
()¶
-
test
¶
-
vni
¶
-
weight
¶
-