Pasting extended ACL contents into telnet session to Cisco Router SIM
- by Kyle Brandt
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.