15-6
Cisco TelePresence System TX9000 and TX9200 Assembly, Use & Care, and Field-Replaceable Unit Guide
OL-27038-01
Chapter 15 First-Time Setup
Setting Up a TX9000 or TX9200 System That Uses a Static Network Address
Step 6
Find the IP address that the Cisco TelePresence system provided for your network session and make a
note of it.
Tip
If your PC is Windows-based, find the session IP address by clicking typing
cmd
in the Search box (or
clicking
Start > Run
and typing
cmd
) to open a terminal window, and then typing
ipconfig
.
Step 7
Set the network address using either CLI commands or the Cisco TelePresence Administrative GUI
using one of the following methods:
•
To set the address using the Cisco TelePresence Administrative GUI:
a.
Using a supported Internet browser, log in to the Cisco TelePresence system GUI using the IP
address
xxx
.
xxx
.
xxx
.1,
Where:
xxx
.
xxx
.
xxx
is the first three octets of the session IP address.
For example, if your determine that your session IP address is 10.0.4.2, use the IP address 10.0.4.1.
b.
Enter the user name and password when you are prompted to do so. By default, the user name is
admin
and the password is cisco.
•
The First-Time Setup wizard screen displays.
c.
If the CTS Admin UI button displays, click this button to open the Cisco TelePresence
Administrative GUI.
d.
Navigate to
Configuration > IP Settings
.
e.
Change the DHCP Enabled setting to
No
.
f.
Enter a static IP address, subnet mask, and IP gateway for your system into the fields. Optionally,
enter DNS server(s) and the network domain name.
•
To set the address using CLI commands
:
a.
Using a Secure Shell (SSH) client, log in to the Cisco TelePresence system GUI using the IP address
xxx
.
xxx
.
xxx
.1,
Where:
xxx
.
xxx
.
xxx
is the first three octets of the session IP address.
For example, if your determine that your session IP address is 10.0.4.2, use the IP address 10.0.4.1.
b.
Enter the following command to configure a static network IP address:
set network IP static
ip-address ip-subnet ip-gateway
[
dns-address1
][
dns-address2
][
domain-name
]
Where:
ip-address
is the IP address of the system
ip-subnet
is the IP subnet mask of the system
ip-gateway
is the IP gateway of the system
–
dns-address1
is the IP address of DNS server 1 (Optional)
–
dns-address2
is the IP address of DNS server 2 (Optional)
–
domain-name
is the domain name for the network (Optional)
Command Example