<?xml version="1.0" encoding="UTF-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
  <title>www.ikepon.jp</title>
  <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/" />
  <modified>2005-08-15T08:45:30Z</modified>
  <tagline></tagline>
  <id>tag:www.ikepon.jp,2005://2</id>
  <generator url="http://www.movabletype.org/" version="2.661">Movable Type</generator>
  <copyright>Copyright (c) 2005, ikepon</copyright>
  <entry>
    <title>OSPF(ネットワーク)</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001159.html" />
    <modified>2005-08-15T08:45:30Z</modified>
    <issued>2005-08-15T17:45:30+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1159</id>
    <created>2005-08-15T08:45:30Z</created>
    <summary type="text/plain">OSPFのネットワークを設定する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>zebra</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
設定モードにて、以下のコマンドにてOSPFのネットワークを設定することが出来ます。<br/>
<br/>
<pre>
ospfd@RTA# configure terminal
ospfd@RTA(config)# router ospf
ospfd@RTA(config-router)# network 10.10.1.0/24 area 0
ospfd@RTA(config-router)# network 192.168.169.0/24 area 0
</pre>
<br/>
経路を確認すると以下の様になっています。<br/>
<br/>
<pre>
zebra@RTA# show ip route
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
       B - BGP, &gt; - selected route, * - FIB route

K&gt;* 0.0.0.0/0 via 192.168.169.2, lnc0
O   10.10.1.0/24 [110/10] is directly connected, lnc1, 00:03:12
C&gt;* 10.10.1.0/24 is directly connected, lnc1
C&gt;* 127.0.0.0/8 is directly connected, lo0
O   192.168.169.0/24 [110/10] is directly connected, lnc0, 00:03:12
C&gt;* 192.168.169.0/24 is directly connected, lnc0
K&gt;* 192.168.169.130/32 via 127.0.0.1, lo0
</pre>
]]>
      
    </content>
  </entry>
  <entry>
    <title>OSPF(ルータID)</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001158.html" />
    <modified>2005-08-15T08:32:21Z</modified>
    <issued>2005-08-15T17:32:21+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1158</id>
    <created>2005-08-15T08:32:21Z</created>
    <summary type="text/plain">OSPFのルータIDを設定する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>zebra</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
設定モードにて、以下のコマンドにてOSPFのルータIDを設定することが出来ます。<br/>
<br/>
<pre>
ospfd@RTA# configure terminal
ospfd@RTA(config)# router ospf
ospfd@RTA(config-router)# router-id 192.168.169.130
</pre>]]>
      
    </content>
  </entry>
  <entry>
    <title>経路確認(一覧)</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001157.html" />
    <modified>2005-08-15T08:16:37Z</modified>
    <issued>2005-08-15T17:16:37+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1157</id>
    <created>2005-08-15T08:16:37Z</created>
    <summary type="text/plain">経路の一覧を確認する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>zebra</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
以下のコマンドにて経路の一覧を確認することが出来ます。<br/>
<br/>
<pre>
zebra@RTA# show ip route
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
       B - BGP, &gt; - selected route, * - FIB route

K&gt;* 0.0.0.0/0 via 192.168.169.2, lnc0
C&gt;* 10.10.1.0/24 is directly connected, lnc1
C&gt;* 127.0.0.0/8 is directly connected, lo0
C&gt;* 192.168.169.0/24 is directly connected, lnc0
K&gt;* 192.168.169.130/32 via 127.0.0.1, lo0
</pre>]]>
      
    </content>
  </entry>
  <entry>
    <title>ospfd.confの作成</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001156.html" />
    <modified>2005-08-15T08:04:28Z</modified>
    <issued>2005-08-15T17:04:28+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1156</id>
    <created>2005-08-15T08:04:28Z</created>
    <summary type="text/plain">ospfd.confの作成方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>zebra</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[以下のコマンドにてzebra.confを作成します。
<pre>
# cd /usr/local/etc/zebra
# cp ospfd.conf.sample ospfd.conf
</pre>]]>
      
    </content>
  </entry>
  <entry>
    <title>インターフェース設定(IP)</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001155.html" />
    <modified>2005-08-15T07:41:05Z</modified>
    <issued>2005-08-15T16:41:05+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1155</id>
    <created>2005-08-15T07:41:05Z</created>
    <summary type="text/plain">インターフェースにIPアドレスを設定する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>zebra</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
設定モードにて、以下のコマンドにてIPアドレスを設定することが出来ます。<br/>
<br/>
<pre>
zebra@RTA# configure terminal
zebra@RTA(config)# interface ln0
zebra@RTA(config-if)# ip address 192.168.169.130/24
zebra@RTA(config-if)# no shutdown
</pre>]]>
      
    </content>
  </entry>
  <entry>
    <title>static経路設定</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001154.html" />
    <modified>2005-08-15T07:12:10Z</modified>
    <issued>2005-08-15T16:12:10+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1154</id>
    <created>2005-08-15T07:12:10Z</created>
    <summary type="text/plain">static経路を設定する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>Juniper</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
以下のコマンドにてstatic経路を設定することが出来ます。<br/>
<br/>
<pre>
#set routing-options static route (ルートアドレス) next-hop (インターフェース名 or next-hopアドレス)
</pre>
]]>
      
    </content>
  </entry>
  <entry>
    <title>経路確認(next-hop毎)</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001153.html" />
    <modified>2005-08-15T07:05:49Z</modified>
    <issued>2005-08-15T16:05:49+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1153</id>
    <created>2005-08-15T07:05:49Z</created>
    <summary type="text/plain">next-hop毎に経路を確認する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>Juniper</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
以下のコマンドにてnext-hop毎に経路を確認することが出来ます。<br/>
<br/>
<pre>
&gt; show route (next-hop)
・・・
</pre>
]]>
      
    </content>
  </entry>
  <entry>
    <title>static経路確認</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001152.html" />
    <modified>2005-08-15T07:02:54Z</modified>
    <issued>2005-08-15T16:02:54+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1152</id>
    <created>2005-08-15T07:02:54Z</created>
    <summary type="text/plain">static経路を確認する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>Juniper</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
以下のコマンドにてstatic経路を確認することが出来ます。<br/>
<br/>
<pre>
&gt; show configuration routing-options static
・・・
</pre>
]]>
      
    </content>
  </entry>
  <entry>
    <title>ハードウエア確認</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001151.html" />
    <modified>2005-08-15T06:58:50Z</modified>
    <issued>2005-08-15T15:58:50+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1151</id>
    <created>2005-08-15T06:58:50Z</created>
    <summary type="text/plain">ハードウエアを確認する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>Juniper</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
以下のコマンドにてハードウエアを確認することが出来ます。<br/>
<br/>
<pre>
&gt; show chassis hardware
・・・
</pre>
]]>
      
    </content>
  </entry>
  <entry>
    <title>設定取得(ftp)</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001150.html" />
    <modified>2005-08-15T06:52:22Z</modified>
    <issued>2005-08-15T15:52:22+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1150</id>
    <created>2005-08-15T06:52:22Z</created>
    <summary type="text/plain">ftpで設定を取得する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>Juniper</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
ftpで設定を取得することが出来ます。<br/>
/config/juniper.conf.gzが最新の設定ファイルです。<br/>
<br/>
<pre>
ftp&gt; cd /config
250 CWD command successful.
ftp&gt; ls
229 Entering Extended Passive Mode (|||52899|)
150 Opening ASCII mode data connection for '/bin/ls'.
total 16
-rw-r-----  1 root  wheel  1760 Aug 12 10:37 juniper.conf.1.gz
-rw-r-----  1 root  wheel  1757 Aug 11 21:00 juniper.conf.2.gz
-rw-r-----  1 root  wheel  1757 Aug 11 20:56 juniper.conf.3.gz
-rw-r-----  1 root  wheel  1757 Aug 12 10:44 juniper.conf.gz
226 Transfer complete.
ftp&gt; get juniper.conf.gz juniper.conf.gz
local: juniper.conf.gz remote: juniper.conf.gz
229 Entering Extended Passive Mode (|||60478|)
150 Opening BINARY mode data connection for 'juniper.conf.gz' (1757 bytes).
100% |**************************************************************************************************************************************************************************************|  1757       2.08 MB/s    00:00 ETA
226 Transfer complete.
1757 bytes received in 00:00 (1.80 MB/s)
</pre>
]]>
      
    </content>
  </entry>
  <entry>
    <title>起動サービス</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001149.html" />
    <modified>2005-08-15T06:45:39Z</modified>
    <issued>2005-08-15T15:45:39+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1149</id>
    <created>2005-08-15T06:45:39Z</created>
    <summary type="text/plain">起動しているサービスを確認する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>Juniper</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
以下のコマンドにて起動しているサービスを確認することが出来ます。<br/>
<br/>
<pre>
&gt; show configuration system services
ftp;
telnet;
</pre>
]]>
      
    </content>
  </entry>
  <entry>
    <title>設定確認(プロトコル・OFPS)</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001148.html" />
    <modified>2005-08-14T15:44:34Z</modified>
    <issued>2005-08-15T00:44:34+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1148</id>
    <created>2005-08-14T15:44:34Z</created>
    <summary type="text/plain">OFPSの設定を確認する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>Juniper</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
以下のコマンドにてOFPSの設定を確認することが出来ます。<br/>
<br/>
<pre>
&gt; show configuration protocols ospf
・・・
</pre>
]]>
      
    </content>
  </entry>
  <entry>
    <title>設定確認(プロトコル・BGP)</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001147.html" />
    <modified>2005-08-14T15:30:52Z</modified>
    <issued>2005-08-15T00:30:52+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1147</id>
    <created>2005-08-14T15:30:52Z</created>
    <summary type="text/plain">BGPの設定を確認する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>Juniper</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
以下のコマンドにてBGPの設定を確認することが出来ます。<br/>
<br/>
<pre>
&gt; show configuration protocols bgp
・・・
</pre>
]]>
      
    </content>
  </entry>
  <entry>
    <title>設定確認(プロトコル・一覧)</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001146.html" />
    <modified>2005-08-14T15:26:22Z</modified>
    <issued>2005-08-15T00:26:22+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1146</id>
    <created>2005-08-14T15:26:22Z</created>
    <summary type="text/plain">プロトコルの設定の一覧を確認する方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>Juniper</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
以下のコマンドにてプロトコルの設定の一覧を確認することが出来ます。<br/>
<br/>
<pre>
&gt; show configuration protocols
・・・
</pre>
]]>
      
    </content>
  </entry>
  <entry>
    <title>モニタリング(インターフェース毎)</title>
    <link rel="alternate" type="text/html" href="http://www.ikepon.jp/old/archives/001145.html" />
    <modified>2005-08-14T15:09:40Z</modified>
    <issued>2005-08-15T00:09:40+09:00</issued>
    <id>tag:www.ikepon.jp,2005://2.1145</id>
    <created>2005-08-14T15:09:40Z</created>
    <summary type="text/plain">パケットをインターフェース毎にモニタリングする方法を説明します。</summary>
    <author>
      <name>ikepon</name>
      <url>http://www.ikepon.jp/old/~hiro/</url>
      <email>hiro@ikepon.jp</email>
    </author>
    <dc:subject>Juniper</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.ikepon.jp/old/">
      <![CDATA[<br/>
以下のコマンドにてパケットをインターフェース毎にモニタリングすることが出来ます。<br/>
<br/>
<pre>
&gt; monitor interface ge-1/0/0
・・・
</pre>
]]>
      
    </content>
  </entry>

</feed>
