Showing posts with label Network. Show all posts
Showing posts with label Network. Show all posts

Saturday, April 14, 2012

Arp cache aging time

Cisco routers
    4 hours
Cisco switches
    5 min
Windows Server 2003 and before
    2 min ( 10 min, if the address is reused )
Windows Vista and after
    Between 15 sec and 45 sec (random)
Linux box
    Various aging time

Switches are able to learn destination MAC addresses from client stations' arp request/query (because switches have longer aging time than client hosts). Those time differences keep them from flooding.

Refferences for Windows box
View the Address Resolution Protocol (ARP) cache
http://technet.microsoft.com/en-us/library/cc786759%28v=WS.10%29.aspx

Description of Address Resolution Protocol (ARP) caching behavior in Windows Vista TCP/IP implementations
http://support.microsoft.com/kb/949589



Monday, February 22, 2010

rtx1100 の console character 設定

デフォルトの SJIS から他のものに変えようと、
コマンドを入力してもしても反映されない。

どうしたものかと思いながら save コマンドを叩いたところ、設定内容が反映された。
console character の設定は save コマンド無しには反映されない、のかな?

今まで気付かなかった。
firmware のバージョンによって挙動が違う?
って、firmのバージョン確認し忘れたけれど。

Thursday, September 3, 2009

tcpdump の出力を WireShark で読み込む

tcpdump の出力って WireShark で読み込めるんですね
tcpdump -i  -s 1500 -w 
 D.3. tcpdump: Capturing with tcpdump for viewing with Wireshark
http://www.wireshark.org/docs/wsug_html_chunked/AppToolstcpdump.html

Wednesday, August 12, 2009

Cisco の VTP

VTP とは VLAN Trunk Protocol の略。
"Cisco-proprietary protocol" なんだそうだ。

Understanding VLAN Trunk Protocol (VTP)
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c52.shtml

Flash アニメーションの解説が分かりやすい
http://www.cisco.com/warp/public/473/vtp_flash/

Thursday, July 2, 2009

ルーティングとIPSecのフィルタリング

ルーティングの変更とIPSecトンネルのパケットフィルタリングの変更は必ずしも同期しない。
しっかりと絵を描いて影響範囲を考えましょう。

つまずいた...。