
Command Line Interface
Tsunami MP-8100 Reference Manual
23
Server Interface Table
Enter the following commands to configure the DHCP server interface table.
Server IP Pool Table
Enter the following commands to configure the DHCP IP pool table.
System Name(config)# dhcp
System Name(config-dhcp)# server-interface-table
System Name(config-dhcp-serverif)# rowedit 1 comment test
System Name(config-dhcp-serverif)# rowedit 1 default-gateway 169.254.129.1
System Name(config-dhcp-serverif)# rowedit 1 default-leasetime 0-00:14:24.00
System Name(config-dhcp-serverif)# rowedit 1 net-mask 255.255.255.0
System Name(config-dhcp-serverif)# rowedit 1 primary-dns 0.0.0.0
System Name(config-dhcp-serverif)# rowedit 1 secondary-dns 0.0.0.0
System Name(config-dhcp-serverif)# rowedit 1 entry-status enable
System Name(config-dhcp-serverif)#exit
System Name(config-dhcp)#exit
System Name(config)#exit
System Name# show dhcp server-interface-tbl
// DHCP INTERFACE TABLE CONFIGURATION //
INDEX 1
Interface Type : ethernet1
NetMask : 255.255.255.0
Default Gateway : 169.254.129.1
Primary DNS : 0.0.0.0
Secondary DNS : 0.0.0.0
Lease Time : 0-00:14:24.00
Comment : test
Entry Status : enable
INDEX 2
Interface Type : wireless1
NetMask : 255.255.255.0
Default Gateway : 169.254.131.1
Primary DNS : 0.0.0.0
Secondary DNS : 0.0.0.0
Lease Time : 0-00:14:24.00
Comment : test
Entry Status : disable
System Name(config)# dhcp
System Name(config-dhcp)# server-ippool-table
System Name(config-dhcp-ippool)# rowadd 0 entry-status 4
System Name(config-dhcp-ippool)# rowadd 0 interface-type bridge
System Name(config-dhcp-ippool)# rowadd 0 start-ipaddress 192.168.2.80
System Name(config-dhcp-ippool)# rowadd 0 end-ipaddress 192.168.2.85
System Name(config-dhcp-ippool)# rowadd 0 entry-status 4
System Name(config-dhcp-ippool)# exit
System Name(config-dhcp)#exit
System Name(config)#exit
System Name# show dhcp server-ippool-tbl
// DHCP SERVER IP POOL TABLE CONFIGURATION //
INDEX 1
Interface : bridge
Start IpAddress : 192.168.2.80
End IpAddress : 192.168.2.85
Entry Status : enable