User guide

Advanced Configuration
5-5
5
If you have management stations, DNS, or other network servers located on
another subnet, type the IP address of the default gateway router in the text field
provided. Otherwise, leave the address as all zeros (0.0.0.0).
Primary and Secondary DNS Address: The IP address of Domain Name Servers
on the network. A DNS maps numerical IP addresses to domain names and can
be used to identify network hosts by familiar names instead of the IP addresses.
If you have one or more DNS servers located on the local network, type the IP
addresses in the text fields provided. Otherwise, leave the addresses as all zeros
(0.0.0.0).
CLI Commands for TCP/IP Settings – From the global configuration mode, enter the
interface configuration mode with the interface ethernet command. Use the
ip dhcp
command to enable the DHCP client, or
no ip dhcp to disable it. To manually
configure an address, specify the new IP address, subnet mask, and default
gateway using the ip address command. To specify DNS server addresses use the
dns server command. Then use the show interface ethernet command from the
Exec mode to display the current IP settings.
Outdoor Bridge(config)#interface ethernet 6-43
Enter Ethernet configuration commands, one per line.
Outdoor Bridge(if-ethernet)#no ip dhcp 6-45
Outdoor Bridge(if-ethernet)#ip address 192.168.1.2
255.255.255.0 192.168.1.253 6-44
Outdoor Bridge(if-ethernet)#dns primary-server 192.168.1.55 6-43
Outdoor Bridge(if-ethernet)#dns secondary-server 10.1.0.55 6-43
Outdoor Bridge(config)#end 6-7
Outdoor Bridge#show interface ethernet 6-46
Ethernet Interface Information
========================================
IP Address : 192.168.1.2
Subnet Mask : 255.255.255.0
Default Gateway : 192.168.1.253
Primary DNS : 192.168.1.55
Secondary DNS : 10.1.0.55
Admin status : Up
Operational status : Up
========================================
Outdoor Bridge#