<?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>Tom&#039;s Notes &#187; syslog</title>
	<atom:link href="http://wp.greenwood.net.nz/tag/syslog/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.greenwood.net.nz</link>
	<description>CCNA4 Notes - Term 2, 2009</description>
	<lastBuildDate>Thu, 02 Jul 2009 21:43:25 +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>Module 6 &#8211; Network Administration</title>
		<link>http://wp.greenwood.net.nz/module-6-network-admin/</link>
		<comments>http://wp.greenwood.net.nz/module-6-network-admin/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 21:00:02 +0000</pubDate>
		<dc:creator>Tom GT</dc:creator>
				<category><![CDATA[Cisco CCNA4]]></category>
		<category><![CDATA[cmip]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[mib]]></category>
		<category><![CDATA[rmon]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[syslog]]></category>

		<guid isPermaLink="false">http://wp.greenwood.net.nz/?p=127</guid>
		<description><![CDATA[Index

Network Management

OSI and Network Management
SNMP and CMIP
MIB Structure
SNMP Protocol
SNMP Configuration
RMON
Syslog




Network Management
OSI and Network Management
There are 4 parts to the OSI management model:

Orginizational &#8211; describes components of network management and their relationships
Information &#8211; structure and storage of information, representation of objects
Communication &#8211; method for data transfer between the agent and manager
Functional &#8211; Fault, Configuration, Accounting, Performance, [...]]]></description>
			<content:encoded><![CDATA[<h3>Index</h3>
<ul>
<li><a href="http://wp.greenwood.net.nz/module-6-network-admin/#management">Network Management</a>
<ul>
<li><a href="http://wp.greenwood.net.nz/module-6-network-admin/#osi-management">OSI and Network Management</a></li>
<li><a href="http://wp.greenwood.net.nz/module-6-network-admin/#snmp-cmip">SNMP and CMIP</a></li>
<li><a href="http://wp.greenwood.net.nz/module-6-network-admin/#mib">MIB Structure</a></li>
<li><a href="http://wp.greenwood.net.nz/module-6-network-admin/#snmp-protocol">SNMP Protocol</a></li>
<li><a href="http://wp.greenwood.net.nz/module-6-network-admin/#snmp-config">SNMP Configuration</a></li>
<li><a href="http://wp.greenwood.net.nz/module-6-network-admin/#rmon">RMON</a></li>
<li><a href="http://wp.greenwood.net.nz/module-6-network-admin/#syslog">Syslog</a></li>
</ul>
</li>
</ul>
<h3><span id="more-127"></span></h3>
<h3><a style="text-decoration: none; color: #555555;" name="management">Network Management</a></h3>
<p><span style="text-decoration: underline;"><strong><a style="text-decoration: none; color: #555555;" name="osi-management">OSI and Network Management</a></strong></span></p>
<p>There are 4 parts to the OSI management model:</p>
<ul>
<li>Orginizational &#8211; describes components of network management and their relationships</li>
<li>Information &#8211; structure and storage of information, representation of objects</li>
<li>Communication &#8211; method for data transfer between the agent and manager</li>
<li>Functional &#8211; Fault, Configuration, Accounting, Performance, Security (FCAPS)</li>
</ul>
<p><span style="text-decoration: underline;"><strong><a style="text-decoration: none; color: #555555;" name="snmp-cmip">SNMP and CMIP</a></strong></span></p>
<p>Simple Network Management Protocol (SNMP):</p>
<ul>
<li>made up of a protocol, a database structure, and a set of data objects</li>
<li>SNMP v2c was released in &#8216;93, SNMP v3 is current</li>
<li>TCP/IP adopted SNMP as a protocol in 1989</li>
</ul>
<p>Common Management Information Protocol (CMIP):</p>
<ul>
<li>ISO standard</li>
<li>made up of a complex set of standards</li>
</ul>
<p><span style="text-decoration: underline;"><strong><a style="text-decoration: none; color: #555555;" name="mib">MIB structure</a></strong></span></p>
<p>MIB I includes 114 objects, and the newer MIB II is expanded, with 185 objects defined.</p>
<p>There are objects administered by the Internet Activities Board (IAB), which are standardized. Vendors may also create custom objects, while it is recommended that they release the definitions of their objects, they are not always.</p>
<p><span style="text-decoration: underline;"><strong><a style="text-decoration: none; color: #555555;" name="snmp-protocol">SNMP Protocol</a></strong></span></p>
<p>There are three main functions that can be used by the Network Management Station, GetRequest, GetNextRequest, and SetRequest. SNMP v2c added a Bulk function to these, allowing more than one value to be requested at a time.</p>
<p><span style="text-decoration: underline;"><strong><a style="text-decoration: none; color: #555555;" name="snmp-config">SNMP Configuration</a></strong></span></p>
<p><span style="text-decoration: underline;">Basic SNMP Configuration<strong> </strong></span><br />
<em>Router(config) <strong>snmp-server community [string (acts as password)] [ro (read only) | rw (read/write)]</strong></em></p>
<p><span style="text-decoration: underline;">Specify the location and main contact of managed device</span><br />
<em>Router(config) <strong>snmp-server location [text]</strong><br />
Router(config) <strong>snmp-server contact [text]</strong></em></p>
<p><span style="text-decoration: underline;"><strong><strong><a style="text-decoration: none; color: #555555;" name="rmon">RMON</a></strong></strong></span></p>
<ul>
<li>is an MIB</li>
<li>based on IETF RFCs</li>
<li>gets statistics by analyzing all frames on a segment</li>
<li>RMON1 works on the data link layer</li>
<li>RMON2 works on the network layer</li>
<li>has a different group for each type of information it analyzes</li>
</ul>
<p><span style="text-decoration: underline;"><strong><strong><a style="text-decoration: none; color: #555555;" name="syslog">Syslog</a></strong></strong></span></p>
<ul>
<li>based on UNIX syslog utility</li>
<li>has 8 severity levels, from 0 (most critical) to 7 (least critical):
<ul>
<li>0 &#8211; Emergencies</li>
<li>1 &#8211; Alerts</li>
<li>2 &#8211; Critical</li>
<li>3 &#8211; Errors</li>
<li>4 &#8211; Warnings</li>
<li>5 &#8211; Notifications</li>
<li>6 &#8211; Informational (default on Cisco IOS)</li>
<li>7 &#8211; Debugging</li>
</ul>
</li>
</ul>
<p><span style="text-decoration: underline;">Configuration:</span></p>
<p><span>Enable logging to all supported destinations:<br />
<em><span>Router(config)#<strong>logging on</strong></span></em></span></p>
<p>Send log messages to a syslog server host:<br />
<em><span>Router(config)#<strong>logging</strong> [<strong>hostname | ip address]</strong></span></em></p>
<p>Set logging severity level<br />
<em><span>Router(config)#<strong>logging trap [level name]</strong></span></em></p>
<p>Include timestamp with syslog message:<br />
<em><span>Router(config)#<strong>service timestamps log datetime</strong></span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.greenwood.net.nz/module-6-network-admin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
