ramizbsd
ISP
- Oct 23, 2005
- 7
Dears All,
I have gateway router 7206vxron which I have two wan links. I want to distribute my traffic using Route-Map with named acl. I followed the document related to named acl
Now problem is, the document says in step 4 and 5 that we can use optional parameter [sequence-number] so that we can edit named acl or place new entry any where in acl based on this [sequence-number]. But In real when tried to implement it on gateway router, I could not. Sequence number had not been accepted.
FLAG-Gate#
FLAG-Gate#conf t
Enter configuration commands, one per line. End with CNTL/Z.
FLAG-Gate(config)#ip access-list extended MyACL
FLAG-Gate(config-ext-nacl)#?
Ext Access List configuration commands:
default Set a command to its defaults
deny Specify packets to reject
dynamic Specify a DYNAMIC list of PERMITs or DENYs
evaluate Evaluate an access list
exit Exit from access-list configuration mode
no Negate a command or set its defaults
permit Specify packets to forward
remark Access list entry comment
FLAG-Gate(config-ext-nacl)#1000 permit ip host 192.168.161.168 any
^
% Invalid input detected at '^' marker.
FLAG-Gate(config-ext-nacl)#
So what would be the reason? Why I could not enter sequence # 1000? Without it command was acceptable.
Waiting for Response
Regards,
I have gateway router 7206vxron which I have two wan links. I want to distribute my traffic using Route-Map with named acl. I followed the document related to named acl
http://www.cisco.com/en/US/products/ps6350/products_configuration_guide_chapter09186a0080431038.html
Now problem is, the document says in step 4 and 5 that we can use optional parameter [sequence-number] so that we can edit named acl or place new entry any where in acl based on this [sequence-number]. But In real when tried to implement it on gateway router, I could not. Sequence number had not been accepted.
FLAG-Gate#
FLAG-Gate#conf t
Enter configuration commands, one per line. End with CNTL/Z.
FLAG-Gate(config)#ip access-list extended MyACL
FLAG-Gate(config-ext-nacl)#?
Ext Access List configuration commands:
default Set a command to its defaults
deny Specify packets to reject
dynamic Specify a DYNAMIC list of PERMITs or DENYs
evaluate Evaluate an access list
exit Exit from access-list configuration mode
no Negate a command or set its defaults
permit Specify packets to forward
remark Access list entry comment
FLAG-Gate(config-ext-nacl)#1000 permit ip host 192.168.161.168 any
^
% Invalid input detected at '^' marker.
FLAG-Gate(config-ext-nacl)#
So what would be the reason? Why I could not enter sequence # 1000? Without it command was acceptable.
Waiting for Response
Regards,