Operation Manual

VigorBX 2000 Series User’s Guide
685
-i PROTOCOL It means to define a PROTOCOL for the service object profile.
PROTOCOL =0, means any
PROTOCOL =1, means ICMP
PROTOCOL =2, means IGMP
PROTOCOL =6, means TCP
PROTOCOL =17, means UDP
PROTOCOL =255, means TCP/UDP
Other values mean other protocols.
Example: object service obj 8 -i 0
CHK It means the check action for the port setting.
0=equal(=), when the starting port and ending port values are the
same, it indicates one port; when the starting port and ending port
values are different, it indicates a range for the port and available
for this service type.
1=not equal(!=), when the starting port and ending port values are
the same, it indicates all the ports except the port defined here;
when the starting port and ending port values are different, it
indicates that all the ports except the range defined here are
available for this service type.
2=larger(>), the port number greater than this value is available..
3=less(<), the port number less than this value is available for this
profile.
-s CHK [START_P] [END_P] It means to set souce port check and configure port range (1~65565)
for TCP/UDP.
END_P, type a port number to indicate source port.
Example: object service obj 3 -s 0 100 200
-d CHK [START_P] [END_P] It means to set destination port check and configure port range
(1~65565) for TCP/UDP.
END_P, type a port number to indicate destination port.
Example: object service obj 3 -d 1 100 200
E
E
x
x
a
a
m
m
p
p
l
l
e
e
> object service obj 1 -n limit
> object service obj 1 -p 255
> object service obj 1 -s 1 120 240
> object service obj 1 -d 1 200 220
> object service obj 1 -v
Service Object Profile 1
Name :[limit]
Protocol:[255]
Source port check action:[!=]
Source port range:[120~240]