ros 如何配置让 prerouting 功能达到cisco上的PBR的ip local policy route-map xx的功能。
答案:2 悬赏:0 手机版
解决时间 2021-03-04 21:58
- 提问者网友:喧嚣尘世
- 2021-03-04 10:46
ros 如何配置让 prerouting 功能达到cisco上的PBR的ip local policy route-map xx的功能。
最佳答案
- 五星知识达人网友:舊物识亽
- 2021-03-04 10:56
If you want to stop processing the route-map altogether then you need to use a deny in the actual route map statement rather than the acl. So you need to rewrite your route map with a deny statement for DHCP traffic eg.
route-map ACBPR deny 10
match ip address ACPBR_DHCP
ip access-list extended ACPBR_DHCP
permit udp any any eq bootps log
此方法在启用pbr后,可保证在相应的vlan中可获得ip address
route-map ACBPR deny 10
match ip address ACPBR_DHCP
ip access-list extended ACPBR_DHCP
permit udp any any eq bootps log
此方法在启用pbr后,可保证在相应的vlan中可获得ip address
全部回答
- 1楼网友:白昼之月
- 2021-03-04 11:40
是配置 具体的IP 和 端口吧!!
再看看别人怎么说的。
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯