I need Edit the ACL policy in EXOS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-19-2015 06:58 PM
I cant edit the ACL policy. i need add others IP´s direction
Slot-2 SW.1 # sh policy Regla_acceso
Policies at Policy Server:
Policy: Regla_acceso
entry bLoqueo_SSH {
if match any {
source-address 10.170.x.x/32 ;
source-address 10.170.d.d/32 ;
source-address 10.170.x.x/24 ;
}
then {
permit ;
}
}
Number of clients bound to policy: 1
Client: exsshd bound once
Slot-2 SW.1 #
*******************************************************************************************
i try with these commands but it dont make the change
• i - To insert text ahead of the initial cursor position.
• a- To append text after the initial cursor position.
• dd - To delete the current line.
• yy - To copy the current line.
• p - To paste the line copied.
• :w - To write (save) the file.
• :q - To quit the file if no changes were made.
• :q! - To forcefully quit the file without saving changes.
• :wq - To write and quit the file.
Slot-2 SW.1 # sh policy Regla_acceso
Policies at Policy Server:
Policy: Regla_acceso
entry bLoqueo_SSH {
if match any {
source-address 10.170.x.x/32 ;
source-address 10.170.d.d/32 ;
source-address 10.170.x.x/24 ;
}
then {
permit ;
}
}
Number of clients bound to policy: 1
Client: exsshd bound once
Slot-2 SW.1 #
*******************************************************************************************
i try with these commands but it dont make the change
• i - To insert text ahead of the initial cursor position.
• a- To append text after the initial cursor position.
• dd - To delete the current line.
• yy - To copy the current line.
• p - To paste the line copied.
• :w - To write (save) the file.
• :q - To quit the file if no changes were made.
• :q! - To forcefully quit the file without saving changes.
• :wq - To write and quit the file.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-19-2015 07:02 PM
Daniel,
You might need to press the escape key before using 'i' to insert while in VI. Sometimes it makes it easier if you write the policy in a text editor outside of EXOS, then past it in VI editor. If using VI, press escape once again to exit the input mode. It also helps to press escape before pasting into VI.
You might need to press the escape key before using 'i' to insert while in VI. Sometimes it makes it easier if you write the policy in a text editor outside of EXOS, then past it in VI editor. If using VI, press escape once again to exit the input mode. It also helps to press escape before pasting into VI.
