|
|
|
| Command Set Lists | |
|
|
|
|
|
|
| dhcpserver enable | G | Enable DHCP Server | switch(config)#dhcpserver enable |
|
| Dhcpserver disable | G | Disable DHCP Server | switch(config)#no dhcpserver |
|
| dhcpserver lowip | G | Configure low IP address | switch(config)#dhcpserver lowip |
|
| [Low IP] |
| for IP pool | 192.168.1.100 |
|
|
|
|
|
| |
|
|
|
|
|
|
| dhcpserver highip | G | Configure high IP address | switch(config)#dhcpserver highip |
|
| [High IP] |
| for IP pool | 192.168.1.200 |
|
|
|
|
|
| |
|
|
|
|
|
|
| dhcpserver subnetmask | G | Configure subnet mask | switch(config)#dhcpserver subnetmask |
|
| [Subnet mask] |
| for DHCP clients | 255.255.255.0 |
|
|
|
|
|
| |
|
|
|
|
|
|
| dhcpserver gateway | G | Configure gateway for | switch(config)#dhcpserver gateway |
|
| [Gateway] |
| DHCP clients | 192.168.1.254 |
|
|
|
|
|
| |
|
|
|
|
|
|
| dhcpserver dnsip | G | Configure DNS IP for | switch(config)#dhcpserver dnsip |
|
| [DNS IP] |
| DHCP clients | 192.168.1.1 |
|
|
|
|
|
| |
|
|
|
|
|
|
| dhcpserver leasetime | G | Configure lease time (in | switch(config)#dhcpserver leasetime 1 |
|
| [Hours] |
| hour) |
|
|
|
|
|
|
| |
|
|
|
|
|
|
| dhcpserver ipbinding | I | Set static IP for DHCP | switch(config)#interface fastEthernet 2 |
|
| [IP address] |
| clients by port | switch(config)#dhcpserver ipbinding |
|
|
|
|
| 192.168.1.1 |
|
| show dhcpserver | P | Show configuration of | switch#show dhcpserver configuration |
|
| configuration |
| DHCP server |
|
|
|
|
|
|
| |
|
|
|
|
|
|
| show dhcpserver clients | P | Show client entries of | switch#show dhcpserver clients |
|
|
|
| DHCP server |
|
|
| show dhcpserver | P | Show | switch#show dhcpserver |
|
|
|
| information of DHCP |
|
|
|
|
| server |
|
|
| no dhcpserver | G | Disable DHCP server | switch(config)#no dhcpserver |
|
|
|
| function |
|
|
| security enable | G | Enable IP security | switch(config)#security enable |
|
|
|
| function |
|
|
| security http | G | Enable IP security of | switch(config)#security http |
|
|
|
| HTTP server |
|
|
| security telnet | G | Enable IP security of | switch(config)#security telnet |
|
|
|
| telnet server |
|
|
| security ip | G | Set the IP security list | switch(config)#security ip 1 |
|
| [Index(1..10)] [IP Address] |
|
| 192.168.1.55 |
|
|
|
|
|
| |
|
|
|
|
|
|
| show security | P | Show the information of | switch#show security |
|
|
|
| IP security |
|
|
| no security | G | Disable IP security | switch(config)#no security |
|
|
|
| function |
|
|
| no security http | G | Disable IP security of | switch(config)#no security http |
|
|
|
| HTTP server |
|
|
| no security telnet | G | Disable IP security of | switch(config)#no security telnet |
|
|
|
| telnet server |
|
|
C-3 Port Commands Set
Commands | Level | Description | Example |
interface fastEthernet | G | Choose the port for | switch(config)#interface fastEthernet 2 |
[Portid] |
| modification. |
|
|
|
| |
|
|
|
|