Configuring An Ip Multicast Address For Cfsoip - Cisco Nexus 7000 Series Configuration Manual

Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring an IP Multicast Address for CFSoIP

switch# configure terminal
switch(config)# cfs ipv4 distribute
switch(config)# show cfs status
Distribution : Enabled
Distribution over IP : Disabled
Distribution over Ethernet : Enabled
switch(config)# copy running-config startup-config
Configuring an IP Multicast Address for CFSoIP
For CFS protocol-specific distributions, such as the keepalive mechanism for detecting network topology
changes, use the IP multicast address to send and receive information. You can configure the IP multicast
address used to distribute CFSoIPv4.
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
switch# configure terminal
switch(config)# no cfs ipv4 distribute
This will prevent CFS from distributing over IPv4 network.
Are you sure? (y/n) [n] y
switch(config)# cfs ipv4 mcast-address 239.255.1.1
Distribution over this IP type will be affected
Change multicast address for CFS-IP?
Are you sure? (y/n) [n] y
switch(config)# cfs ipv4 distribute
switch(config)# show cfs status
Distribution : Enabled
Cisco Nexus 7000 Series NX-OS System Management Configuration Guide
34
Command or Action
switch# configure terminal
switch(config)# no cfs ipv4
distribute
switch(config)# cfs ipv4
mcast-address ip-address
switch(config)# cfs ipv4 distribute
switch(config)# show cfs status
switch(config)# copy
running-config startup config
Purpose
Enters global configuration mode.
Globally disables CFSoIP distribution for all applications
on the device.
You must disable CFSoIP before you can change
Note
the multicast address.
Configures the multicast address for CFS distribution over
IPv4. The ranges of valid IPv4 addresses are 239.255.0.0
through 239.255.255.255 and 239.192/16 through
239.251/16.
Globally enables CFSoIP distribution for all applications
on the device.
(Optional)
Shows the current state of CFS, including whether it is
enabled, its IP mode, and its multicast addresses.
(Optional)
Saves the change persistently through reboots and restarts
by copying the running configuration to the startup
configuration.
Configuring CFS

Advertisement

Table of Contents
loading

Table of Contents