- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2021 01:34 AM
Hi all,
I have a working LISP implementation and everything is working as expected.
What I would like to do is override a mapping received from the MS/MR and use a locally configured mapping for an EID telling the router to encapsulate and send the traffic not to the RLOC received by the MS/MR but to another one which would be locally configured. Something like a Policy Based Routing that could override the mapping from the MS/MR.
Is this something that is doable?
Solved! Go to Solution.
- Labels:
-
Routing Protocols
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2021 06:02 AM
I managed to find the solution myself. If anyone stumbles upon this in the future:
To override the map cache we can manually add an entry that will be preferred over the one received from the MS/MR.
router lisp
...
instance-id 200
service ipv6
map-cache FD00:BF:1:1::10/128 FD00:10:10:255::1 priority 1 weight 100
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2021 01:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2021 01:27 AM
Hi Giuseppe,
No, no SD involved.
What I basically need is some LISP command to set the map cache locally and overriding what is received from the MS/MR.
Br.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2021 06:02 AM
I managed to find the solution myself. If anyone stumbles upon this in the future:
To override the map cache we can manually add an entry that will be preferred over the one received from the MS/MR.
router lisp
...
instance-id 200
service ipv6
map-cache FD00:BF:1:1::10/128 FD00:10:10:255::1 priority 1 weight 100
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2021 08:26 AM
Hello @kasper123 ,
very good news !
You have been very kind to provide the solution
thanks for feedback
Best Regards
Giuseppe
