456
Views
0
Helpful
3
Replies
Do we need to use ACL command before using route filtering method in B
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2022 03:24 AM
Do we need to use ACL command before using route filtering method in Bgp?
Labels:
- Labels:
-
Branch Router
3 Replies 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2022 03:26 AM
BGP update contain
prefix <- you can use ACL or prefix-list with route-map to match it
attribute <- here you can match any attribute appear in update with route-map
so not always you need ACL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2022 03:27 AM
yes that is the order of operation, with out ACL name, you getting if that is not exists in the syste,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2022 03:29 AM
Thanks sir
