
configure
X Family CLI Reference V 2.5.1 63
Using conf t remote-syslog
designate a
system to
receive remote
syslog
messages
Use configure terminal remote-syslog upd
IP-address
to designate a remote syslog system. In this
example, the remote syslog system is configured on the IP address 1.2.3.4.
hostname# conf t remote-syslog upd 1.2.3.4 514
stop sending
syslog
messages to a
remote system
Use configure terminal delete to stop sending syslog messages to a remote system.
hostname# conf t remote-syslog delete 1.2.3.4 514
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
route
Use configure terminal static add to add a static route. In this example, a static route of metric 2 is
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
Comentários a estes Manuais