Pasting extended ACL contents into telnet session to Cisco Router SIM
Posted
by Kyle Brandt
on Server Fault
See other posts from Server Fault
or by Kyle Brandt
Published on 2009-09-04T13:29:00Z
Indexed on
2010/03/13
0:07 UTC
Read the original article
Hit count: 348
I have a telnet session to a dynamips router sim. When I try to paste the contents of an actually working ACL retrieved from 'show run' into the access list, only part of gets pasted. The session is something like:
enable
conf t
ip access-list extended Internet
<PASTE of Rules>
It stops right in the middle of a line:
permit tcp any host 123.123.123.123 gt 1
! should be gt 1023
Anyone know what is happening? The source is an extended access list.
© Server Fault or respective owner