...
Info | ||
---|---|---|
| ||
SFlow service runs in management VRF by default. If you use Ethernet management interface Eth0/1 to connect with the sFlow Collector, you do not need to do the following operations. However, if the L3 VLAN interface is used to connect with the sFlow Collector, the sFlow service cannot run normally by default, as all the L3 VLAN interface is in the default VRF by default. You need to modify the configurations to make the L3 VLAN interface management interface and sFlow service run in the same VRF, so as to run the sFlow service normally. You can choose either one of the following two ways: Way 1. Use the command set protocols sflow collector <ip-address> vrf default to move sFlow service to run in the default VRF. This way is recommended. Way 2. Use the command set l3-interface vlan-interface interface <interface-name> vrf mgmt-vrf to move the L3 VLAN interface connected to the sFlow Collector to management VRF. |
...