![]() |
![]() |
|
You're here: Home |
Hi all,
First let me to thank you for reading my email.
I have downloaded RAToolSet-4.7.1-i686-pc-linux-gnu.tar.gz, and ran
some RtConfig commands in Linux and it worked properly.
Then I created a template file as below and saved it in input.txt:
router bgp 3582
network 128.223.0.0
!
! Start with access-list 100
!
@RtConfig set cisco_access_list_no = 100
!
! NERO
neighbor 198.32.162.2 remote-as 3701
@RtConfig set cisco_map_name = "AS3701-EXPORT"
@RtConfig export AS3582 198.32.162.1 AS3701 198.32.162.2
@RtConfig set cisco_map_name = "AS3701-IMPORT"
@RtConfig import AS3582 198.32.162.1 AS3701 198.32.162.2
!
! WNA/VERIO
neighbor 198.32.162.6 remote-as 2914
@RtConfig set cisco_map_name = "AS2914-EXPORT"
@RtConfig export AS3582 198.32.162.1 AS2914 198.32.162.6
@RtConfig set cisco_map_name = "AS2914-IMPORT"
@RtConfig import AS3582 198.32.162.1 AS2914 198.32.162.6
After that, I ran the commands:
./RtConfig -f input.txt
and I received no result. Please tell me what the exact command to run
the template file to generate output for router.
Best regards,
Khanh.