397
Views
0
Helpful
1
Replies
Cisco ASA 5500 - How to set/configure a Rule number in CLI mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2015 04:08 AM - edited 03-11-2019 11:22 PM
Hi Guys,
On Cisco ASA, I wants to configure a rule with "SPECIFIC RULE Number"...
Example I want set the below access list for DMZ network, post configuration in ASDM this rule should appear as a 25th rule --
"access-list DMZ-IN extended permit tcp object abcd host x.x.x.x eq ssh"
Please share me your answers asap.
Thanks in advance...
Druv.
Labels:
- Labels:
-
NGFW Firewalls
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2015 05:16 AM
hi,
you could squeeze an ACL by using the 'line' keyword.
try:
access-list DMZ-IN line 25 extended permit tcp object abcd host x.x.x.x eq ssh
