config interface
Description: Configure Protocol Independent Multicast (PIM) interfaces.
|
|
There’s no entry for the “set” command, although “set” is an available option. |
config interface
edit <name> *must be valid interface id in system interface list
next
show
abort
end
delete <name>
purge
show
end
show
end
Sample command:
FX201E5919000057 (multicast) # show
config router multicast
config pim-sm-global
set join-prune-interval 60
set hello-interval 30
config rp-address
edit 1
set address 192.168.200.23
set group 224.0.0.0/4
next
end
end
config interface
end
end
| Parameter | Description | Type | Size | Default |
|---|---|---|---|---|
| join-prune-interval | Interval (in seconds) between sending PIM join/prune messages. | integer | 1 - 65535 | 60 |
| hello-interval | Interval (in seconds) between sending PIM hello messages . | integer | 30 - 18724 | 30 |
| address | RP router address. | IPv4 address | - | none |
| group | Groups to use this RP. (Note: The specified IPv4 subnet should be within 224.0.0.0/4, but not within 232.0.0.0/8.) | IPv4 address/netmask | - | 224.0.0.0/4 |
| interface | PIM interfaces. | string | - | none |