Page 671 / 794
Scroll up to view Page 666 - 670
Vigor2860 Series User’s Guide
657
msubnet mtu
[interface][value]
Syntax Description
Parameter
Description
interface
Available settings include LAN1~LAN6,
IP_Routed_Subnet, and DMZ.
value
1000 ~ 1508 (Bytes), default: 1500 (Bytes)
Example
> msubnet mtu LAN1 1492
> msubnet mtu ?
Usage:
>msubnet mtu <interface> <value>
<interface>: LAN1~LAN6,IP_Routed_Subnet,DMZ
<value>:
1000 ~ 1508 (Bytes), default: 1500 (Bytes)
e.x: >msubnet mtu LAN1 1492
Current Settings:
LAN1 MTU:
1492 (Bytes)
LAN2 MTU:
1500 (Bytes)
LAN3 MTU:
1500 (Bytes)
LAN4 MTU:
1500 (Bytes)
LAN5 MTU:
1500 (Bytes)
LAN6 MTU:
1500 (Bytes)
DMZ MTU:
1500 (Bytes)
IP Routed Subnet MTU: 1500 (Bytes)
Telnet Command: object ip obj
This command is used to create an IP object profile.
object ip obj setdefault
object ip obj
INDEX -v
object ip obj
INDEX -n NAME
Page 672 / 794
Vigor2860 Series User’s Guide
658
object ip obj
INDEX -i INTERFACE
object ip obj
INDEX -s INVERT
object ip obj
I
NDEX -a TYPE [START_IP] [END/MASK_IP]
Syntax Description
Parameter
Description
setdefault
It means to return to default settings for all profiles.
INDEX
It means the index number of the specified object
profile.
-v
It means to view the information of the specified object
profile.
Example:
object ip obj 1 -v
-n NAME
It means to define a name for the IP object.
NAME: Type a name with less than 15 characters.
Example:
object ip obj 9 -n bruce
-i INTERFACE
It means to define an interface for the IP object.
INTERFACE=0, means any
INTERFACE=1, means LAN
INTERFACE=3, means WAN
Example:
object ip obj 8 -i 0
-s INVERT
It means to set invert seletion for the object profile.
INVERT=0, means disableing the function.
INVERT=1, means enabling the function.
Example:
object ip obj 3 -s 1
-a TYPE
It means to set the address type and IP for the IP object
profile.
TYPE=0, means Mask
TYPE=1, means Single
TYPE=2, means Any
TYPE=3, means Rang
Example:
object ip obj 3 -a 2
Page 673 / 794
Vigor2860 Series User’s Guide
659
[START_IP]
When the TYPE is set with 2, you have to type an IP
address as a starting point and another IP address as
end point.
Type an IP address.
[END/MASK_IP]
Type an IP address (different with START_IP) as the
end IP address.
Example
> object ip obj 1 -n marketing
> object ip obj 1 -a 1 192.168.1.45
> object ip obj 1 -v
IP Object Profile 1
Name
:[marketing]
Interface:[Any]
Address type:[single]
Start ip address:[192.168.1.45]
End/Mask ip address:[0.0.0.0]
Invert Selection:[0]
Telnet Command: object ip grp
This command is used to integrate several IP objects under an IP group profile.
object ip grp
setdefault
object ip grp
INDEX -v
object ip grp
INDEX -n NAME
object ip grp
INDEX -i INTERFACE
object ip grp
INDEX -a IP_OBJ_INDEX
Syntax Description
Parameter
Description
setdefault
It means to return to default settings for all profiles.
INDEX
It means the index number of the specified group profile.
-v
It means to view the information of the specified group
profile.
Example:
object ip grp 1 -v
-n NAME
It means to define a name for the IP group.
Page 674 / 794
Vigor2860 Series User’s Guide
660
NAME: Type a name with less than 15 characters.
Example:
object ip grp 8 -n bruce
-i INTERFACE
It means to define an interface for the IP group.
INTERFACE=0, means any
INTERFACE=1, means LAN
INTERFACE=2, means WAN
Example:
object ip grp 3 -i 0
-a IP_OBJ_INDEX
It means to specify IP object profiles for the group
profile.
Example:
:object ip grp 3 -a 1 2 3 4 5
The IP object profiles with index number 1,2,3,4 and 5
will be group under such profile.
Example
> object ip grp 2 -n First
IP Group Profile 2
Name
:[First]
Interface:[Any]
Included ip object index:
[0:][0]
[1:][0]
[2:][0]
[3:][0]
[4:][0]
[5:][0]
[6:][0]
[7:][0]
> object ip grp 2 -i 1
> object ip grp 2 -a 1 2
IP Group Profile 2
Name
:[First]
Interface:[Lan]
Included ip object index:
Page 675 / 794
Vigor2860 Series User’s Guide
661
[0:][1]
[1:][2]
[2:][0]
[3:][0]
[4:][0]
[5:][0]
[6:][0]
[7:][0]