コンテンツにスキップ

ネットワーク

用語

  • VRRP
  • アドバタイズ
    • 広告・広報するの意味

Cisco

昇格

ios>enable
Password: 
rt-center#

show interfacesとか実行するには昇格する。

インタフェースの情報を見る

show interfaces

とか、

ios# show ip interface brief 
Interface              IP-Address      OK? Method Status                Protocol
GigabitEthernet1       10.1.1.254      YES DHCP   up                    up      
GigabitEthernet2       10.1.2.254      YES DHCP   up                    up      
Loopback0              10.255.255.1    YES TFTP   up                    up      
VirtualPortGroup0      192.168.35.101  YES TFTP   up                    up     

とか。

コンフィギュレーションモードへ移行

ios#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
ios(config)#

ホスト名変更

ios(config)#hostname router1
router1(config)#

再起動

router1#reload 

System configuration has been modified. Save? [yes/no]: yes
Building configuration...
[OK]
Proceed with reload? [confirm]
Connection to 10.1.1.254 closed by remote host.
Connection to 10.1.1.254 closed.

インタフェース設定モード

コンフィギュレーションモードからさらにインタフェースを指定

router1#configure terminal
router1(config)#interface GigabitEthernet 2

インタフェースの無効化

shutdownを使う。元に戻すのはno shutdown
以下はGigabitEthernet 2を無効化する場合。

router1(config)#interface GigabitEthernet 2
router1(config-if)#shutdown
router1(config-if)#

DevNetのCSR1000v (Always-On)

DevNet Sandbox - Lab Catalog - Dashboard
上記から"CSR100v"で検索して見つかるもののうち"Always-On"になっているものを利用する。
リンクを開けばOverviewの項に接続情報が記載されている。

Junos

rootのパスワードを設定する

set system root-authentication plain-text-passwordを実行する。

[edit]
root#

[edit]
root# set system root-authentication plain-text-password
New password:
Retype new password:

[edit]
root#

ホスト名の設定

[edit]
root# set system host-name srx100-demo

[edit]
root# commit

[edit]
root@srx100-demo#

ページャーの無効化

terminal length 0相当の操作は以下。

set cli screen-length 0

シャットダウン

rootでログインしてcliを実行。

root@SRX% cli

その後request system power-offを実行する。

request system power-off
Power Off the system ? [yes,no] (no) yes

SmartCS

NW機器のコンソールポートへアクセスするためのコンソールサーバー。
2通りのアクセス方法がある。

  • ダイレクトモード
    • SmartCSの特定ポートへsshすると、接続しているTTYへアクセスできる
  • セレクトモード
    • SmartCSの代表ポート(22/TCPのssh)へまずアクセスし、そこからTTYを選択