07-24-2024 09:23 PM - edited 07-24-2024 11:57 PM
I am using LISP to migrate virtual machines on the same segment between DC1 and DC2.
There are two segments to be migrated.The Gateway will be an on-premises L3switch.
1.10.1.0.0/24 Gateway IP: 10.1.0.254 (L3SW)
2. 10.2.0.0/24 Gateway IP: 10.2.0.254 (L3SW)
NW Configuration
|terminal1|-------|L3SW|------|LISP-RT1|--------------|LISP-RT2|------|terminal2|
I am having trouble communicating with another segment that has moved from DC1 to DC2.
Is this a specification?
Is there another way to communicate?
■DGW at the end of the day ga LISP-RT1(.250)
Delivery element: 10.1.0.100/24
〇 10.1.0.100⇔10.1.0.200
〇 10.1.0.100⇔10.2.0.100
〇10.1.0.100⇔10.2.0.200
DGW ga L3SW(.254)
Delivery element: 10.1.0.100/24
〇 10.1.0.100⇔10.1.0.200
〇 10.1.0.100⇔10.2.0.100
x 10.1.0.100⇔10.2.0.200
■DGW at the end ga LISP-RT1(.250)
Delivery element: 10.2.0.100/24
〇 10.2.0.100⇔10.1.0.100
〇 10.2.0.100⇔10.1.0.200
〇10.2.0.100⇔10.2.0.200
DGW ga L3SW(.254)
Delivery element: 10.2.0.100/24
〇 10.2.0.100⇔10.1.0.100
x 10.2.0.100⇔10.1.0.200
〇10.2.0.100⇔10.2.0.200
Solved! Go to Solution.
07-26-2024 03:37 AM
Hello @hina316,
ur welcome!
It sounds like you’re dealing with LISP (Locator/ID Separation Protocol) configuration issues related to nbr-proxy-reply requests in your mobility subnet setup. If removing the nbr-proxy-reply requests 3 configuration resolves your communication issues, it suggests that the option might not be suited for your specific deployment or network setup.
Understanding nbr-proxy-reply requests
The nbr-proxy-reply requests command in LISP is used to configure the behavior of LISP routers in relation to proxy replies for neighbor discovery requests. Specifically, nbr-proxy-reply requests 3 would be a setting influencing how the LISP router handles or responds to neighbor discovery requests.
Would say check LISP config guide, like Cisco platform or Ios version (usually you will find great info...)
Also check Cisco Feature Navigator: Use Cisco's Feature Navigator tool to find specific features and their documentation.
Also another option (if you have time (LOOL), and nothing better to do (Double LOOL) Additional Resources:
Summary
For documentation and further understanding of nbr-proxy-reply requests 3:
If nbr-proxy-reply requests 3 is causing issues, it’s essential to verify whether this setting is appropriate for your deployment scenario or if other configurations might better suit your needs.
I hope my response was helpful and provided some clarity on the situation!
E.S
07-28-2024 07:34 PM
Hello @Enes Simnica
Thank you for your reply.
I also have a question about nbr-proxy-reply requests 3.
I am guessing that nbr is a command that looks for neigbhor such as ospf or bgp.
This is also a guess, but I think that the adjacent device (L3SW) will not reply to the arp-request within the standard number of times.
It seems that the adjacent device (L3SW) does not respond to the arp-request within the standard number of times, so it is possible that the threshold is set to “no” and the command is disabled.
Therefore, it seems as if the communication is working by disabling the arp-request without this threshold.
I selected all LISP in features from Cisco Feature Navigator.
No Rows to show” and no useful information was found.
LISP Configuration Guide was not listed either.
Cisco IOS IP Routing: LISP Command Reference - LISP Interface Configuration Commands [Support] - Cisco
This command was only listed on the following web site,
I could not find any detailed information about the command.
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_lisp/command/ip-lisp-cr-book/lisp-if-config-cmds.html
Again, I ask about the function and config of this command, which is new in the Community.
07-25-2024 12:39 AM
Hello @hina316.
Based on your network configuration and the use of LISP for VM migration between data centers, it seems like you're experiencing communication issues due to the default gateway (DGW) configuration and how LISP interacts with your Layer 3 switches. Here are a few points to consider and possible solutions:
Analysis
Possible Causes and Solutions
ip route 10.2.0.0 255.255.255.0 <LISP-RT1 IP>
ip route 10.1.0.0 255.255.255.0 <LISP-RT2 IP>
router lisp
eid-table default
database-mapping 10.1.0.0/24 locator-set DC1
database-mapping 10.2.0.0/24 locator-set DC2
instance-id 0
dynamic-eid VM-Mobility
database-mapping 10.1.0.0/24 locator-set DC1
database-mapping 10.2.0.0/24 locator-set DC2
map-server
map-resolver
Verification Steps
show lisp eid-table vrf default ipv4 map-cache
show ip route
By following these steps and verifying the configurations, you should be able to identify the root cause of the communication issues and resolve them. If problems persist, detailed logs and configurations may be needed for a deeper analysis.
E.S
07-25-2024 02:21 AM
Hello @Enes Simnica
Thank you for your response.
I have considered writing a route on a stick,
I can't write the routing because the devices on this configuration are on the same segment.
When the GW of terminal1 is set to 10.1.0.254, arp-request from L3SW to LISP-RT1
is sent from L3SW to LISP-RT1, but there is no response to the request.
The devices on this configuration are on the same segment.
IP configuration for segment 10.1.0.0/24
terminal1 10.1.0.100/24
L3SW 10.1.0.254
LISP-RT1 10.1.0.250
terminal2 10.1.0.200/24
IP configuration for the 10.2.0.0/24 segment
terminal1 10.2.0.100/24
L3SW 10.2.0.254
LISP-RT1 10.2.0.250
terminal2 10.2.0.200/24
07-25-2024 03:49 AM
Hey there @hina316
Given the situation you've described, where ARP requests are not receiving responses and all devices are on the same network segment, here’s a structured approach to troubleshooting that aligns with the problem, and I think this one should solve the issue..
Recommended Troubleshooting Steps
ping 10.1.0.250
traceroute 10.1.0.250
show lisp eid-table ipv4 map-cache
Example Commands
clear arp-cache
show arp
ping 10.1.0.250
traceroute 10.1.0.250
show lisp eid-table ipv4 map-cache
This structured approach should help you systematically identify and resolve the issue with ARP requests not being responded to in your setup. By focusing on ARP configuration, IP settings, LISP configurations, segment verification, and potential network filters, you should be able to pinpoint the problem and take corrective actions.
E.S
07-26-2024 01:50 AM
Hello @Enes Simnica
Thank you for your detailed explanation on how to troubleshoot the problem.
As a result of our isolation, we are applying Dynamic-EID in LISP.
“lisp mobility subnet1” option ”nbr-proxy-reply requests 3
I was able to confirm communication by deleting the option “nbr-proxy-reply requests 3” of “lisp mobility subnet1”.
interface GigabitEthernet0/0/1
no ip address
negotiation auto
lisp mobility subnet1 nbr-proxy-reply requests 3 ← Here
no mop enabled
no mop sysid
I used the config shown on this site as a base for this project.
https://www.cisco.com/c/en/us/td/docs/routers/C8000V/Azure/deploying-cisco-catalyst-8000v-on-microsoft-azure/configure-l2- extension-for-public-cloud.html
nbr-proxy-reply requests 3” set as an option
I am looking for it in the documentation on the web, but I can't find it.
Is there any documentation that can help us with this?
07-26-2024 03:37 AM
Hello @hina316,
ur welcome!
It sounds like you’re dealing with LISP (Locator/ID Separation Protocol) configuration issues related to nbr-proxy-reply requests in your mobility subnet setup. If removing the nbr-proxy-reply requests 3 configuration resolves your communication issues, it suggests that the option might not be suited for your specific deployment or network setup.
Understanding nbr-proxy-reply requests
The nbr-proxy-reply requests command in LISP is used to configure the behavior of LISP routers in relation to proxy replies for neighbor discovery requests. Specifically, nbr-proxy-reply requests 3 would be a setting influencing how the LISP router handles or responds to neighbor discovery requests.
Would say check LISP config guide, like Cisco platform or Ios version (usually you will find great info...)
Also check Cisco Feature Navigator: Use Cisco's Feature Navigator tool to find specific features and their documentation.
Also another option (if you have time (LOOL), and nothing better to do (Double LOOL) Additional Resources:
Summary
For documentation and further understanding of nbr-proxy-reply requests 3:
If nbr-proxy-reply requests 3 is causing issues, it’s essential to verify whether this setting is appropriate for your deployment scenario or if other configurations might better suit your needs.
I hope my response was helpful and provided some clarity on the situation!
E.S
07-28-2024 07:34 PM
Hello @Enes Simnica
Thank you for your reply.
I also have a question about nbr-proxy-reply requests 3.
I am guessing that nbr is a command that looks for neigbhor such as ospf or bgp.
This is also a guess, but I think that the adjacent device (L3SW) will not reply to the arp-request within the standard number of times.
It seems that the adjacent device (L3SW) does not respond to the arp-request within the standard number of times, so it is possible that the threshold is set to “no” and the command is disabled.
Therefore, it seems as if the communication is working by disabling the arp-request without this threshold.
I selected all LISP in features from Cisco Feature Navigator.
No Rows to show” and no useful information was found.
LISP Configuration Guide was not listed either.
Cisco IOS IP Routing: LISP Command Reference - LISP Interface Configuration Commands [Support] - Cisco
This command was only listed on the following web site,
I could not find any detailed information about the command.
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_lisp/command/ip-lisp-cr-book/lisp-if-config-cmds.html
Again, I ask about the function and config of this command, which is new in the Community.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide