Some dCloud content require configuration of backend components with endpoint-specific variables. The most common variables required are router interface IP addresses.
An endpoint-specific variable is specific to your endpoint router. It is useful to record these IP addresses for use with Cisco dCloud sessions.
You may wish to print out this information, or create a label for your router with this information listed.
There are several ways to find this information:
- Router Config File – Locate the information in your router config file
- Telnet to Router – Connect to the router command line interface (CLI) via Telnet from an attached workstation
- Console Connection to Router – Connect to the router CLI via a console cable
Router Config File
When you register your router with Cisco dCloud, you have an option to download the config file. The config file contains the configuration specific to your router and can be used to determine the necessary IP addresses.
- From dCloud, go to My Dashboard > My Endpoint Routers.
- Locate your router and click the Download Configs link.
Figure 1. Download Configs
- Save the .zip file.
- Unzip the file and open the config file for the router.
Figure 2. Router Config File
- Scroll down in the file and look for the interface configuration section. Each line will begin with the word “interface”.
- Locate the interface you are interested in, for instance interface vlan10.
Note the IP address configured for the interface.
Figure 3. Config File Content
- You can save this file for future reference or print it out so that it is avaialble when needed.
Telnet to Router
You can connect a workstation to a switchport on the router in order to access the router via Telnet.
The router must be configured for Cisco dCloud to complete these steps.
- Using an Ethernet cable, connect your workstation to an available switchport on the router.
- Ensure that your workstation is set to receive its IP address via DHCP.
- Confirm that the workstation has received an IP address in the 10.64.x.x/24 network.
- Telnet to 10.0.1.1 using the built in Telnet client or a client of your choice.
You will be connected to the router CLI.
If you are prompted for a username/password login as admin/C1sco12345.
- Use the show ip interface brief command to view the endpoint-specific IP addresses on your router.
Figure 4. Show IP Interface Brief Command
- Use the show run interface interface_name command to view both the IP address and subnet mask.
Figure 5. Show Run Interface Command
- For devices with multiple interfaces, use the command show ip interface brief | exclude unassigned to see only those interfaces that have been configured.
Figure 6. Excluding Unassigned Interfaces
- To disconnect from the Telnet session, type exit at the router prompt.
Console Connection to Router
A console connection to the router is useful for viewing configuration settings as well as issuing troubleshooting commands. If possible, this is the preferred method for accessing the configuration of your router. This type of connection requires a terminal emulation program on your workstation. There are many terminal emulation software programs available, however, we will use Tera Term in the steps below.
- Connect the flat, blue rolled cable (included in the box) to the port on the router labeled CONSOLE.
Figure 7. Console Connection
- Connect the other end of the rolled cable to one of the COM ports of your computer.
Most modern computers will require a USB to serial adapter that allows you to connect the rollover cable to a USB port on your computer.
- Power on the router.
- From the Windows computer, download and install Tera Term.
- Launch Tera Term.
- From the New Connection window, select Serial and then select the Port on your computer that is connected to the router.
Figure 8. Serial Port Selection
- Click OK.
- Press the Enter key and verify that the router responds.
If you are prompted for a username/password, login as admin/C1sco1234
- Use the show ip interface brief command to view the endpoint-specific IP addresses on your router.
Figure 9. Show IP Interface Brief Command
- Use the show run interface interface_name command to view both the IP address and subnet mask.
Figure 10. Show Run Interface Command
- For devices with multiple interfaces, use the command show ip interface brief | exclude unassigned to see only those interfaces that have been configured.
Figure 11. Excluding Unassigned Interfaces