CSR1000Vのインストール

VMware Player : 6.0.4
CSR1000V : 15.4(3)S1 ( csr1000v-universalk9.03.13.01.S.154-3.S1-ext.ova )

ネットワークアダプタ : ブリッジ(自動)
ネットワークアダプタ2 : ブリッジ(自動)
ネットワークアダプタ3 : ブリッジ(自動)
メモリ : 2560MB

※Would you like to enter the initial configuration dialog?はnoを選択

※設定に失敗した場合、下記コマンドで設定を初期化する
write erase
sh start

----

en
conf t

 

1. ssh設定

enable secret cisco
hostname csr01
username cisco password cisco

ip domain-name example.com
crypto key generate rsa general-keys modulus 1024
ip ssh version 2
line vty 0 4
login local
transport input ssh
do write memo


2. g2にアドレスを付与する

int g2
ip add 192.168.137.109 255.255.255.0
no shut
do write memo

-- ここから先はSSHでログインして作業


3. 基本設定

service password-encryption
no ip domain-lookup

line con 0
exec-timeout 0 0
logging synchronous
length 0
password cisco
login

line vty 0 4
exec-timeout 0 0
logging synchronous
length 0

do write memo


4. g1にアドレスを付与する

int g1.1
encapsulation dot1Q 1
ip add 192.168.139.109 255.255.255.0
no shut

do sh ip int bri
do write memo


5. ループバックを設定する

int lo0
ip add 10.0.0.109 255.255.255.0
no shut

do sh ip int bri
do write memo


6. 設定確認
do term len 0
do sh run