cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3907
Views
10
Helpful
2
Replies

Reconfigure ISE Interface Gateway address ???

Beacon Bits
Level 1
Level 1

Hello,

 

I have configured the wrong default gateway address during ISE installation.

 

How can I reconfigure the Gateway address from CLI?

 

CLI only gives IP address change option unless I missing something.

 

Regards,

B

1 Accepted Solution

Accepted Solutions

Arne Bier
VIP
VIP

example below with 192.168.0.1 as the default gateway

 

config t

ip default-gateway 192.168.0.1

 

You need to do this on the console because if you are ssh'd in, you will most likely lose your connection (unless you are ssh'd in from the same subnet of course) - just be careful ;-)

View solution in original post

2 Replies 2

Arne Bier
VIP
VIP

example below with 192.168.0.1 as the default gateway

 

config t

ip default-gateway 192.168.0.1

 

You need to do this on the console because if you are ssh'd in, you will most likely lose your connection (unless you are ssh'd in from the same subnet of course) - just be careful ;-)

How could I miss that :D

 

Thanks Arne.