<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/makoto_ccie/">
    <title>makoto_ccie @ ウィキ</title>
    <link>http://w.atwiki.jp/makoto_ccie/</link>
    <atom:link href="https://w.atwiki.jp/makoto_ccie/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>makoto_ccie @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2007-07-09T23:40:51+09:00</dc:date>
    <utime>1183992051</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/makoto_ccie/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/makoto_ccie/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/makoto_ccie/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/makoto_ccie/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/makoto_ccie/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/makoto_ccie/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/makoto_ccie/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/makoto_ccie/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/makoto_ccie/pages/3.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/makoto_ccie/pages/4.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/makoto_ccie/pages/17.html">
    <title>Voice VLAN</title>
    <link>https://w.atwiki.jp/makoto_ccie/pages/17.html</link>
    <description>
      アクセスポートでIP PhoneからのIP音声トラフィックを伝送。スイッチをCisco7960 IP Phoneに接続すると、IP Phone はレイヤ 3 IP precedenceおよびレイヤ 2 Class of Service（CoS;サービス クラス）値を使用して、音声トラフィックを送信。どちらの値もデフォルトでは5に設定。データ送信が均質性に欠ける場合、IP Phoneの音質が低下することがある。そのため、スイッチでは、IEEE 802.1p CoS に基づくQoSをサポート。


**Cisco IP Phone Voice Traffic 
･ レイヤ 2 CoS プライオリティ値のタグ付き音声 VLAN による送信 
･ レイヤ 2 CoS プライオリティ値のタグ付きアクセス VLAN による送信 
･ タグなし（レイヤ 2 CoS プライオリティ値なし）のアクセス VLAN による送信 
※音声トラフィックはレイヤ 3 IP precedence値（音声トラフィックはデフォルトで 5、音声制御トラフィックは 3）を伝送


**Cisco IP Phone Data Traffic 
･ trustedモードでは、Cisco IP Phone のアクセスポート経由で受信したすべてのトラフィックがそのままIP Phoneを通過 
･ untrustedモードでは、Cisco IP Phone のアクセスポート経由で受信した IEEE 802.1Q および IEEE 802.1p フレームのすべてのトラフィックに、設定されたレイヤ 2 CoS 値を与える。デフォルトのレイヤ 2 CoS 値は 0。（デフォルト設定）
 

**Configuring Voice VLAN 
----
interface gigabitethernet0/1 
　mls qos trust cos                  =&gt; パケットのCoS値を信用
　switchport voice vlan dot1p        =&gt; Cisco IP Phone による音声トラフィックの伝送方法を設定※
　switchport priority extend trust   =&gt; Cisco IP Phone のアクセスポートから受信したデータトラフィックのプライオリティを設定
----
※switchport voice vlan { vlan-id | dot1p | none | untagged } 
･ vlan-id ― すべての音声トラフィックが特定のVLANを経由して転送。デフォルトでは、IEEE 802.1Q プライオリティ 5 を使用して音声トラフィックを転送。
･ dot1p ― 音声トラフィックに IEEE 802.1p プライオリティ タギングを使用、デフォルトのネイティブ VLAN（VLAN 0）を使用してすべてのトラフィックが伝送。デフォルトでは、Cisco IP Phone は IEEE 802.1p プライオリティ 5 を使用して音声トラフィックを転送。 
･ none ― IP Phone が独自の設定を使用してタグなしの音声トラフィックを送信。 
･ untagged ― タグなしの音声トラフィックを送信。     </description>
    <dc:date>2007-07-09T23:40:51+09:00</dc:date>
    <utime>1183992051</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/makoto_ccie/pages/15.html">
    <title>VLANs</title>
    <link>https://w.atwiki.jp/makoto_ccie/pages/15.html</link>
    <description>
      **VLAN Port Membership Modes 
|Membership Mode| VLAN Membership Characteristics | VTP Characteristics |
|Static-access|手動で割り当て、1つのVLANだけに所属|必須ではない|
|[[Trunk]] (ISL or IEEE 802.1Q)|デフォルトで、トランクポートは拡張範囲VLANを含むすべてのVLANのメンバー|推奨されるが必須ではない|
|Dynamic access|１つのVLAN(VLAN IDが1 ～ 4094）にのみ所属|必須。VTPに加入するには、あるスイッチのトランクポートに接続した別のスイッチ上にトランクポートが必要|
|[[Voice VLAN]]|Cisco IP Phoneに接続し、電話に接続されたデバイスからの音声トラフィックに1つのVLANを、データトラフィックに別のVLANを使用するように設定されたアクセスポート。|不要。設定しても動作せず|
|Private VLAN|プライベートVLANポートは、プライベートVLANのプライマリまたはセカンダリVLANに属するホストまたは混合ポートです。 |VTP transparentモードが必須|
|Tunnel(dot1q-tunnel)|IEEE 802.1Qトンネリング用に使用され、トンネリング専用の単一のVLANに属する|必須ではなく手動でVLANにトンネル ポートを割り当てる。|


**Layer 2 Interface Modes  
|Mode|Function|
|switchport mode access|永続的な非トランキング モード|
|switchport mode dynamic auto|近接インターフェイスがtrunkまたはdesirableモードに設定されている場合、トランクインターフェイスになる|
|switchport mode dynamic desirable|近接インターフェイスがtrunk、desirable、またはautoモードに設定されている場合、トランクインターフェイスになる|
|switchport mode trunk|永続的なトランキング モード|
|switchport nonegotiate|インターフェイスがDTPフレームを生成しないようにする。インターフェイススイッチポートモードがaccessまたはtrunkの場合だけ設定可能。トランクリンクを確立するには、手動で近接インターフェイスをトランクインターフェイスとして設定|
|switchport mode dot1q-tunnel|インターフェイスをトンネル（非トランキング）ポートとして設定し、IEEE 802.1Q トランクポートと非対称リンクで接続|
※デフォルト
　3550　=&gt;　dynamic desirable 
　3560　=&gt;　dynamic auto 

**[[Voice VLAN]]

**[[Private VLANs]]    </description>
    <dc:date>2007-07-09T23:17:01+09:00</dc:date>
    <utime>1183990621</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/makoto_ccie/pages/16.html">
    <title>Trunk</title>
    <link>https://w.atwiki.jp/makoto_ccie/pages/16.html</link>
    <description>
      **[[IEEE 802.1Q Tunneling]]
**[[Layer 2 Protocol Tunneling]]    </description>
    <dc:date>2007-07-09T23:09:55+09:00</dc:date>
    <utime>1183990195</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/makoto_ccie/pages/14.html">
    <title>SPAN, RSPAN</title>
    <link>https://w.atwiki.jp/makoto_ccie/pages/14.html</link>
    <description>
      **SPAN 
任意の VLAN 上の送信元ポートからのトラフィック、もしくはVLAN からのトラフィックを解析するために宛先ポートへコピー。
#image(43580.jpg)
--------------------------------------------------------------------------------
no monitor session 1
monitor session 1 source interface gigabitethernet0/1     ===&gt;送信元ポート（モニタ対象ポート）を指定
monitor session 1 destination interface gigabitethernet0/2 encapsulation replicate     ===&gt;宛先ポート（モニタ側ポート）を指定
!
! フィルタリングする VLAN の指定
no monitor session 2
monitor session 2 source interface gigabitethernet0/2 rx
monitor session 2 filter vlan 1 - 5 , 9                                          ===&gt; VLAN 1 ～ 5 および 9 に対してのみ
em&gt;monitor session 2 destination interface gigabitethernet0/1     ===&gt; トラフィックを宛先ポート GigabitEthernet 1 に送信
!
! ローカル SPAN セッションの作成および着信トラフィックの設定
no monitor session 2
monitor session 2 source gigabitethernet0/1 rx 送信元ポート  ===&gt; GigabitEthernet 1 上で受信されるトラフィックをモニタ
monitor session 2 destination interface gigabitethernet0/2 encapsulation replicate ingress dot1q vlan 6  ===&gt; 送信元ポートと同じ出力カプセル化方式を使用してそれを宛先ポート GigabitEthernet 2 に送信し、VLAN 6 をデフォルトの入力 VLAN として IEEE 802.1Q カプセル化を使用する入力転送をイネーブルに
--------------------------------------------------------------------------------
送信元ポート　=&gt;　送信元ポートと同一ポートである必要はない
送信元VLAN　=&gt;　送信元 VLAN 内のすべてのアクティブ ポートは送信元ポートとして含まれる
宛先ポート　　=&gt;　EtherChannel グループまたは VLAN にすることはできない
デフォルトでは双方向のトラヒックをモニタ。
both―送信トラフィックと受信トラフィックの両方をモニタします。デフォルト設定。 
rx―受信トラフィックをモニタ 
tx―送信トラフィックをモニタ 
 

 

**RSPAN 
#image(1013662.jpg)

異なるスイッチ上の送信元ポート、送信元 VLAN、および宛先ポートをサポート。送信元ポートまたは VLAN からの RSPAN トラフィックは RSPAN VLAN にコピーされ、RSPAN VLAN を伝送するトランク ポートを介して、宛先セッションへ転送。各 RSPAN 送信元スイッチでは、RSPAN 送信元としてポートまたは VLAN のいずれかを設定する必要がある。
--------------------------------------------------------------------------------
! RSPAN 送信元セッションの作成
vlan 901
remote span
!
! RSPAN 送信元セッションの作成
no monitor session 1
monitor session 1 source interface gigabitethernet0/1 tx
monitor session 1 source interface gigabitethernet0/2 rx
monitor session 1 source interface port-channel 2
monitor session 1 destination remote vlan 901
!
! RSPAN 宛先セッションの作成
monitor session 1 source remote vlan 901
monitor session 1 destination interface gigabitethernet0/1
!
! RSPAN 宛先セッションの作成および着信トラフィックの設定
monitor session 2 source remote vlan 901
monitor session 2 destination interface gigabitethernet0/2 ingress vlan 6
!
! フィルタリングする VLAN の指定
no monitor session 2
monitor session 2 source interface gigabitethernet0/2 rx     ===&gt;トランク ポート 2 で受信されるトラフィックをモニタ
monitor session 2 filter vlan 1 - 5 , 9                    ===&gt;VLAN 1 ～ 5 および 9 に対してのみ
monitor session 2 destination remote vlan 902     ===&gt;トラフィックを宛先 RSPAN VLAN 902 に送信
--------------------------------------------------------------------------------
宛先は常に物理ポート。
中間スイッチはRSPANをサポートしていなけらばならない。    </description>
    <dc:date>2007-07-09T21:52:56+09:00</dc:date>
    <utime>1183985576</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/makoto_ccie/pages/12.html">
    <title>VLANs, VTP, STP, MSTP, RSTP, Trunk, Etherchannel, management, features, advanced configuration, Layer 3</title>
    <link>https://w.atwiki.jp/makoto_ccie/pages/12.html</link>
    <description>
      -[[VLANs]]
-[[VTP]] 
-[[STP]] 
-[[MSTP]] 
-[[RSTP]] 
-[[Trunk]] 
-[[Etherchannel]]
-[[management]] 
-[[features]] 
-[[SPAN, RSPAN]] 
-[[advanced configuration]] 
-[[Layer 3]] 
-[[Security]] 
-[[MLS QoS]]    </description>
    <dc:date>2007-07-09T21:34:28+09:00</dc:date>
    <utime>1183984468</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/makoto_ccie/pages/11.html">
    <title>ccie note</title>
    <link>https://w.atwiki.jp/makoto_ccie/pages/11.html</link>
    <description>
      *Bridging and Switching 
-[[Frame relay]] 
-[[VLANs, VTP, STP, MSTP, RSTP, Trunk, Etherchannel, management, features, advanced configuration, Layer 3]]
 

*IP IGP Routing 
-[[OSPF]] 
-[[EIGRP]] 
-[[RIPv2]] 
-[[Addressing, RIPng, OSPFv3]] 
-[[GRE]] 
-[[ODR]] 
-[[Filtering, redistribution, summarization and other advanced features]]
 

*BGP 
-[[IBGP]] 
-[[EBGP]] 
-[[Filtering, redistribution, summarization, synchronization, attributes and other advanced features]] 
 

*IP and IOS Features 
-[[IP addressing]] 
-[[DHCP]] 
-[[HSRP]] 
-[[IP services]] 
-[[IOS user interfaces]] 
-[[System management]] 
-[[NAT]] 
-[[NTP]] 
-[[SNMP]] 
-[[RMON]] 
-[[Accounting]] 



*IP Multicast 
-[[PIM, bi-directional PIM]] 
-[[MSDP]] 
-[[Multicast tools, source specific multicast]] 
-[[DVMRP]] 
-[[Anycast]] 


*QoS  
-[[Quality of service solutions]] 
-[[Classification]] 
-[[Congestion management, congestion avoidance]] 
-[[Policing and shaping]] 
-[[Signaling]] 
-[[Link efficiency mechanisms]] 
-[[Modular QoS command line]] 


*Security  
-[[AAA]]
-[[Security server protocols]] 
-[[Traffic filtering and firewalls]] 
-[[Access lists]] 
-[[Routing protocols security, catalyst security]] 
-[[CBAC]] 
-[[Other security features]]     </description>
    <dc:date>2007-07-09T21:31:23+09:00</dc:date>
    <utime>1183984283</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/makoto_ccie/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/makoto_ccie/pages/2.html</link>
    <description>
      メニュー
-[[トップページ]]
-[[ccie note]]
-[[プラグイン]]
-[[メニュー]]
-[[メニュー2]]

----


-[[@ウィキ ガイド&gt;http://atwiki.jp/guide/]]
-[[@wiki 便利ツール &gt;http://atwiki.jp/tools/]]
-[[@wiki&gt;http://atwiki.jp]]

// リンクを張るには &quot;[&quot; 2つで文字列を括ります。
// &quot;&gt;&quot; の左側に文字、右側にURLを記述するとリンクになります


**更新履歴
#recent(20)    </description>
    <dc:date>2007-07-09T21:20:13+09:00</dc:date>
    <utime>1183983613</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/makoto_ccie/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/makoto_ccie/pages/1.html</link>
    <description>
      ＊＊@wikiへようこそ
-ウィキはみんなで気軽にホームページ編集できるツールです。
-このページは自由に編集することができます。
-メールで送られてきたパスワードを用いてログインすることで、各種変更（サイト名、トップページ、メンバー管理、サイドページ、デザイン、ページ管理、等）することができます


＊＊まずはこちらをご覧ください。
-[[@wikiの基本操作&gt;http://atwiki.jp/guide/category2.html]]
-[[用途別のオススメ機能紹介&gt;http://atwiki.jp/guide/category22.html]]
-[[@wikiの設定/管理&gt;http://atwiki.jp/guide/category6.html]]

＊＊おすすめ機能
-[[気になるニュースをチェック&gt;http://atwiki.jp/guide/17_174_ja.html]]
-[[関連するブログ一覧を表示&gt;http://atwiki.jp/guide/17_161_ja.html]]

＊＊その他にもいろいろな機能満載！！
-[[@wikiプラグイン&gt;http://atwiki.jp/guide/category17.html]]
-[[@wiki便利ツール&gt;http://atwiki.jp/guide/category32.html]]
-[[@wiki構文&gt;http://atwiki.jp/guide/category16.html]]

＊＊バグ・不具合を見つけたら？
お手数ですが、こちらからご連絡宜しくお願いいたします。
⇒http://atwiki.jp/guide/contact.html


＊＊分からないことは？
-[[@wiki ご利用ガイド&gt;http://atwiki.jp/guide/]]
-[[よくある質問&gt;http://atwiki.jp/guide/category1.html]]
-[[@wikiへお問い合わせ&gt;http://atwiki.jp/guide/contact.html]]
等をご活用ください


    </description>
    <dc:date>2007-07-09T21:18:03+09:00</dc:date>
    <utime>1183983483</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/makoto_ccie/pages/3.html">
    <title>メニュー2</title>
    <link>https://w.atwiki.jp/makoto_ccie/pages/3.html</link>
    <description>
      **更新履歴
#recent(20)
    </description>
    <dc:date>2007-07-09T21:18:03+09:00</dc:date>
    <utime>1183983483</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/makoto_ccie/pages/4.html">
    <title>プラグイン/ニュース</title>
    <link>https://w.atwiki.jp/makoto_ccie/pages/4.html</link>
    <description>
      * ニュース
@wikiのwikiモードでは
 #news(興味のある単語)
と入力することで、あるキーワードに関連するニュース一覧を表示することができます
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_174_ja.html


-----


たとえば、#news(wiki)と入力すると以下のように表示されます。


#news(wiki)
    </description>
    <dc:date>2007-07-09T21:18:03+09:00</dc:date>
    <utime>1183983483</utime>
  </item>
  </rdf:RDF>
