| configure |
|
|
| Using conf t |
designate a | Use configure terminal |
system to | example, the remote syslog system is configured on the IP address 1.2.3.4. |
receive remote |
|
syslog | hostname# conf t |
messages |
|
stop sending | Use configure terminal delete to stop sending syslog messages to a remote system. |
syslog |
|
messages to a | hostname# conf t |
remote system |
|
|
|
| conf t routing |
| The configure terminal routing command configures the unit for static, dynamic, and multicast |
| routing. |
| multicast igmp < enable disable > |
| globally enables IGMP. |
| multicast |
| |
| globally enables |
| rip [enable disable] |
| globally enables RIP and configures the interval between updates of RIP routes to neighbors. |
| |
| adds a static route. |
| |
| deletes a static route. |
|
|
| Using conf t routing |
enable RIP | Use configure terminal routing RIP to enable RIP. In this example, RIP is enabled with an update |
| timer of 30 seconds. |
| hostname# conf t routing rip enable |
add a static | Use configure terminal static add to add a static route. In this example, a static route of metric 2 is |
route | added to the 192.168.1.0/24 network via 192.168.10.2: |
| hostname# conf t routing static add 192.168.1.0 netmask 255.255.255.0 gw |
| 192.168.10.2 metric 2 |
X Family CLI Reference V 2.5.1 | 63 |
|
|