![background image](http://html1.mh-extra.com/html/qtech/qsw-3900/qsw-3900_user-manual_768097153.webp)
QTECH
Software Configuration Manual
11-152
QTECH(config)#ip pool nic
!Delete IP address pool nic
QTECH(config)#no ip pool nic
11.4.2
Configure gateway and netmask of local IP
address pool
Use this command in local IP address pool configuration mode :
Configure gateway and netmask of local IP address pool
gateway
ip-address mask
Parameter
ip-address
is IP address and
mask
is its netmask.
All IP address in local IP address pool must be in the address domain determined by this gateway and
netmask and IP address in address pool cannot contain gateway
Example :
!Configure gateway and netmask of local IP address pool
QTECH(config-ip-pool-nic)#gateway 192.168.0.100 255.255.255.0
11.4.3
Configure local IP address pool network interface
Please configure it in local IP address pool configuration mode :
Create local IP address pool network interface
section
section-id from-ip to-ip
Delete local IP address pool network interface
no section
section-id
section-id
is the section id of this address pool which can configure at most 8 groups.
from-ip
is the start address of
this address segment and
to-ip
is the end address. These two addresses must be in the address domain determined by
this gateway and netmask and IP address in address pool cannot contain gateway.
Example :
!Create network interface of local IP address pool nic
QTECH(config-ip-pool-nic)#section 0 192.168.0.100 192.168.0.200
!Delete network interface 0 of local IP address pool nic
QTECH(config-ip-pool-nic)#no section 0
11.4.4
Disable/enable specified IP address in IP address
pool
Configure it in local IP address pool configuration mode :
Disable/enable specified IP address in local IP address pool network interface
ip
{ disable | enable }
ip-address
ip-address
must contain some network interface of locap IP address pool.
Example :
!Disable specified IP address 192.168.0.100 in local IP address pool network interface
QTECH(config-ip-pool-nic)#ip disable 192.168.0.100
!Enable specified IP address 192.168.0.100 in local IP address pool network interface
QTECH(config-ip-pool-nic)#ip enable 192.168.0.100