Cisco ASR1002 Network Positioning Guide - Page 8

SUMMARY STEPS, DETAILED STEPS, What to Do Next, Purpose, Command or Action, Step 1

Page 8 highlights

Configuring Basic Networking on a PE General Configuration of the Network Positioning System SUMMARY STEPS 1. hostname hostname 2. ip host hostname ip-address 3. ip name-server ip-address 4. interface interface-name 5. ip address ip-address mask 6. no shutdown DETAILED STEPS Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Command or Action hostname hostname Example: server(config)# hostname ccnsr.com ip host hostname ip-address Example: server(config)# ip host ccnsr.com 172.16.0.2 ip name-server ip-address Example: server(config)# ip name-server interface interface-name Example: server(config)# interface eth0 server(config-if)# ip address ip-address mask Example: server(config-if)# ip address 172.17.0.3 255.255.255.0 no shutdown Example: server(config-if)# no shutdown Purpose Configures a hostname for the router. Specifies the IP address of the running XMPP server. Specifies the address of the name server. This command is required only if the ip host command is not used. Enters interface configuration mode to enable an interface. Configures the IP address of the interface. Enables the interface. What to Do Next Configure the XMPP server. Cisco Network Positioning System Configuration Guide for the Cisco ASR 1000 Router, Release 1.0 2 OL-25794-01

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34

SUMMARY STEPS
1.
hostname
hostname
2.
ip host
hostname ip-address
3.
ip name-server
ip-address
4.
interface
interface-name
5.
ip address
ip-address mask
6.
no shutdown
DETAILED STEPS
Purpose
Command or Action
Configures a hostname for the router.
hostname
hostname
Example:
server(config)# hostname ccnsr.com
Step 1
Specifies the IP address of the running XMPP server.
ip host
hostname ip-address
Example:
server(config)# ip host ccnsr.com 172.16.0.2
Step 2
Specifies the address of the name server. This
command is required only if the
ip host
command is
not used.
ip name-server
ip-address
Example:
server(config)# ip name-server
Step 3
Enters interface configuration mode to enable an
interface.
interface
interface-name
Example:
server(config)# interface eth0
server(config-if)#
Step 4
Configures the IP address of the interface.
ip address
ip-address mask
Example:
server(config-if)# ip address 172.17.0.3
255.255.255.0
Step 5
Enables the interface.
no shutdown
Example:
server(config-if)# no shutdown
Step 6
What to Do Next
Configure the XMPP server.
Cisco Network Positioning System Configuration Guide for the Cisco ASR 1000 Router, Release 1.0
2
OL-25794-01
General Configuration of the Network Positioning System
Configuring Basic Networking on a PE