Hello !
I'm trying to automate cisco prefix-lists configuration.
1. Is it possible to set name for prefix-list ?
2. I have a strange situation
In RIPE DB:
import: from AS3261 action pref=400; accept ANY
export: to AS3261 announce AS-TeleportSV
remarks: .
import: from AS6849 action pref=400; accept ANY
export: to AS6849 announce AS-TeleportSV
RtConfig gives the following:
!Fticom
Warning: filter matches ANY/NOT ANY
!
no ip prefix-list pl106
ip prefix-list pl106 permit 0.0.0.0/0 le 32
!
!UkrTelecom
Warning: filter matches ANY/NOT ANY
!
^^^^^^
There is no prefix-list for second upstream but the routing policy is the same
Here is my template:
@RtConfig set cisco_access_list_no = 0
!
<skipped>
!
!Fticom
@RtConfig import AS15785 <my router> AS3261 <peer's router>
!
!UkrTelecom
@RtConfig import AS15785 <my router> AS6849 <peer's router>
!