Command Manual ( For Soliton ) – Management VLAN
H3C S3100 Series Ethernet Switches
Chapter 1 Management VLAN Configuration
Commands
1-18
Example
# Assign the IP address 192.168.0.51 (with the mask 255.255.255.0) to the
management VLAN interface. (Assume that VLAN 1 is the management VLAN.)
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] interface Vlan-interface 1
[Sysname-Vlan-interface1] ip address 192.168.0.51 255.255.255.0
1.1.15 ip route-static
Syntax
ip route-static
ip-address
{
mask
|
mask-length
} {
interface-type
interface-number
|
next-hop
} [
preference
preference-value
] [
reject
|
blackhole
] [
description
text
]
undo ip route-static ip-address
{
mask
|
mask-length
} [
interface-type
interface-number | next-hop
] [
preference
preference-value
]
View
System view
Parameter
ip-address
: Destination IP address, in dotted decimal notation.
mask
: IP address mask, in dotted decimal notation.
mask-length
: Mask length, in the range of 0 to 32.
interface-type
interface-number
: Next hop outgoing interface. Currently, you can
specify a NULL interface only. A null interface is a virtual interface. Packets destined for
a null interface are discarded, helping to reduce system load.
next-hop
: IP address of the next hop of this route, in dotted decimal notation.
preference-value
: Preference of this route, in the range of 1 to 255.
reject
: Specifies the route as an unreachable route. When a static route destined for a
destination address is of the
reject
attribute, all the IP packets destined for the
destination address are discarded, and the source host is informed that the destination
address is unreachable.
blackhole
: Specifies the route as a black hole route. When a static route destined for a
destination address is of the
blackhole
attribute, the outgoing interface of the route is
Null 0 regardless of the next hop address. All the IP packets destined for the destination
address are discarded, and the source host is not informed that the destination address
is unreachable.
description text
: Specifies a descriptive string for the static route. The
text
argument is
a case-sensitive string of 1 to 60 characters (including the space).