esprits top Esprit's Style

    -    エンジニアの足つぼ    -

その他

〆その他

・"!"の後ろはコメント扱いとなる。
Router(config-if)# access-list 100 permit tcp any any eq 443 !(https)
・フィルタリングの演算子
lt  (less than)
gt  (greater than)
eq  (equal)
neq  (not equal)
reange  (inclusive range)
・現在のユーザセッションを表示
Router# show sessions 
・ネットワーク端末の接続を表示
Router# show users all
Router# show users
・Lineを指定して切断
Router# clear line vty 1
・回線切断までのタイムアウトの確認
  (デフォルトは,120秒間アイドルが続くと切断)
Router# show dialer
    Serial1 - dialer type = IN-BAND SYNC NO-PARITY
    Idle timer (120 secs), Fast idle timer (20 secs)
    Wait for carrier (30 secs), Re-enable (15 secs)
・インターフェースに追記する説明
  show interfaces コマンドの出力に説明を加える(説明文は255文字以内)
Router(config-if)# description 512Kb link to Nicaragua (currently unuseds)
・サポートに依頼する際の情報を出力
Router# show tech-support
・VLANの状態確認
Router(config)# show vlan brief
Router(config)# show running-config brief
Router(config)# show vlan status
Router(config)# show spantree
・Qosの設定
  POP3, SMTP を最優先にした場合
Router(config)# priority-list 1 protocol ip high tcp pop3
Router(config)# priority-list 1 protocol ip high tcp smtp
・BRIを使ったPPP接続
Router(config)# interface b0
Router(config-if)# encap ppp
Router(config-if)# isdn switch-type ntt
Router(config-if)# dialer rotary-group 0
Router(config-if)# ip add nego 
Router(config-if)# dialer string **** 
Router(config-if)# dialer hold-queue 10 
Router(config-if)# dialer-group 1 
Router(config-if)# ppp authentication pap callin 
Router(config-if)# ppp pap sent-username **** password **** 
Router(config-if)# exit 
Router(config)# ip route 0.0.0.0 0.0.0.0 b0 permanent 
Router(config)# dialer-list 1 protocol ip permit 
・すべてのネットワークモジュールとインターフェイスの表示
Router(config)# show controllers
The link to this site is free.   /   Last Updated : 28.May.2012   
Copyright © ESPRITS STYLE. 2003-2007   /   ご意見、感想、苦情は、 こちらへ...
counter