Quickref:Clish (IPSO)

From Bits Wiki

Jump to: navigation, search

⇒ By Andy Smith | Last updated: Wed, 12 Jan 2011 16:03:40 +0000 by Andys

style='float: left; margin-right: 20px'
This page is under development, which means the content is likely to change.

Contents

Introduction

This is a quick reference for clish, used on IPSO.

Reference

Adding a static route

  • set static-route aa.bb.cc.dd/netmask nexthop gateway address dd.cc.bb.aa on
Example: Adding a route to 192.0.2.0/25 via 192.0.2.254
NokiaIP560:105> set static-route 192.0.2.0/25 nexthop gateway address 192.0.2.254 on

Deleting a static route

  • set static-route aa.bb.cc.dd/netmask off
Example: Deleting a route to 192.0.2.0/25
NokiaIP560:105> set static-route 192.0.2.0/25 off

Overriding the config lock

  • If you get a message telling you there's an existing config lock - for example, if someone has left a session on Voyager logged in - you can override it in clish.
Example: Overriding an existing config lock
NokiaIP560:105> set config-lock on override
elsewhere