! execute
!       RtConfig -h radb2.ra.net -s isitest < eg:cisco
! and see the below @RtConfig line replaced by filters
!
version 10.3
!
interface Ethernet0/0
 ip address 198.32.4.1 255.255.255.0
!
! other usual cisco command should be put around here
!
router bgp 4550
 neighbor 198.32.4.25 remote-as 4551
!
@RtConfig set cisco_map_name = "mymap"
@RtConfig set cisco_access_list_no = 500
@RtConfig import AS4550 198.32.4.1/32 AS4551 198.32.4.25/32
!
@RtConfig set cisco_map_name = "mymapout"
@RtConfig export AS4550 198.32.4.1/32 AS4551 198.32.4.25/32
!
! other usual cisco command should be put around here
end
