Configuration Guide NFPP Configuration
Ruijie(config-if)# show nfpp ip-guard
summary
Show the parameter settings.
Ruijie# copy running-config
startup-config
The source IP address-based rate limit takes precedence over
port-based rate limit.
Configuring the trusted hosts
Use the following commands to set the trusted host to make a host free from
monitoring. The IP packets are allowed to be sent to the CPU from the trusted
host.
Ruijie# configure terminal
Enter the global configuration mode.
Enter the nfpp configuration mode.
Ruijie(config-nfpp)# ip-guard
trusted-host ip mask
Configure the IP address range for the
trusted hosts. Up to 500 pieces of IP
addresses can be configured.
Return to the privileged EXEC mode.
Ruijie(config-if)# show nfpp ip-guard
trusted-host
Show the trusted host settings.
Ruijie# copy running-config
startup-config
In the nfpp configuration mode, use the no form of this command to delete a
trusted host entry and use the all form of this command to delete all trusted
hosts.
For example:
The following example shows how to delete all trusted hosts:
Ruijie(config-nfpp)# no ip-guard trusted-host all
The following example shows how to delete a trusted host entry:
Ruijie(config-nfpp)# no ip-guard trusted-host 1.1.1.1 255.255.255.255