<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CCNP Recertification &#187; Angel Castaneda</title>
	<atom:link href="http://ccnprecertification.com/author/angel/feed/" rel="self" type="application/rss+xml" />
	<link>http://ccnprecertification.com</link>
	<description>Study notes for the Cisco CCNP exam</description>
	<lastBuildDate>Mon, 25 Jan 2010 15:26:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Checking common port numbers on Cisco IOS</title>
		<link>http://ccnprecertification.com/2009/01/10/checking-common-port-numbers-on-cisco-ios/</link>
		<comments>http://ccnprecertification.com/2009/01/10/checking-common-port-numbers-on-cisco-ios/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 20:25:23 +0000</pubDate>
		<dc:creator>Angel Castaneda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ccnprecertification.com/?p=130</guid>
		<description><![CDATA[While memorizing a bunch of port numbers definitely helps you impress the ladies, not everyone has that ability. Fortunately, you can check common port numbers right on the Cisco IOS command line.
Router&#62; enable
Router# conf t
Router# access-list 100 permit tcp any any eq ?

This will result in the following table:
 &#60;0-65535&#62;    Port number
bgp          Border Gateway Protocol [...]<p>Content Copyright Sean Walberg<br/><br/><a href="http://ccnprecertification.com/2009/01/10/checking-common-port-numbers-on-cisco-ios/">Checking common port numbers on Cisco IOS</a></p>



No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>While memorizing a bunch of port numbers definitely helps you impress the ladies, not everyone has that ability. Fortunately, you can check common port numbers right on the Cisco IOS command line.</p>
<pre><code>Router&gt; enable
Router# conf t
Router# access-list 100 permit tcp any any eq ?
</code></pre>
<p>This will result in the following table:</p>
<pre><code> &lt;0-65535&gt;    Port number
bgp          Border Gateway Protocol (179)
chargen      Character generator (19)
cmd          Remote commands (rcmd, 514)
daytime      Daytime (13)
discard      Discard (9)
domain       Domain Name Service (53)
echo         Echo (7)
exec         Exec (rsh, 512)
finger       Finger (79)
ftp          File Transfer Protocol (21)
ftp-data     FTP data connections (used infrequently, 20)
gopher       Gopher (70)
hostname     NIC hostname server (101)
ident        Ident Protocol (113)
irc          Internet Relay Chat (194)
klogin       Kerberos login (543)
kshell       Kerberos shell (544)
login        Login (rlogin, 513)
lpd          Printer service (515)
nntp         Network News Transport Protocol (119)
pim-auto-rp  PIM Auto-RP (496)
pop2         Post Office Protocol v2 (109)
pop3         Post Office Protocol v3 (110)
smtp         Simple Mail Transport Protocol (25)
sunrpc       Sun Remote Procedure Call (111)
syslog       Syslog (514)
tacacs       TAC Access Control System (49)
talk         Talk (517)
telnet       Telnet (23)
time         Time (37)
uucp         Unix-to-Unix Copy Program (540)
whois        Nicname (43)
www          World Wide Web (HTTP, 80) </code></pre>
<p>Content Copyright Sean Walberg<br/><br/><a href="http://ccnprecertification.com/2009/01/10/checking-common-port-numbers-on-cisco-ios/">Checking common port numbers on Cisco IOS</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://ccnprecertification.com/2009/01/10/checking-common-port-numbers-on-cisco-ios/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
