


 



<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docwiki.cisco.com/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Configuring_the_Router&amp;feed=atom&amp;action=history</id>
		<title>Application Extension Platform 1.x -- Configuring the Router - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Configuring_the_Router&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Configuring_the_Router&amp;action=history"/>
		<updated>2013-05-26T03:30:21Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Configuring_the_Router&amp;diff=36035&amp;oldid=prev</id>
		<title>Jwithing: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Configuring_the_Router&amp;diff=36035&amp;oldid=prev"/>
				<updated>2010-12-02T20:30:56Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 20:30, 2 December 2010&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Jwithing</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Configuring_the_Router&amp;diff=36034&amp;oldid=prev</id>
		<title>Jwithing at 02:46, 17 November 2010</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Configuring_the_Router&amp;diff=36034&amp;oldid=prev"/>
				<updated>2010-11-17T02:46:42Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Configuring the Router==&lt;br /&gt;
To configure the Cisco Integrated Services Router, perform the following steps.&lt;br /&gt;
&lt;br /&gt;
=== Connect ===&lt;br /&gt;
'''Option 1'''&lt;br /&gt;
Connect to the router by opening a telnet session from the terminal window on a PC running Windows OS. Then go to to the next step -- ''Connect to the Cisco Integrated Services Router using Telnet''&lt;br /&gt;
&lt;br /&gt;
'''Option 2''' Use secure shell (SSH) -- for example by using client emulation software PuTTY. Then go to step ''Enter your username and password''&lt;br /&gt;
&lt;br /&gt;
====Connect to the Cisco Integrated Services Router using Telnet====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
telnet ''ip-address''&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
====Enter your username and password====&lt;br /&gt;
&lt;br /&gt;
Username: &amp;lt;code&amp;gt;''username''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Password: &amp;lt;code&amp;gt;''password''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example:''' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
telnet 192.168.1.39  &lt;br /&gt;
 &lt;br /&gt;
Trying 192.168.1.39 ... Open&lt;br /&gt;
&lt;br /&gt;
.....&lt;br /&gt;
&lt;br /&gt;
User Access Verification&lt;br /&gt;
&lt;br /&gt;
Username: cisco &lt;br /&gt;
&lt;br /&gt;
Password: cisco &lt;br /&gt;
&lt;br /&gt;
2800_w_axp#&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Check the Mode ===&lt;br /&gt;
In the example above, the # sign shows that you are in privileged EXEC mode. &lt;br /&gt;
If you see a &amp;gt; symbol instead of the # symbol as the prompt, enter the &amp;lt;code&amp;gt;enable&amp;lt;/code&amp;gt; command, followed by your password to enable the Cisco ISR.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Verify the Running Configuration=== &lt;br /&gt;
To check the running configuration enter the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#show running-config&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
interface GigabitEthernet0/0&lt;br /&gt;
 ip address 10.7.0.90 255.255.255.0&lt;br /&gt;
 shutdown&lt;br /&gt;
 duplex auto&lt;br /&gt;
 speed auto&lt;br /&gt;
 media-type rj45&lt;br /&gt;
!&lt;br /&gt;
interface GigabitEthernet0/1&lt;br /&gt;
 ip address 172.16.10.1 255.255.255.0&lt;br /&gt;
 duplex auto&lt;br /&gt;
 speed auto&lt;br /&gt;
 media-type rj45&lt;br /&gt;
!&lt;br /&gt;
interface Integrated-Service-Engine4/0&lt;br /&gt;
 ip unnumbered GigabitEthernet0/1&lt;br /&gt;
 service-module ip address 172.16.10.2 255.255.255.0&lt;br /&gt;
 !Application: Online on NME&lt;br /&gt;
 service-module ip default-gateway 172.16.10.190&lt;br /&gt;
 no keepalive&lt;br /&gt;
!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tip: ''' Press the space bar to scroll through the output if the entire configuration is not visible on your screen. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The running configuration shows multiple interfaces, for example: eth0, eth1, and Integrated-Service-Engine1/0 (ISE1/0). The number of interfaces depends on the model of router and the number of installed service modules. For links to hardware documentation, refer to the relevant [http://www.cisco.com/en/US/products/ps9701/prod_release_notes_list.html Release Notes].&lt;br /&gt;
&lt;br /&gt;
===Show the Interfaces===&lt;br /&gt;
&amp;lt;code&amp;gt;show interfaces&amp;lt;/code&amp;gt; shows all the interfaces.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;show interfaces ''interface_name''&amp;lt;/code&amp;gt; shows only the specified interface.&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
2800_w_axp# show interfaces&lt;br /&gt;
&lt;br /&gt;
2800_w_axp# show interfaces eth0 &lt;br /&gt;
&lt;br /&gt;
2800_w_axp# show interfaces eth1 &lt;br /&gt;
&lt;br /&gt;
2800_w_axp# show interfaces Integrated-Service-Engine 1/0 &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Tip: ''' To scroll through the output, press the space bar repeatedly.&lt;br /&gt;
&lt;br /&gt;
===Additional References===&lt;br /&gt;
For further information on configuring Cisco routers, refer to links in the Platform-Specific Documents section in the [http://www.cisco.com/en/US/products/ps9701/prod_release_notes_list.html Cisco AXP Release Notes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Return to start of Getting Started Guide: '''[[Cisco AXP Getting Started Guide]]&lt;br /&gt;
[[Category:AXP Getting Started]]&lt;/div&gt;</summary>
		<author><name>Jwithing</name></author>	</entry>

	</feed>