cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
1159
Views
0
Helpful
2
Replies

How can I delete a static route to Null0 in Cisco ASAv?

weatherup
Level 1
Level 1

Dear forum,

 

In Cisco ASAv (deployed in AWS) I have configured a static route to Null0, using command:

 

asav(config)# route Null0 10.64.0.0 255.248.0.0

asav(config)# sh rout

S* 0.0.0.0 0.0.0.0 [1/0] via 192.168.100.1, outside
S 10.64.0.0 255.248.0.0 is directly connected, Null0

 

 What command should I use to delete the route to Null0?

Thanks!

 

1 Accepted Solution

Accepted Solutions

Hello,

 

I just tested this on an ASAv (9.8), the command:

 

asav(config)#no route Null0 10.64.0.0 255.248.0.0

 

seems to work. I assume you have tried that ?

View solution in original post

2 Replies 2

Hello,

 

I just tested this on an ASAv (9.8), the command:

 

asav(config)#no route Null0 10.64.0.0 255.248.0.0

 

seems to work. I assume you have tried that ?

weatherup
Level 1
Level 1

Thanks a lot for your help, Georg!

 

Now I understand that ASAv's CLI has been confusing me at every step on the way to the right command by showing errors :

 

asav(config)## no route ?
ERROR: % Unrecognized command
asav(config)## no route Null0 ?
ERROR: % Unrecognized command

No idea why it's working like this...

 

But your command worked just fine. Thanks again!