Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: EX3300 - out-of-band interface - not working

$
0
0

Hi, 

 

warning: statement not found

was because there were pending changes, and the same delete statement was applied again.

I am not sure if all those are changes that you intend to commit. If not, you could reset the pending changes using "rollback 0" and apply the required changes from scratch again:

# rollback 0
# delete interfaces vme
# set interfaces me0 unit 0 family inet address x.x.x.x/x
# delete routing-options static route 0.0.0.0/0 next-hop 192.168.200.1
# set routing-options static route 0.0.0.0/0 next-hop 192.168.221.1

Before commit, you can compare the changes with "show | compare", validate and do a commit confirmed x.

x is the time in mins after which the configuration will revert to the previous if another commit is not applied.

 

If you're happy with the change and still connected, you can do another commit to confirm the change.

You could do other changes to vlan1 as a next step if you want.

Hope this helps.

 

Cheers, 

Ashvin


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>