cancel
Showing results for 
Search instead for 
Did you mean: 

I need Edit the ACL policy in EXOS

I need Edit the ACL policy in EXOS

Daniel_Valera1
New Contributor II
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.

5 REPLIES 5

Ty_Izzet
Extreme Employee
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.
GTM-P2G8KFN