System information

BSR 64000 Configuration and Management Guide
3-22
6. Verify that the information was entered correctly by displaying the running
configuration in Privileged EXEC mode.
MOT#show running-config
Configuring DNS
Domain Name System (DNS) maps host names to IP addresses. For example, it
allows you to reference the host motorola.com instead of having to remember that its
IP address is 198.93.23.13.
Configuring DNS involves the following tasks:
Specifying DNS Name Servers
Configuring the Domain Name
Enabling Domain Lookup and Domain List
Specifying DNS Name Servers
Use the ip name-server command in Global Configuration mode to specify a Domain
Name Server (DNS) that helps the BSR match DNS host names with their IP
addresses, as shown below:
MOT(config)#ip name-server {<A.B.C.D>}
where:
A.B.C.D is the IP address of the Domain Name Server (DNS).
For example:
MOT(config)#ip name server 192.168.1.253
Configuring the Domain Name
For each BSR, you should configure the name of the domain in which the BSR is
located. This is the default domain name that is appended to host names that are not
fully qualified. To configure the domain name, use the ip domain-name command in
Global Configuration mode.
MOT(config)#ip domain-name <name>