configure

 

 

 

Using conf t remote-syslog

designate a

Use configure terminal remote-syslog upd IP-addressto designate a remote syslog system. In this

system to

example, the remote syslog system is configured on the IP address 1.2.3.4.

receive remote

 

syslog

hostname# conf t remote-syslog upd 1.2.3.4 514

messages

 

stop sending

Use configure terminal delete to stop sending syslog messages to a remote system.

syslog

 

messages to a

hostname# conf t remote-syslog delete 1.2.3.4 514

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 pim-dm [enable disable] [query-interval seconds]

 

[prune-timeout seconds]

 

globally enables PIM-DM and configures the query interval and the prune timeout.

 

rip [enable disable] [update-timer seconds]

 

globally enables RIP and configures the interval between updates of RIP routes to neighbors.

 

static-route add ip netmask mask gw gateway [metric number]

 

adds a static route.

 

static-route remove ip netmask mask

 

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 update-timer 30

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