 Sections
Syndication |
|
|
Blogroll:
||||| ALL Cisco-Network ARTICLES |||||
CCIE Journey, The CCIE Journey,
|
|
Comments (1 posted)
- I must say I was very very surprised reading your article when you mentionned the fact that though you had entered a wild card mask it was not appearing later in the show run.
may be this was on a router with an old IOS with classfull IP I don't know, but I have made the same test on GNS3 emulating a cisco 3640 under 12.4(21)
follows a screen copy of what I did :
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ip access-list standard essai
R1(config-std-nacl)#permit 192.168.3.0 0.0.0.255
R1(config-std-nacl)#permit 192.168.4.0 0.0.0.255
R1(config-std-nacl)#permit 192.168.5.0 0.0.0.255
R1(config-std-nacl)#permit host 192.169.6.50
R1(config-std-nacl)#?
Standard Access List configuration commands:
Sequence Number
default Set a command to its defaults
deny Specify packets to reject
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
R1(config-std-nacl)#exit
R1(config)#^Z
now here the extract of the sh run :
!
ip access-list standard essai
permit 192.169.6.50
permit 192.168.3.0 0.0.0.255
permit 192.168.4.0 0.0.0.255
permit 192.168.5.0 0.0.0.255
=> as you can see the wildcards have not disappeared
only the one with host as expected.
I am afraid your article could confuse people
(Posted on July 8, 2011, 12:33 AM ethibault)
|
|
More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author
|