Step 1
|
configure terminal
FabricEdge# configure terminal
|
Enters global configuration mode.
|
Step 2
|
router lisp
FabricEdge(config)# router lisp
|
Enters LISP configuration mode.
|
Step 3
|
locator-table default
FabricEdge(config-router-lisp)# locator-table default
|
Associates a default VRF table through which the routing locator address space is reachable to a router LISP instantiation.
|
Step 4
|
locator-set rloc_loopback
FabricEdge(config-router-lisp)# locator-set rloc_loopback
|
Specifies a named locator set and enters LISP locator-set configuration mode.
|
Step 5
|
ipv4-interface interface-num priority priority weight weight
FabricEdge(config-router-lisp-locator-set)# IPv4-interface Loopback 0 priority 10 weight 10
|
Configures the IPv4 address of the interface as locator.
|
Step 6
|
exit-locator-set
FabricEdge(config-router-lisp-locator-set)# exit-locator-set
|
Exits LISP locator-set configuration mode.
|
Step 7
|
exit-router-lisp
FabricEdge(config-router-lisp-)# exit-router-lisp
|
Exits LISP router-lisp configuration mode.
|
Step 8
|
interface vlan interface-num
FabricEdge(config)# interface Vlan 2045
|
|
Step 9
|
description description
FabricEdge(config-if)# description Configured from Cisco DNA-Center
|
Specifies a description text for the interface.
|
Step 10
|
mac-address mac-address
FabricEdge(config-if)# mac-address 0000.0c9f.f85c
|
Sets an interface MAC address manually.
|
Step 11
|
ip address ip-address mask
FabricEdge(config-if)# ip address 192.168.1.1 255.255.255.252
|
Configures an IP address for the interface.
|
Step 12
|
ip helper-address ip-address
FabricEdge(config-if)# ip helper-address 9.9.9.9
|
Specifies a destination address for UDP broadcasts.
|
Step 13
|
no ip redirects
FabricEdge(config-if)# no ip redirects
|
Disables sending of ICMP redirect messages.
|
Step 14
|
ip route-cache same-interface
FabricEdge(config-if)# ip route-cache same-interface
|
Enables fast-switching cache for outgoing packets on the same interface.
|
Step 15
|
no lisp mobility liveness test
FabricEdge(config-if)# no lisp mobility liveness test
|
Removes liveness test on dynamic EID discovered on this interface.
|
Step 16
|
lisp mobility dynamic-eid-name
FabricEdge(config-if)# lisp mobility 40_40_0_0-INFRA_VN-IPV4
|
Allows EID mobility on the interface.
|
Step 17
|
exit
FabricEdge(config-if)# exit
|
Exits from interface configuration mode.
|
Step 18
|
router lisp
FabricEdge(config)# router lisp
|
Enters LISP configuration mode.
|
Step 19
|
locator-set locator-set-name
FabricEdge(config-router-lisp)# locator-set rloc_824ecb7
|
Specifies a locator set and enters LISP locator-set configuration mode.
|
Step 20
|
exit-locator-set
FabricEdge(config-router-lisp-locator-set)# exit-locator-set
|
Exits LISP locator-set configuration mode.
|
Step 21
|
service ipv4
FabricEdge(config-router-lisp)# service ipv4
|
Enables Layer 3 network services for the IPv4 address family and enters service submode.
|
Step 22
|
use-petr ip-address
FabricEdge(config-lisp-srv-ipv4)# use-petr 5.5.5.5
|
Configures the loopback IP address of the Proxy Egress Tunnel Router (PETR).
|
Step 23
|
encapsulation vxlan
FabricEdge(config-lisp-srv-ipv4)# encapsulation vxlan
|
Selects the encapsulation type as VXLAN for data packets.
|
Step 24
|
itr map-resolver map-resolver-address
FabricEdge(config-lisp-srv-ipv4)# itr map-resolver 5.5.5.5
|
Configures the map resolver address for sending map requests.
|
Step 25
|
etr map-server map-server-address key key-type authentication-key
FabricEdge(config-lisp-srv-ipv4)# etr map-server 5.5.5.5 key 7 #########
|
Configures the map server for ETR registration.
|
Step 26
|
etr map-server map-server-address proxy-reply authentication-key
FabricEdge(config-lisp-srv-ipv4)# etr map-server 5.5.5.5 proxy-reply
|
Configures the locator address of the LISP map server and the authentication key that this router, acting as a LISP ETR, will
use to register with the LISP mapping system.
|
Step 27
|
etr
FabricEdge(config-lisp-srv-ipv4)# etr
|
Configures a LISP Egress Tunnel Router (ETR).
|
Step 28
|
sgt
FabricEdge(config-lisp-srv-ipv4)# sgt
|
Enable security group tag propagation in LISP encapsulated traffic.
|
Step 29
|
no map-cache away-eids send-map-request
FabricEdge(config-lisp-srv-ipv4)# no map-cache away-eids send-map-request
|
Removes the address family-specific map cache configuration.
|
Step 30
|
proxy-itr ip-address
FabricEdge(config-lisp-srv-ipv4)# proxy-itr 5.5.5.5
|
Enables the Proxy Ingress Tunnel Router (PITR) functionality and specifies the address to use when LISP encapsulating packets
to LISP sites.
|
Step 31
|
exit-service-ipv4
FabricEdge(config-lisp-srv-ipv4)# exit-service-ipv4
|
Exits LISP service-ipv4 configuration mode.
|
Step 32
|
service ethernet
FabricEdge(config-router-lisp)# service ethernet
|
Selects the service type as Ethernet.
|
Step 33
|
itr map-resolver map-resolver-address
FabricEdge(config-lisp-srv-eth)# itr map-resolver 5.5.5.5
|
Configures the map-resolver address for sending map requests.
|
Step 34
|
itr
FabricEdge(config-lisp-srv-eth)# itr
|
Enables the LISP ITR functionality.
|
Step 35
|
etr map-server map-server-address key key-type authentication-key
FabricEdge(config-lisp-srv-eth)# etr map-server 5.5.5.5 key 7 1234
|
Configures the map server for ETR registration.
|
Step 36
|
etr
FabricEdge(config-lisp-srv-eth)# etr
|
Enables the LISP ETR functionality.
|
Step 37
|
exit-service-ethernet
FabricEdge(config-lisp-srv-eth)# exit-service-ethernet
|
Exits LISP service-ethernet configuration mode.
|
Step 38
|
instance-id instance
FabricEdge(config-router-lisp)# instance-id 101
|
Creates a LISP EID instance to group multiple services.
|
Step 39
|
remote-rloc-probe on-route-change
FabricEdge(config-lisp-inst)# remote-rloc-probe on-route-change
|
Configures the parameters for probing remote Routing locators (RLOCs).
|
Step 40
|
dynamic-eid dynamic-eid-name
FabricEdge(config-lisp-inst)# dynamic-eid 40_40_0_0-INFRA_VN-IPV4
|
Configures a dynamic EID and enters dynamic EID configuration mode.
|
Step 41
|
database-mapping eid locator-set rloc_loopback
FabricEdge(config-router-lisp-dynamic-eid)# database-mapping 40.40.0.0/16 locator-set rloc_loopback
|
Configures the EID prefix and locator set for the dynamic EID.
|
Step 42
|
exit-dynamic-id
FabricEdge(config-router-lisp-dynamic-eid)# exit-instance-id
|
Exits dynamic instance submode.
|
Step 43
|
service ipv4
FabricEdge(config-lisp-inst)# service ipv4
|
Selects service type as IPv4.
|
Step 44
|
eid-table default
FabricEdge(config-lisp-inst-srv-ipv4)# eid-table default
|
|
Step 45
|
exit-service-ipv4
FabricEdge(config-lisp-inst-srv-ipv4)# exit-service-ipv4
|
Exits LISP service-ipv4 configuration mode.
|
Step 46
|
exit-instance-id
FabricEdge(config-lisp-inst)# exit-instance-id
|
Exits LISP instance-id configuration mode.
|
Step 47
|
service ipv4
FabricEdge(config-router-lisp)# service ipv4
|
Selects service type as IPv4.
|
Step 48
|
map-cache away-eids map-request
FabricEdge(config-lisp-srv-ipv4)# map-cache 40.40.0.0/16 map-request
|
Exports away table entries into the map cache, with the action set to send-map-request.
|
Step 49
|
exit-service-ipv4
FabricEdge(config-lisp-srv-ipv4)# exit-service-ipv4
|
Exits LISP service-ipv4 configuration mode.
|
Step 50
|
instance-id instance
FabricEdge(config-router-lisp)# instance-id 8188
|
Creates a LISP EID instance to group multiple services.
|
Step 51
|
remote-rloc-probe on-route-change
FabricEdge(config-lisp-inst)# remote-rloc-probe on-route-change
|
Configures parameters for probing remote RLOCs.
|
Step 52
|
service ethernet
FabricEdge(config-lisp-inst)# service ethernet
|
Enables Layer 2 network services and enters service submode.
|
Step 53
|
eid-table vlan vlan-number
FabricEdge(config-lisp-inst-srv-eth)# eid-table vlan 101
|
Binds an EID table to VLAN.
|
Step 54
|
database-mapping maclocator-set rloc_loopbac
FabricEdge(config-lisp-inst-srv-eth)# database-mapping mac locator-set rloc_loopbac
|
Configures address family-specific local EID prefixes database.
|
Step 55
|
exit-service-ethernet
FabricEdge(config-lisp-inst-srv-eth)# exit-service-ethernet
|
Exits LISP service-ethernet configuration mode.
|
Step 56
|
exit-instance-id
FabricEdge(config-lisp-inst)# exit-instance-id
|
Exits from LISP instance-id configuration mode.
|
Step 57
|
ipv4 locator reachability minimum-mask-length length
FabricEdge(config-router-lisp)# ipv4 locator reachability minimum-mask-length 32
|
Configures the IPv4 locator address of the LISP.
|
Step 58
|
ipv4 source-locator interface-name
FabricEdge(config-router-lisp)# ipv4 source-locator Loopback0
|
Configures the IPv4 source locator address of the interface.
|
Step 59
|
exit-router-lisp
FabricEdge(config-router-lisp)# exit-router-lisp
|
Exits LISP router-lisp configuration mode.
|