EI CCIE考试不难,来学习下5个LISP实验
本文由WOLFLAB网络实验室金戈然老师提供技术编辑

EI CCIE考试需要学习的LISP实验一:
站点A内部:
R1:
interface Loopback0
ip address 192.168.1.1 255.255.255.255
interface GigabitEthernet0/0
ip address 192.168.12.1 255.255.255.0
no shutdown
ip route 0.0.0.0 0.0.0.0 192.168.12.2
R2:
interface Loopback0
ip address 192.168.2.2 255.255.255.255
interface GigabitEthernet0/0
ip address 192.168.12.2 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 23.1.1.2 255.255.255.0
no shutdown
ip route 0.0.0.0 0.0.0.0 23.1.1.3
ip route 192.168.1.1 255.255.255.255 192.168.12.1
站点B内部:
R6:
interface Loopback0
ip address 192.168.6.6 255.255.255.255
interface GigabitEthernet0/0
ip address 192.168.56.6 255.255.255.0
no shutdown
ip route 0.0.0.0 0.0.0.0 192.168.56.5
R5:
interface Loopback0
ip address 192.168.5.5 255.255.255.255
interface GigabitEthernet0/0
ip address 192.168.56.5 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 45.1.1.5 255.255.255.0
no shutdown
ip route 0.0.0.0 0.0.0.0 45.1.1.4
ip route 192.168.6.6 255.255.255.255 192.168.56.6
运营商:
R3:
interface Loopback0
ip address 3.3.3.3 255.255.255.255
interface GigabitEthernet0/0
ip address 34.1.1.3 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 23.1.1.3 255.255.255.0
no shutdown
router ospf 1
router-id 3.3.3.3
passive-interface GigabitEthernet0/1
network 3.3.3.3 0.0.0.0 area 0
network 23.1.1.3 0.0.0.0 area 0
network 34.1.1.3 0.0.0.0 area 0
R4:
interface Loopback0
ip address 4.4.4.4 255.255.255.255
interface GigabitEthernet0/0
ip address 34.1.1.4 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 45.1.1.4 255.255.255.0
no shutdown
router ospf 1
router-id 4.4.4.4
passive-interface GigabitEthernet0/1
network 4.4.4.4 0.0.0.0 area 0
network 34.1.1.4 0.0.0.0 area 0
network 45.1.1.4 0.0.0.0 area 0
LISP配置:
R2:
router lisp
database-mapping 192.168.1.1/32 23.1.1.2 priority 1 weight 50
database-mapping 192.168.2.2/32 23.1.1.2 priority 1 weight 50
database-mapping 192.168.12.0/24 23.1.1.2 priority 1 weight 50
ipv4 itr map-resolver 3.3.3.3
ipv4 itr
ipv4 etr map-server 3.3.3.3 key Wolf1234
ipv4 etr
exit
R5:
router lisp
database-mapping 192.168.5.5/32 45.1.1.5 priority 1 weight 50
database-mapping 192.168.6.6/32 45.1.1.5 priority 1 weight 50
database-mapping 192.168.56.0/24 45.1.1.5 priority 1 weight 50
ipv4 itr map-resolver 3.3.3.3
ipv4 itr
ipv4 etr map-server 3.3.3.3 key Wolf1234
ipv4 etr
exit
R3:
router lisp
site A
authentication-key Wolf1234
eid-prefix 192.168.1.1/32
eid-prefix 192.168.2.2/32
eid-prefix 192.168.12.0/24
exit
!
site B
authentication-key Wolf1234
eid-prefix 192.168.5.5/32
eid-prefix 192.168.6.6/32
eid-prefix 192.168.56.0/24
exit
!
ipv4 map-server
ipv4 map-resolver
exit
一些show命令:
show ip lisp
show lisp site //在MS上查看站点有哪些EID
show lisp site name A //在MS上查看站点A有哪些EID
show ip lisp database //在ETR上查看本站点有哪些EID,对应的RLOC是什么
show ip lisp map-cache //在ITR上查看map-cache
show ip lisp forwarding eid remote X.X.X.X //查看具体封装情况
lig 192.168.6.6 //LISP Internet Groper,探测
lig self all
lig self ipv4 all
lig self ipv6 all
clear ip lisp map-cache //清除LISP map-cache
====================================================
EI CCIE考试需要学习的LISP实验二:
站点A内部:
R1:
ipv6 unicast-routing
interface Loopback0
ipv6 address 2001:CC1E:1::1/128
interface GigabitEthernet0/0
ipv6 address 2001:CC1E:12::1/64
no shutdown
ipv6 route ::/0 2001:CC1E:12::2
R2:
ipv6 unicast-routing
interface Loopback0
ipv6 address 2001:CC1E:2::2/128
interface GigabitEthernet0/0
ipv6 address 2001:CC1E:12::2/64
interface GigabitEthernet0/1
ip address 23.1.1.2 255.255.255.0
no shutdown
ip route 0.0.0.0 0.0.0.0 23.1.1.3
ipv6 route 2001:CC1E:1::1/128 2001:CC1E:12::1
站点B内部:
R6:
ipv6 unicast-routing
interface Loopback0
ipv6 address 2001:CC1E:6::6/128
interface GigabitEthernet0/0
ipv6 address 2001:CC1E:56::6/64
no shutdown
ipv6 route ::/0 2001:CC1E:5::5
R5:
ipv6 unicast-routing
interface Loopback0
ipv6 address 2001:CC1E:5::5/128
interface GigabitEthernet0/0
ipv6 address 2001:CC1E:56::5/64
no shutdown
interface GigabitEthernet0/1
ip address 45.1.1.5 255.255.255.0
no shutdown
ip route 0.0.0.0 0.0.0.0 45.1.1.4
ipv6 route 2001:CC1E:6::6/128 2001:CC1E:56::6
运营商:
R3:
interface Loopback0
ip address 3.3.3.3 255.255.255.255
interface GigabitEthernet0/0
ip address 34.1.1.3 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 23.1.1.3 255.255.255.0
no shutdown
router ospf 1
router-id 3.3.3.3
passive-interface GigabitEthernet0/1
network 3.3.3.3 0.0.0.0 area 0
network 23.1.1.3 0.0.0.0 area 0
network 34.1.1.3 0.0.0.0 area 0
R4:
interface Loopback0
ip address 4.4.4.4 255.255.255.255
interface GigabitEthernet0/0
ip address 34.1.1.4 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 45.1.1.4 255.255.255.0
no shutdown
router ospf 1
router-id 4.4.4.4
passive-interface GigabitEthernet0/1
network 4.4.4.4 0.0.0.0 area 0
network 34.1.1.4 0.0.0.0 area 0
network 45.1.1.4 0.0.0.0 area 0
EI CCIE考试需要学习的LISP配置:
R2:
router lisp
database-mapping 2001:CC1E:1::1/128 23.1.1.2 priority 1 weight 50
database-mapping 2001:CC1E:2::2/128 23.1.1.2 priority 1 weight 50
database-mapping 2001:CC1E:12::/64 23.1.1.2 priority 1 weight 50
ipv6 itr map-resolver 3.3.3.3
ipv6 itr
ipv6 etr map-server 3.3.3.3 key Wolf1234
ipv6 etr
exit
R5:
router lisp
database-mapping 2001:CC1E:5::5/128 45.1.1.5 priority 1 weight 50
database-mapping 2001:CC1E:6::6/128 45.1.1.5 priority 1 weight 50
database-mapping 2001:CC1E:56::/64 45.1.1.5 priority 1 weight 50
ipv6 itr map-resolver 3.3.3.3
ipv6 itr
ipv6 etr map-server 3.3.3.3 key Wolf1234
ipv6 etr
exit
R3:
router lisp
site A
authentication-key Wolf1234
eid-prefix 2001:CC1E:1::1/128
eid-prefix 2001:CC1E:2::2/128
eid-prefix 2001:CC1E:12::/64
exit
!
site B
authentication-key Wolf1234
eid-prefix 2001:CC1E:5::5/128
eid-prefix 2001:CC1E:6::6/128
eid-prefix 2001:CC1E:56::/64
exit
!
ipv6 map-server
ipv6 map-resolver
exit
一些show命令:
show ipv6 lisp
show lisp site //在MS上查看站点有哪些EID
show lisp site name A //在MS上查看站点A有哪些EID
show ipv6 lisp database//在ETR上查看本站点有哪些EID,对应的RLOC是什么
show ipv6 lisp map-cache //在ITR上查看map-cache
show ipv6 lisp forwarding eid remote X.X.X.X //查看具体封装情况
lig 2001:cc1e:6::6 //LISP Internet Groper,探测
lig self all
lig self ipv4 all
lig self ipv6 all
clear ipv6 lisp map-cache //清除LISP map-cache
====================================================
EI CCIE考试需要学习的实验三:
站点A内部:
R1:
interface Loopback0
ip address 192.168.1.1 255.255.255.255
interface GigabitEthernet0/0
ip address 192.168.12.1 255.255.255.0
no shutdown
ip route 0.0.0.0 0.0.0.0 192.168.12.2
R2:
interface Loopback0
ip address 192.168.2.2 255.255.255.255
interface GigabitEthernet0/0
ip address 192.168.12.2 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 23.1.1.2 255.255.255.0
no shutdown
ip route 0.0.0.0 0.0.0.0 23.1.1.3
ip route 192.168.1.1 255.255.255.255 192.168.12.1
运营商:
R3:
interface Loopback0
ip address 3.3.3.3 255.255.255.255
interface GigabitEthernet0/0
ip address 34.1.1.3 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 23.1.1.3 255.255.255.0
no shutdown
router ospf 1
router-id 3.3.3.3
passive-interface GigabitEthernet0/1
network 3.3.3.3 0.0.0.0 area 0
network 23.1.1.3 0.0.0.0 area 0
network 34.1.1.3 0.0.0.0 area 0
R4:
interface Loopback0
ip address 4.4.4.4 255.255.255.255
interface GigabitEthernet0/0
ip address 34.1.1.4 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 45.1.1.4 255.255.255.0
no shutdown
router ospf 1
router-id 4.4.4.4
passive-interface GigabitEthernet0/1
network 4.4.4.4 0.0.0.0 area 0
network 34.1.1.4 0.0.0.0 area 0
network 45.1.1.4 0.0.0.0 area 0
R5:
interface Loopback0
ip address 5.5.5.5 255.255.255.255
interface GigabitEthernet0/0
ip address 56.1.1.5 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 45.1.1.5 255.255.255.0
no shutdown
router ospf 1
router-id 5.5.5.5
network 5.5.5.5 0.0.0.0 area 0
network 45.1.1.5 0.0.0.0 area 0
network 56.1.1.5 0.0.0.0 area 0
R6:
interface Loopback0
ip address 6.6.6.6 255.255.255.255
interface GigabitEthernet0/0
ip address 56.1.1.6 255.255.255.0
router ospf 1
router-id 6.6.6.6
network 6.6.6.6 0.0.0.0 area 0
network 56.1.1.6 0.0.0.0 area 0
EI CCIE考试需要学习的LISP配置:
R2:
router lisp
database-mapping 192.168.1.1/32 23.1.1.2 priority 1 weight 50
database-mapping 192.168.2.2/32 23.1.1.2 priority 1 weight 50
database-mapping 192.168.12.0/24 23.1.1.2 priority 1 weight 50
ipv4 itr map-resolver 3.3.3.3
ipv4 itr
ipv4 etr map-server 3.3.3.3 key Wolf1234
ipv4 etr
ipv4 use-petr 45.1.1.5
exit
R3:
router lisp
site A
authentication-key Wolf1234
eid-prefix 192.168.0.0/16 accept-more-specifics
exit
!
ipv4 map-server
ipv4 map-resolver
exit
R5:
ip route 192.168.0.0 255.255.0.0 Null0 tag 1
route-map LISP permit 10
match tag 1
router lisp
ipv4 route-import map-cache static route-map LISP
ipv4 proxy-etr
ipv4 proxy-itr 45.1.1.5
ipv4 itr map-resolver 3.3.3.3
exit
router ospf 1
redistribute static subnets route-map LISP
一些show命令:
show ip lisp
show lisp site //在MS上查看站点有哪些EID
show lisp site name A //在MS上查看站点A有哪些EID
show ip lisp database //在ETR上查看本站点有哪些EID,对应的RLOC是什么
show ip lisp map-cache //在ITR上查看map-cache
show ip lisp forwarding eid remote X.X.X.X //查看具体封装情况
lig 192.168.6.6 //LISP Internet Groper,探测
lig self all
lig self ipv4 all
lig self ipv6 all
clear ip lisp map-cache //清除LISP map-cache
==================================================
EI CCIE考试需要学习的实验四:
站点A内部:
R1:
interface Loopback0
ip address 192.168.1.1 255.255.255.255
interface GigabitEthernet0/0
ip address 192.168.12.1 255.255.255.0
no shutdown
ip route 0.0.0.0 0.0.0.0 192.168.12.2
R2:
interface Loopback0
ip address 192.168.2.2 255.255.255.255
interface GigabitEthernet0/0
ip address 192.168.12.2 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 23.1.1.2 255.255.255.0
no shutdown

ip route 0.0.0.0 0.0.0.0 23.1.1.3
ip route 192.168.1.1 255.255.255.255 192.168.12.1
站点B内部:
R6:
interface Loopback0
ip address 192.168.6.6 255.255.255.255
interface GigabitEthernet0/0
ip address 192.168.56.6 255.255.255.0
no shutdown
ip route 0.0.0.0 0.0.0.0 192.168.56.5
R5:
interface Loopback0
ip address 192.168.5.5 255.255.255.255
interface GigabitEthernet0/0
ip address 192.168.56.5 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 45.1.1.5 255.255.255.0
no shutdown
ip route 0.0.0.0 0.0.0.0 45.1.1.4
ip route 192.168.6.6 255.255.255.255 192.168.56.6
运营商:
R3:
interface Loopback0
ip address 3.3.3.3 255.255.255.255
interface GigabitEthernet0/0
ip address 34.1.1.3 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 23.1.1.3 255.255.255.0
no shutdown
router ospf 1
router-id 3.3.3.3
passive-interface GigabitEthernet0/1
network 3.3.3.3 0.0.0.0 area 0
network 23.1.1.3 0.0.0.0 area 0
network 34.1.1.3 0.0.0.0 area 0
R4:
interface Loopback0
ip address 4.4.4.4 255.255.255.255
interface GigabitEthernet0/0
ip address 34.1.1.4 255.255.255.0
no shutdown
interface GigabitEthernet0/1
ip address 45.1.1.4 255.255.255.0
no shutdown
router ospf 1
router-id 4.4.4.4
passive-interface GigabitEthernet0/1
network 4.4.4.4 0.0.0.0 area 0
network 34.1.1.4 0.0.0.0 area 0
network 45.1.1.4 0.0.0.0 area 0
EI CCIE考试需要学习的LISP配置:
R2:
router lisp
database-mapping 192.168.1.1/32 23.1.1.2 priority 1 weight 50
database-mapping 192.168.2.2/32 23.1.1.2 priority 1 weight 50
database-mapping 192.168.12.0/24 23.1.1.2 priority 1 weight 50
ipv4 itr map-resolver 4.4.4.4
ipv4 itr
ipv4 etr map-server 3.3.3.3 key Wolf1234
ipv4 etr
exit
R5:
router lisp
database-mapping 192.168.5.5/32 45.1.1.5 priority 1 weight 50
database-mapping 192.168.6.6/32 45.1.1.5 priority 1 weight 50
database-mapping 192.168.56.0/24 45.1.1.5 priority 1 weight 50
ipv4 itr map-resolver 4.4.4.4
ipv4 itr
ipv4 etr map-server 3.3.3.3 key Wolf1234
ipv4 etr
exit
R3:
router lisp
site AB
authentication-key Wolf1234
eid 192.168.0.0/16 accept-more-specifics
exit
!
ipv4 map-server
exit
R4:
router lisp
ipv4 map-resolver
exit
R3上ALT配置:
vrf definition LISP
rd 3:3
!
address-family ipv4
exit-address-family
interface Tunnel0
vrf forwarding LISP
ip address 10.10.34.3 255.255.255.0
tunnel source 34.1.1.3
tunnel destination 34.1.1.4
router lisp
ipv4 alt-vrf LISP
exit
router bgp 34
bgp router-id 3.3.3.3
bgp log-neighbor-changes
!
address-family ipv4 vrf LISP
redistribute lisp
neighbor 10.10.34.4 remote-as 34
neighbor 10.10.34.4 activate
exit-address-family
R4上ALT配置:
vrf definition LISP
rd 4:4
!
address-family ipv4
exit-address-family
interface Tunnel0
vrf forwarding LISP
ip address 10.10.34.4 255.255.255.0
tunnel source 34.1.1.4
tunnel destination 34.1.1.3
router lisp
ipv4 alt-vrf LISP
exit
router bgp 34
bgp router-id 4.4.4.4
bgp log-neighbor-changes
!
address-family ipv4 vrf LISP
neighbor 10.10.34.3 remote-as 34
neighbor 10.10.34.3 activate
exit-address-family
===================================================
EI CCIE考试需要学习的实验五:
运营商:
vlan 61,172,202
exit
interface GigabitEthernet0/0
switchport
switchport mode access
switchport access vlan 202
no shutdown
exit
interface GigabitEthernet0/1
switchport
switchport mode access
switchport access vlan 61
no shutdown
exit
interface GigabitEthernet0/2
switchport
switchport mode access
switchport access vlan 172
no shutdown
exit
interface Vlan61
ip address 61.128.1.10 255.255.255.0
no shutdown
exit
interface Vlan172
ip address 172.9.1.10 255.255.255.0
no shutdown
exit
interface Vlan202
ip address 202.100.1.10 255.255.255.0
no shutdown
exit
ip routing
站点内部底层配置:
R1:
interface GigabitEthernet0/0
ip address 202.100.1.1 255.255.255.0
no shutdown
exit
ip route 0.0.0.0 0.0.0.0 202.100.1.10
R2:
interface GigabitEthernet0/0
ip address 61.128.1.2 255.255.255.0
no shutdown
exit
ip route 0.0.0.0 0.0.0.0 61.128.1.10
R3:
interface GigabitEthernet0/0
ip address 172.9.1.3 255.255.255.0
no shutdown
exit
ip route 0.0.0.0 0.0.0.0 172.9.1.10
mGRE配置:
R1:
interface Tunnel0
ip address 10.1.123.1 255.255.255.0
no ip redirects
ip nhrp map multicast dynamic
ip nhrp network-id 123
ip nhrp redirect
tunnel source 202.100.1.1
tunnel mode gre multipoint
no shutdown
exit
R2:
interface Tunnel0
ip address 10.1.123.2 255.255.255.0
no ip redirects
ip nhrp network-id 123
ip nhrp nhs 10.1.123.1 nbma 202.100.1.1 multicast
ip nhrp shortcut
tunnel source GigabitEthernet0/0
tunnel mode gre multipoint
no shutdown
exit
R3:
interface Tunnel0
ip address 10.1.123.3 255.255.255.0
no ip redirects
ip nhrp network-id 123
ip nhrp nhs 10.1.123.1 nbma 202.100.1.1 multicast
ip nhrp shortcut
tunnel source GigabitEthernet0/0
tunnel mode gre multipoint
no shutdown
exit
IKEV2配置:
R1/R2/R3:
crypto ikev2 proposal PROP
encryption 3des aes-cbc-192 aes-cbc-256
integrity md5 sha256 sha384
group 2 5 14
exit
crypto ikev2 policy POLI
proposal PROP
exit
crypto ikev2 keyring KEYR
peer DMVPN
address 0.0.0.0 0.0.0.0
pre-shared-key Wolf1234
exit
exit
crypto ikev2 profile IKEV2-P
match identity remote address 0.0.0.0
authentication remote pre-share
authentication local pre-share
keyring local KEYR
exit
二阶段加密配置:
R1/R2/R3:
crypto ipsec transform-set TS esp-aes esp-sha-hmac
mode transport
exit
crypto ipsec profile IPSEC-P
set transform-set TS
set ikev2-profile IKEV2-P
exit
interface Tunnel0
tunnel protection ipsec profile IPSEC-P
exit
VRF配置:
R1:
vrf definition A
rd 1:1
address-family ipv4
exit
exit
vrf definition B
rd 1:2
address-family ipv4
exit
exit
interface Loopback0
vrf forwarding A
ip address 10.1.1.1 255.255.255.0
exit
interface Loopback1
vrf forwarding B
ip address 10.1.1.1 255.255.255.0
exit
R2:
vrf definition A
rd 2:1
address-family ipv4
exit
exit
vrf definition B
rd 2:2
address-family ipv4
exit
exit
interface Loopback0
vrf forwarding A
ip address 10.1.2.2 255.255.255.0
exit
interface Loopback1
vrf forwarding B
ip address 10.1.2.2 255.255.255.0
exit
R3:
vrf definition A
rd 3:1
address-family ipv4
exit
exit
vrf definition B
rd 3:2
address-family ipv4
exit
exit
interface Loopback0
vrf forwarding A
ip address 10.1.3.3 255.255.255.0
exit
interface Loopback1
vrf forwarding B
ip address 10.1.3.3 255.255.255.0
exit
LISP配置:
R1 xTR配置:
router lisp
eid-table vrf A instance-id 1
database-mapping 10.1.1.0/24 10.1.123.1 priority 1 weight 50
exit
eid-table vrf B instance-id 2
database-mapping 10.1.1.0/24 10.1.123.1 priority 1 weight 50
exit
ipv4 itr map-resolver 10.1.123.1
ipv4 itr
ipv4 etr map-server 10.1.123.1 key Wolf1234
ipv4 etr
exit
R2 xTR配置:
router lisp
eid-table vrf A instance-id 1
database-mapping 10.1.2.0/24 10.1.123.2 priority 1 weight 50
exit
eid-table vrf B instance-id 2
database-mapping 10.1.2.0/24 10.1.123.2 priority 1 weight 50
exit
ipv4 itr map-resolver 10.1.123.1
ipv4 itr
ipv4 etr map-server 10.1.123.1 key Wolf1234
ipv4 etr
exit
R3 xTR配置:
router lisp
eid-table vrf A instance-id 1
database-mapping 10.1.3.0/24 10.1.123.3 priority 1 weight 50
exit
eid-table vrf B instance-id 2
database-mapping 10.1.3.0/24 10.1.123.3 priority 1 weight 50
exit
ipv4 itr map-resolver 10.1.123.1
ipv4 itr
ipv4 etr map-server 10.1.123.1 key Wolf1234
ipv4 etr
exit
R1 MS/MR配置:
router lisp
site A
authentication-key Wolf1234
eid-prefix instance-id 1 10.1.0.0/16 accept-more-specifics
exit
site B
authentication-key Wolf1234
eid-prefix instance-id 2 10.1.0.0/16 accept-more-specifics
exit
ipv4 map-server
ipv4 map-resolver
exit
一些show命令:
show crypto ikev2 sa //查看IKEV2 SA
show crypto ipsec sa //查看Child SA
show crypto session //查看VPN会话
show ip nhrp//查看NHRP映射表项
show ip lisp
show lisp site//在MS上查看站点有哪些EID
show lisp site name A //在MS上查看站点A有哪些EID
show lisp site eid-table vrf A
show ip lisp database //在ETR上查看本站点有哪些EID,对应的RLOC是什么
show ip lisp eid-table vrf A database //在ETR上查看本站点eid-table vrf A有哪些EID,对应的RLOC是什么
show ip lisp eid-table vrf B database //在ETR上查看本站点eid-table vrf B有哪些EID,对应的RLOC是什么
show ip lisp map-cache //在ITR上查看map-cache
show ip lisp map-cache instance-id 1 //在ITR上查看实例1的map-cache
show ip lisp map-cache instance-id 2 //在ITR上查看实例2的map-cache
show ip lisp map-cache eid-table vrf A //在ITR上查看eid-table vrf A的map-cache
show ip lisp map-cache eid-table vrf B //在ITR上查看eid-table vrf B的map-cache
show ip lisp forwarding eid remote X.X.X.X //查看具体封装情况
show ip lisp eid-table vrf A forwarding eid remote 10.1.2.2
lig 10.1.2.2 //LISP Internet Groper,探测
lig self all
lig self ipv4 all
lig self ipv6 all

lig instange-id 1 10.10.7.1
lig eid-table vrf A 10.10.7.1
clear ip lisp map-cache //清除LISP map-cache
clear ip lisp map-cache * //清除所有实例的LISP map-cache
欢迎关注WOLFLAB网络实验室,我们将发布更多的EI CCIE考试、学习相关的技术分享给大家!


