Dell FCX624-E Laptop User Manual


  Open as PDF
of 1494
 
PowerConnect B-Series FCX Configuration Guide 739
53-1002266-01
PIM Dense
25
To apply a PIM neighbor timeout value of 360 seconds to all ports on the router operating with PIM,
enter the following.
PowerConnect(config)#router pim
PowerConnect(config-pim-router)#nbr-timeout 360
Syntax: nbr-timeout <60-8000>
The default is 180 seconds.
Modifying hello timer
This parameter defines the interval at which periodic hellos are sent out PIM interfaces. Routers
use hello messages to inform neighboring routers of their presence. The default rate is 60
seconds.
To apply a PIM hello timer of 120 seconds to all ports on the router operating with PIM, enter the
following.
PowerConnect(config)#router pim
PowerConnect(config-pim-router)#hello-timer 120
Syntax: hello-timer <10-3600>
The default is 60 seconds.
Modifying prune timer
This parameter defines how long a PIM router will maintain a prune state for a forwarding entry.
The first received multicast interface is forwarded to all other PIM interfaces on the router. If there
is no presence of groups on that interface, the leaf node sends a prune message upstream and
stores a prune state. This prune state travels up the tree and installs a prune state.
A prune state is maintained until the prune timer expires or a graft message is received for the
forwarding entry. The default value is 180 seconds.
To set the PIM prune timer to 90, enter the following.
PowerConnect(config)#router pim
PowerConnect(config-pim-router)##prune-timer 90
Syntax: prune-timer <10-3600>
The default is 180 seconds.
Modifying the prune wait timer
The CLI command prune-wait allows you to configure the amount of time a PIM router will wait
before stopping traffic to neighbor routers that do not want the traffic. The value can be from zero
to three seconds. The default is three seconds. A smaller prune wait value reduces flooding of
unwanted traffic.
A prune wait value of zero causes the PIM router to stop traffic immediately upon receiving a prune
message. If there are two or more neighbors on the physical port, then the prune-wait command
should not be used because one neighbor may send a prune message while the other sends a join
message at the during time or in less than three seconds.
To set the prune wait time to zero, enter the following commands.
PowerConnect(config)#router pim
PowerConnect(config-pim-router)#prune-wait 0
Syntax: prune-wait <time>