HI
I need to configure ASR 9006 with this configuration.
OLD and good configuration:
access-list 199 deny ip any 186.32.128.0 0.0.31.255 log
access-list 199 deny ip any 186.32.224.0 0.0.15.255 log
access-list 199 deny ip any 190.53.48.0 0.0.15.255 log
access-list 199 deny ip any 190.53.64.0 0.0.31.255 log
access-list 199 deny ip any 190.53.76.0 0.0.3.255 log
access-list 199 deny ip any 190.53.80.0 0.0.1.255 log
access-list 199 deny ip any 190.53.92.0 0.0.3.255 log
access-list 199 permit ip any any
route-map 123456 permit 10
match ip address 199
set ip next-hop 144.224.115.81
interface FastEthernet1/14
no switchport
ip address 10.206.1.1 255.255.255.252
ip policy route-map 123456
and my new config but this is bad
prefix-set XX
186.32.128.0/19,
190.53.192.0/19,
186.32.224.0/20,
190.53.48.0/20,
205.211.248.0/21,
205.211.192.0/22,
205.211.244.0/22,
205.211.218.0/23,
205.211.220.0/23,
205.211.222.0/23,
200.12.227.0/24
end-set
route-policy salida-amnet-sps-cable
if destination in XX then
pass
else
set next-hop 144.224.115.81
endif
end-policy
!
I need know know how appliy the route-policy to the interface
thanks.
Hello, thank you.
We don't use mpls and we need VRF for two independent routing tables on ASR.
We are going to use ABF for routing via source address on BVI and bundle interfaces.
Is it possible?