3com MSR 20-20 참조 매뉴얼

다운로드
페이지 2742
63
URPF C
ONFIGURATION
 C
OMMANDS
ip urpf
Syntax
ip urpf { loose | strict } [ allow-default-route ] [ acl acl-number ]
undo ip urpf
View
Interface view
Parameter
loose: Specifies the loose URPF check.
strict: Specifies the strict URPF check.
allow-default-route: Allows special treatment to default route.
acl-number: ACL number, in the range of 2000 to 3999.
For a basic ACL, the value ranges from 2000 to 2999.
For an advanced ACL, the value ranges from 3000 to 3999.
Description
Use the ip urpf command to enable URPF check on the interface.
Use the undo ip urpf command to disable this function.
By default, URPF check is disabled.
Example
# Enable strict URPF check on interface Ethernet 1/0, allowing special treatment to 
default route, and referencing ACL 2999.
<Sysname> system-view
[Sysname] interface ethernet 1/0
[Sysname-Ethernet1/0] ip urpf strict allow-default-route acl 2999 
# Enable loose URPF check on interface Ethernet 1/1.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] ip urpf loose