Intel 480T Switch User Manual


 
360
Intel
®
NetStructure 480T Routing Switch User Guide
configure slb pool <poolname> delete
<ipaddress>:<L4Port>
Deletes a physical server from a server pool.
configure slb pool <poolname> lb-method
[round-robin | ratio | priority | least-
connections]
Configures the SLB load-balancing method.
configure slb l4-port <L4Port>
[treaper_timeout <seconds> | udp-idle-
timeout <seconds>]
Configures the inactive period for TCP or
UDP before the connection is aged out.
configure vlan <name> slb-type [server |
client | both | none]
Marks a VLAN as either a server VLAN or a
client VLAN. If the server also originates
connections to other servers, set slb-type
to both.
create slb pool <poolname> {slb-method
[round-robin | ratio | priority | least-
connections]}
Creates a server pool and optionally assigns a
load-balancing method to the pool. The
default load-balance method is round-robin.
A pool represents a group of physical servers
that is used to load-balance one or more VIPs.
create slb vip <vipname> pool <poolname>
mode [transparent | translation | port-
translation] <ipaddress> {-
<upper_ipaddress>}:<L4Port> {unit
<number>}
Creates one or more new virtual IP addresses
(VIPs) and attaches the VIP to a pool of
physical servers. The server pool needs to be
created before the VIP is created. If port is
not specified, all requests to the VIP are
forwarded to the server. If port is specified,
only the specified TCP/UDP ports are
allowed to reach the server. All other packets
are dropped.
delete slb pool [<poolname> | all] Deletes a server pool.
delete slb vip [<vipname> | all] Deletes one or all VIPs.
Table 18.2: Basic SLB Commands
Command Description