interface FastEthernet 0/0 ip verify unicast source reachable-via {rx | any} [allow-default] [allow-self-ping] [list]
http://www.cisco.com/web/about/security/intelligence/unicast-rpf.html
interface FastEthernet 0/0 ip verify unicast source reachable-via {rx | any} [allow-default] [allow-self-ping] [list]
http://www.cisco.com/web/about/security/intelligence/unicast-rpf.html
https://supportforums.cisco.com/ja/document/100311
まず Cisco Router での IP Alias 機能とは、設定を行なった IP Address について
Router にて Ping 応答等を行なう機能となります。この IP Address は local の
network/subnet に属する必要があります。下記コマンドにて設定できます。ip alias
http://www.cisco.com/en/US/docs/ios/termserv/command/reference/tsv_a1.html#wp1027063NAT における Alias 作成は、Insiobal や Outside Local のように仮想的な Address に対して、Router 上に該当 Address と同一 IP subnet をもつ Interface がある状況に対応するためで、Alias の作成を行い、ARP に応答します。
なお no-alias option は default で disable のため、default では alias が作成されます。
No Entries in the ARP table
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094c32.shtml#ar
It is placed in Configuration Fundamentals Configuration Guide on CCO.
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fundamentals/configuration/15mt/fundamentals-15-mt-book/cf-autoinstall.html#GUID-FD029ACF-FC65-4E72-97D8-81FB2F14C6BC
This is very basic atomic primitive important issue but I note it intentionally for my understanding.
When you use mutual redistribution between IGPs, you need to care for connected networks.
Assuming IGP-A and IGP-B are redistributed mutually:
This is very simple, but sometime it might make you confused. At least I’m confused occasionally…
Additional information:
If you will say “redistribute connected”, above rules are not applied. For example, when you set “redistribute connected route-map INTERFACES”, only the interfaces permitted in the route-map are redistributed even if other connected interfaces are included in source IGP.
bootrec /rebuildbcd したとき、Windows のインストールとして認識された合計数:0 になったときの対処方法。英語だとTotal identified Windows installations: 0。
OSパーティションが正しく存在することが前提。ディスクをパーテションごとごっそりコピーしたときなど。
http://answers.microsoft.com/en-us/windows/forum/windows8_1-windows_install/total-identified-windows-installations-0/52359f87-de4a-41dc-b0c3-cc275e1d9fbf
※bcd storeをバックアップ
bcdedit /export c:\bcdbackup※bcdファイルの権限変更
attrib c:\boot\bcd -h -r -s※bcdファイルをリネーム
ren c:\boot\bcd bcd.old※再構築
bootrec /rebuildbcd
これでなおった。
WHSが壊れた。日曜深夜のことである。
実は、先週から録画中やエンコ中など、ちょいちょいBSoDしていたり、イベントビューアが開かなかくなる症状などもあったので、なんとなくそんな日が来る予感はあった。(BSoD=Blue Screen of Death Windowsがブルースクリーンで死ぬことをこう呼ぶ)。
これまでの経験から、このBSoDについては、なんとなくドライブ周りが原因の気がしていた。うちではNASやRaid5を運用していることもあり、ドライブ系のトラブルは避けては通れず、多くの困難を乗り越えてきたせいか、この類のトラブルか否かは直感的に分かるようになった。なので、先週木曜に仕事後に用事を済ませたあと秋葉原に行って、SSDを購入しようとしていた。なぜSSDだけ買うかというと、もしHDDが原因だったとしても、HDDはNASを換装した際の余りや予備で購入した分など、保守用の部材がいくらか潤沢にあるので復旧作業に支障はないが、SSDは買い置きしていたものをリビングでTVにつなぐPCを作る際に使ってしまい、予備がない状態だったからだ。こどもとマインクラフトがやりたかったのだからしかたがない。
しかしその日、仕事と用を終えてアキバ着いた時点で20時を過ぎてたので、まあまた買いに来ればいっかーと、買いものには行かずにそのまま飲みに行った。余談だが、昭和通り渡った先の裏路地にあるタイ料理屋は、お安くはないがかなり本格タイ料理が楽しめるのでおススメである。初見で店を見つけられるかどうかが問題だが。
このタイ料理屋に行った判断が敗因であった。その数日後、やはりというか、とうとう起動しなくなった。翌朝が月曜の、1週間でもっともテンションの低い、深夜一時半のことである。
If you (I) will be asked the traffic to redirect to somewhere,
I’ll add here if I remind or realize new ones.
We can change telnet service port on a Router using rotary command under line vty setting.
There seems to be missing the link to this guide…
http://www.cisco.com/c/en/us/td/docs/ios/dial/command/reference/dia-cr-book/dia_p3.html#wp1014642
or, we can see this in old (12.2) guide.
http://www.cisco.com/c/en/us/td/docs/ios/12_2/dial/command/reference/fdial_r/drfprshe.html#wp1096743
あとはこれくらいしか見つからない。※supportforumsはCisco公式扱いではないので注意。とはいえ、間違ってることは極めて稀。
Telnet ポート番号の変更
次に、Telnet 接続のポート番号を変更する設定を行います。この例ではポート番号 3001 からの接続のみを許可します。
Router(config-line)#rotary 1
上記の rotary 1 コマンドによって、ポート番号 23(デフォルトポート)、3001、5001、7001、10001 からの接続が可能になります。指定できるポート番号は、以下に示す表の Base TCP Port for Rotaries の値に rotary コマンドで指定した値を加えた番号になります。
https://supportforums.cisco.com/ja/document/12021661
If you are asked about a kind of rsh (remote shell protocol), you can use ip rcmd rsh-enable command to allow remote command on a router.
Cisco uses the abbreviation RCMD (Remote Command) to indicate both rsh and rcp.
Examples
The following example shows how to add two entries for remote users to the authentication database, and enable a router to support rsh commands from remote users:
ip rcmd remote-host Router1 172.16.101.101 rmtnetad1 ip rcmd remote-host Router1 172.16.101.101 netadmin4 enable ip rcmd rsh-enable
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ifs/configuration/15mt/ifs-15-mt-book/ifs-file-trans.html#GUID-3E24FE38-FABA-4BF3-85C0-242746F04A1C
http://www.cisco.com/c/en/us/td/docs/ios/fundamentals/command/reference/cf_book/cf_f1.html#wp1011681
shape peak <CIR> <Bc> <Be>
maximum burst rate = shape peak rate
http://blog.ine.com/2008/08/26/understanding-the-shape-peak-command/
http://brbccie.blogspot.jp/2012/12/a-different-perspective-on-cir-pir-tc_1785.html
http://www.techexams.net/forums/ccie/46786-shape-peak-vs-shape-average.html
http://www.flashcardmachine.com/ccie-traffic-shaping.html
最近のコメント