SlideShare a Scribd company logo
1 of 22
Ixia VM 
on Cisco Modeling Lab 
(CML) 
Akira Iwamoto 
Cisco Systems
Cisco Modeling Lab 
• シスコが提供する仮想ネットワークシミュレーション環境 
• vIOS, IOS XRv, CSR 1000V 等を自由に接続し、テストする 
事が可能 
• OpenStack 経由で、ルータOSがKVM 上で動作する 
http://bit.ly/1v1LPdr 
http://www.cisco.com/c/en/us/products/cloud-systems-management/modeling-labs/ 
index.html
CML – VM Maestro
CML – VM Maestro
サードパーティVMを組み込 
んでも良い? 
Third-party virtual machine 
• Q. Can customers run third-party virtual machines in 
Cisco Modeling Labs? 
• A. Third-party virtual machines should work if compiled to 
run on Linux kernel-based いいvirtual けど、サmachines; ポートはしませhowever, 
んよ 
features of Cisco Modeling Labs, 自己such 責任でas ! 
auto 
configuration, are designed for Cisco virtual operating 
systems only. Cisco TAC support does not answer 
questions in regard to third-party virtual machines or their 
interworking with the software. 
http://www.cisco.com/c/en/us/products/collateral/cloud-systems-management/ 
modeling-labs/q-and-a-c67-731850.html
Ixia VM (IxVM) 
• Ixia 社が販売するネットワークトラフィックテスターのVirtual 
Machine 版 
• OVA ファイルで提供され、CentOS やSUSE Linux 上で動作 
する 
http://bit.ly/1uqHQsg 
http://www.ixiacom.com/products/network_test/applications/ixvm/
トラフィックテスタ 
Test 
Port1 
ルータだったり、 
スイッチだったり・・・ 
Test 
Port2 
トラフィック生成トラフィック受信 
生成したトラフィックが全て受信出来ているかチェック・・・
Ixia ハードウェア版 
シャーシ 
ポート 
R1 
R2
Ixia VM版 
R1 
R2 
Ixvm (Linux) 
eth1 
eth0 
Ixvm (Linux) 
eth1 
eth0
Ixvm on CML
Ixvm on CML 
R1 
R2 
Ixvm (Linux) 
eth1 
eth0 
eth1 
eth0 
Cisco UCS / Linux Server / VM / etc. 
Ixvm (Linux)
OVA ファイルを追加 
• OVA ファイルはtar ファイル 
• VMDK ファイルを取り出す 
• tar xfv VM_IxVM-centos6.3-2.0.0.402.ova 
VM_IxVM-centos6.3-2.0.0.402-disk1.vmdk 
• Pkg ファイルを作成する 
• Kvm の起動オプションに使用される 
• IxVM はscsi を使用するため、ディスク設定を変更
Ixvm.pkg 
# pop-image 
vmdk_disk=/home/virl/ixvm/VM_IxVM-centos6.3-2.0.0.402-disk1.vmdk 
image_subtype="IxVM" 
image_name="IxVM" 
release="2.0.0" 
vif_model=virtio 
num_serials=1 
config_disk_type=cdrom 
disk_bus=scsi 
flavor_name=$image_name 
check_images $image_name 
check_flavors $flavor_name 
register_flavor $flavor_name 2 2048 
register_vmdk $vmdk_disk "$image_name" "$image_subtype" $vif_model 
$num_serials $config_disk_type $disk_bus $release 
実際は、glance にイメージ、nova へflavor の追加を行うスクリプト
OVA ファイルを追加 
• Glance へイメージの追加 
/opt/support/add-servers ixvm.pkg 
virl@virl:~$ glance image-list 
+--------------------------------------+----------+-------------+------------------+------------+--------+ 
| ID | Name | Disk Format | Container Format | Size | Status | 
+--------------------------------------+----------+-------------+------------------+------------+--------+ 
| 205ca488-beb6-4c63-a6f2-e884ee8eb881 | CSR1000v | qcow2 | bare | 1270415360 | active | 
| 27ce0788-bfcf-4a88-b448-a997cd1e09d7 | IOS XRv | qcow2 | bare | 559284224 | active | 
| bbfa9d86-3ab1-4e93-a701-7c587720bed6 | IOSv | qcow2 | bare | 112132096 | active | 
| 304fae30-14b7-4b4c-bda9-a7ca0de5821c | IxVM | qcow2 | bare | 1108344832 | active | 
| 525dbd52-0dc6-48fd-81cf-cec8f8e23713 | jumphost | qcow2 | bare | 252641792 | active | 
| 457e981f-970b-4dfc-990a-8102426b7820 | NX-OSv | qcow2 | bare | 184680448 | active | 
| 08f2b40c-93b5-4038-9913-27458a7d5648 | server | qcow2 | bare | 252641792 | active | 
+--------------------------------------+----------+-------------+------------------+------------+--------+ 
virl@virl:~$ nova flavor-list 
+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+ 
| ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | 
+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+ 
| 1 | m1.tiny | 512 | 1 | 0 | | 1 | 1.0 | True | 
| 2 | m1.small | 2048 | 20 | 0 | | 1 | 1.0 | True | 
| 3 | m1.medium | 4096 | 40 | 0 | | 2 | 1.0 | True | 
| 3281668d-2c04-459b-bfbf-860b74360911 | IOSv | 512 | 0 | 0 | | 1 | 1.0 | True | 
| 4 | m1.large | 8192 | 80 | 0 | | 4 | 1.0 | True | 
| 5 | m1.xlarge | 16384 | 160 | 0 | | 8 | 1.0 | True | 
| 53cf9d29-9d01-4ef5-a280-519c3e4502a6 | IxVM | 2048 | 0 | 0 | | 2 | 1.0 | True | 
| 670eca9f-d050-4d4f-b7ef-d50755476108 | server | 512 | 0 | 0 | | 1 | 1.0 | True | 
| 9c98647c-e697-4810-9b0b-57669fefa157 | jumphost | 512 | 0 | 0 | | 1 | 1.0 | True | 
| ad241a93-09f4-479e-8475-062f39f82e74 | NX-OSv | 2048 | 0 | 0 | | 1 | 1.0 | True | 
| d364cdf1-0419-46bf-b142-c304d87ab19f | IOS XRv | 3096 | 0 | 0 | | 1 | 1.0 | True | 
| e8135f4c-a198-4391-97c0-1a2ed08f368b | CSR1000v | 3072 | 0 | 0 | | 1 | 1.0 | True | 
+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+ 
virl@virl:~$
CML – VM Maestro
IxVM VNC in VM Maestro
IxNetwork / IxExplorer 
(Ixia クライアント) 
クライアントから、起動したIxVM を指定する 
IxExplorer
Router の設定 
iosv-1#sh ip int bri 
Interface IP-Address OK? Method Status Protocol 
GigabitEthernet0/0 172.16.1.67 YES DHCP up up 
GigabitEthernet0/1 10.0.1.1 YES manual up up 
GigabitEthernet0/2 10.0.2.1 YES manual up up 
Loopback0 192.168.0.1 YES NVRAM up up 
iosv-1# 
--- 
interface GigabitEthernet0/1 
description to ixvm1 
ip address 10.0.1.1 255.255.255.0 
ip ospf cost 1 
duplex auto 
speed auto 
media-type rj45 
! 
interface GigabitEthernet0/2 
description to ixvm2 
ip address 10.0.2.1 255.255.255.0 
ip ospf cost 1 
duplex auto 
speed auto 
media-type rj45 
! 
router ospf 1 
network 0.0.0.0 255.255.255.255 area 0 
---
IxNetwork Interface
IxNetwork OSPF
IxNetwork OSPF - Net 
それぞれのポートをOSPF Neighbor として、 
5 経路ずつ(1.2.3.0 – 1.2.7.0)作成してみた 
(ECMP)
Router OSPF 
iosv-1#sh ip ospf nei 
Neighbor ID Pri State Dead Time Address Interface 
45.65.0.1 2 FULL/BDR 00:00:39 10.0.2.2 GigabitEthernet0/2 
45.64.0.1 2 FULL/BDR 00:00:39 10.0.1.2 GigabitEthernet0/1 
iosv-1# 
iosv-1#sh ip route 
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP 
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 
E1 - OSPF external type 1, E2 - OSPF external type 2 
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 
ia - IS-IS inter area, * - candidate default, U - per-user static route 
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP 
a - application route 
+ - replicated route, % - next hop override 
Gateway of last resort is 172.16.1.1 to network 0.0.0.0 
S* 0.0.0.0/0 [254/0] via 172.16.1.1 
1.0.0.0/24 is subnetted, 5 subnets 
O IA 1.2.3.0 [110/1] via 10.0.2.2, 00:00:00, GigabitEthernet0/2 
[110/1] via 10.0.1.2, 00:00:21, GigabitEthernet0/1 
O IA 1.2.4.0 [110/1] via 10.0.2.2, 00:00:00, GigabitEthernet0/2 
[110/1] via 10.0.1.2, 00:00:21, GigabitEthernet0/1 
O IA 1.2.5.0 [110/1] via 10.0.2.2, 00:00:00, GigabitEthernet0/2 
[110/1] via 10.0.1.2, 00:00:21, GigabitEthernet0/1 
O IA 1.2.6.0 [110/1] via 10.0.2.2, 00:00:00, GigabitEthernet0/2 
[110/1] via 10.0.1.2, 00:00:21, GigabitEthernet0/1 
O IA 1.2.7.0 [110/1] via 10.0.2.2, 00:00:00, GigabitEthernet0/2 
[110/1] via 10.0.1.2, 00:00:21, GigabitEthernet0/1

More Related Content

What's hot

Alphorm.com Formation pfSense: Le firewall open source de référence
Alphorm.com Formation pfSense: Le firewall open source de référenceAlphorm.com Formation pfSense: Le firewall open source de référence
Alphorm.com Formation pfSense: Le firewall open source de référenceAlphorm
 
Alphorm.com Formation Active Directory 2022 : Multi Sites et Services
Alphorm.com Formation Active Directory 2022 : Multi Sites et ServicesAlphorm.com Formation Active Directory 2022 : Multi Sites et Services
Alphorm.com Formation Active Directory 2022 : Multi Sites et ServicesAlphorm
 
Docker Compose入門~今日から始めるComposeの初歩からswarm mode対応まで
Docker Compose入門~今日から始めるComposeの初歩からswarm mode対応までDocker Compose入門~今日から始めるComposeの初歩からswarm mode対応まで
Docker Compose入門~今日から始めるComposeの初歩からswarm mode対応までMasahito Zembutsu
 
MQTTとAMQPと.NET
MQTTとAMQPと.NETMQTTとAMQPと.NET
MQTTとAMQPと.NETterurou
 
WebRTC/ORTCの最新動向まるわかり!
WebRTC/ORTCの最新動向まるわかり!WebRTC/ORTCの最新動向まるわかり!
WebRTC/ORTCの最新動向まるわかり!Yusuke Naka
 
alphorm.com - Formation Cisco ICND1-CCENT (100-101)
alphorm.com - Formation Cisco ICND1-CCENT (100-101)alphorm.com - Formation Cisco ICND1-CCENT (100-101)
alphorm.com - Formation Cisco ICND1-CCENT (100-101)Alphorm
 
Infiniband hack-a-thon #2 Windows班まとめ資料 Windows Server 2012 + FDR Infinibandで...
Infiniband hack-a-thon #2 Windows班まとめ資料 Windows Server 2012 + FDR Infinibandで...Infiniband hack-a-thon #2 Windows班まとめ資料 Windows Server 2012 + FDR Infinibandで...
Infiniband hack-a-thon #2 Windows班まとめ資料 Windows Server 2012 + FDR Infinibandで...milk hanakara
 
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会真乙 九龍
 
iostat await svctm の 見かた、考え方
iostat await svctm の 見かた、考え方iostat await svctm の 見かた、考え方
iostat await svctm の 見かた、考え方歩 柴田
 
【EX/QFX】JUNOS ハンズオントレーニング資料 EX/QFX シリーズ サービス ゲートウェイ コース
【EX/QFX】JUNOS ハンズオントレーニング資料 EX/QFX シリーズ サービス ゲートウェイ コース 【EX/QFX】JUNOS ハンズオントレーニング資料 EX/QFX シリーズ サービス ゲートウェイ コース
【EX/QFX】JUNOS ハンズオントレーニング資料 EX/QFX シリーズ サービス ゲートウェイ コース Juniper Networks (日本)
 
Alphorm.com Support de la formation Vmware Esxi 6.0
Alphorm.com Support de la formation Vmware Esxi 6.0Alphorm.com Support de la formation Vmware Esxi 6.0
Alphorm.com Support de la formation Vmware Esxi 6.0Alphorm
 
XenDesktop / XenAppの可用性を最大化するポッドアーキテクチャとは
XenDesktop / XenAppの可用性を最大化するポッドアーキテクチャとはXenDesktop / XenAppの可用性を最大化するポッドアーキテクチャとは
XenDesktop / XenAppの可用性を最大化するポッドアーキテクチャとはCitrix Systems Japan
 
NUCで始めるVMware Tanzu
NUCで始めるVMware TanzuNUCで始めるVMware Tanzu
NUCで始めるVMware TanzuHirotaka Sato
 
再考、3つの仮想デスクトップイメージ管理と比較
再考、3つの仮想デスクトップイメージ管理と比較再考、3つの仮想デスクトップイメージ管理と比較
再考、3つの仮想デスクトップイメージ管理と比較Citrix Systems Japan
 
OpenStackを一発でデプロイ – Juju/MAAS - OpenStack最新情報セミナー 2015年2月
OpenStackを一発でデプロイ – Juju/MAAS  - OpenStack最新情報セミナー 2015年2月OpenStackを一発でデプロイ – Juju/MAAS  - OpenStack最新情報セミナー 2015年2月
OpenStackを一発でデプロイ – Juju/MAAS - OpenStack最新情報セミナー 2015年2月VirtualTech Japan Inc.
 
supervision réseau (snmp netflow)
 supervision réseau (snmp netflow) supervision réseau (snmp netflow)
supervision réseau (snmp netflow)medalaa
 
rsyncやシェルでバックアップするよりも簡単にOSSのBaculaでバックアップしてみよう
rsyncやシェルでバックアップするよりも簡単にOSSのBaculaでバックアップしてみようrsyncやシェルでバックアップするよりも簡単にOSSのBaculaでバックアップしてみよう
rsyncやシェルでバックアップするよりも簡単にOSSのBaculaでバックアップしてみようKen Sawada
 

What's hot (20)

いまさら聞けないPostgreSQL運用管理
いまさら聞けないPostgreSQL運用管理いまさら聞けないPostgreSQL運用管理
いまさら聞けないPostgreSQL運用管理
 
Alphorm.com Formation pfSense: Le firewall open source de référence
Alphorm.com Formation pfSense: Le firewall open source de référenceAlphorm.com Formation pfSense: Le firewall open source de référence
Alphorm.com Formation pfSense: Le firewall open source de référence
 
Zabbix概論
Zabbix概論Zabbix概論
Zabbix概論
 
Alphorm.com Formation Active Directory 2022 : Multi Sites et Services
Alphorm.com Formation Active Directory 2022 : Multi Sites et ServicesAlphorm.com Formation Active Directory 2022 : Multi Sites et Services
Alphorm.com Formation Active Directory 2022 : Multi Sites et Services
 
Docker Compose入門~今日から始めるComposeの初歩からswarm mode対応まで
Docker Compose入門~今日から始めるComposeの初歩からswarm mode対応までDocker Compose入門~今日から始めるComposeの初歩からswarm mode対応まで
Docker Compose入門~今日から始めるComposeの初歩からswarm mode対応まで
 
Procedure ocs et glpi
Procedure ocs et glpiProcedure ocs et glpi
Procedure ocs et glpi
 
MQTTとAMQPと.NET
MQTTとAMQPと.NETMQTTとAMQPと.NET
MQTTとAMQPと.NET
 
WebRTC/ORTCの最新動向まるわかり!
WebRTC/ORTCの最新動向まるわかり!WebRTC/ORTCの最新動向まるわかり!
WebRTC/ORTCの最新動向まるわかり!
 
alphorm.com - Formation Cisco ICND1-CCENT (100-101)
alphorm.com - Formation Cisco ICND1-CCENT (100-101)alphorm.com - Formation Cisco ICND1-CCENT (100-101)
alphorm.com - Formation Cisco ICND1-CCENT (100-101)
 
Infiniband hack-a-thon #2 Windows班まとめ資料 Windows Server 2012 + FDR Infinibandで...
Infiniband hack-a-thon #2 Windows班まとめ資料 Windows Server 2012 + FDR Infinibandで...Infiniband hack-a-thon #2 Windows班まとめ資料 Windows Server 2012 + FDR Infinibandで...
Infiniband hack-a-thon #2 Windows班まとめ資料 Windows Server 2012 + FDR Infinibandで...
 
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
 
iostat await svctm の 見かた、考え方
iostat await svctm の 見かた、考え方iostat await svctm の 見かた、考え方
iostat await svctm の 見かた、考え方
 
【EX/QFX】JUNOS ハンズオントレーニング資料 EX/QFX シリーズ サービス ゲートウェイ コース
【EX/QFX】JUNOS ハンズオントレーニング資料 EX/QFX シリーズ サービス ゲートウェイ コース 【EX/QFX】JUNOS ハンズオントレーニング資料 EX/QFX シリーズ サービス ゲートウェイ コース
【EX/QFX】JUNOS ハンズオントレーニング資料 EX/QFX シリーズ サービス ゲートウェイ コース
 
Alphorm.com Support de la formation Vmware Esxi 6.0
Alphorm.com Support de la formation Vmware Esxi 6.0Alphorm.com Support de la formation Vmware Esxi 6.0
Alphorm.com Support de la formation Vmware Esxi 6.0
 
XenDesktop / XenAppの可用性を最大化するポッドアーキテクチャとは
XenDesktop / XenAppの可用性を最大化するポッドアーキテクチャとはXenDesktop / XenAppの可用性を最大化するポッドアーキテクチャとは
XenDesktop / XenAppの可用性を最大化するポッドアーキテクチャとは
 
NUCで始めるVMware Tanzu
NUCで始めるVMware TanzuNUCで始めるVMware Tanzu
NUCで始めるVMware Tanzu
 
再考、3つの仮想デスクトップイメージ管理と比較
再考、3つの仮想デスクトップイメージ管理と比較再考、3つの仮想デスクトップイメージ管理と比較
再考、3つの仮想デスクトップイメージ管理と比較
 
OpenStackを一発でデプロイ – Juju/MAAS - OpenStack最新情報セミナー 2015年2月
OpenStackを一発でデプロイ – Juju/MAAS  - OpenStack最新情報セミナー 2015年2月OpenStackを一発でデプロイ – Juju/MAAS  - OpenStack最新情報セミナー 2015年2月
OpenStackを一発でデプロイ – Juju/MAAS - OpenStack最新情報セミナー 2015年2月
 
supervision réseau (snmp netflow)
 supervision réseau (snmp netflow) supervision réseau (snmp netflow)
supervision réseau (snmp netflow)
 
rsyncやシェルでバックアップするよりも簡単にOSSのBaculaでバックアップしてみよう
rsyncやシェルでバックアップするよりも簡単にOSSのBaculaでバックアップしてみようrsyncやシェルでバックアップするよりも簡単にOSSのBaculaでバックアップしてみよう
rsyncやシェルでバックアップするよりも簡単にOSSのBaculaでバックアップしてみよう
 

Similar to IxVM on CML

[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교 및 구축 방법
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교  및 구축 방법[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교  및 구축 방법
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교 및 구축 방법Open Source Consulting
 
OpenStack networking-sfc flow 분석
OpenStack networking-sfc flow 분석OpenStack networking-sfc flow 분석
OpenStack networking-sfc flow 분석Yongyoon Shin
 
TechWiseTV Workshop: Software-Defined Access
TechWiseTV Workshop: Software-Defined AccessTechWiseTV Workshop: Software-Defined Access
TechWiseTV Workshop: Software-Defined AccessRobb Boyd
 
Video Transcoding at Scale for ABC iview (NDC Sydney)
Video Transcoding at Scale for ABC iview (NDC Sydney)Video Transcoding at Scale for ABC iview (NDC Sydney)
Video Transcoding at Scale for ABC iview (NDC Sydney)Daphne Chong
 
OpenStack API's and WSGI
OpenStack API's and WSGIOpenStack API's and WSGI
OpenStack API's and WSGIMike Pittaro
 
Application hosting in the Intelligent WAN
Application hosting in the Intelligent WANApplication hosting in the Intelligent WAN
Application hosting in the Intelligent WANCisco DevNet
 
IWAN Lab Guide
IWAN Lab GuideIWAN Lab Guide
IWAN Lab Guidejww330015
 
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...Using packet-tracer, capture and other Cisco ASA tools for network troublesho...
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...Cisco Russia
 
infraXstructure Alexis Dacquay, "How to win back visibility into your network...
infraXstructure Alexis Dacquay, "How to win back visibility into your network...infraXstructure Alexis Dacquay, "How to win back visibility into your network...
infraXstructure Alexis Dacquay, "How to win back visibility into your network...PROIDEA
 
Percona Live UK 2014 Part III
Percona Live UK 2014  Part IIIPercona Live UK 2014  Part III
Percona Live UK 2014 Part IIIAlkin Tezuysal
 
Introduction to the IBM AS/400
Introduction to the IBM AS/400Introduction to the IBM AS/400
Introduction to the IBM AS/400tvlooy
 
Vectorization on x86: all you need to know
Vectorization on x86: all you need to knowVectorization on x86: all you need to know
Vectorization on x86: all you need to knowRoberto Agostino Vitillo
 
High Performance Linux Virtual Machine on Microsoft Azure: SR-IOV Networking ...
High Performance Linux Virtual Machine on Microsoft Azure: SR-IOV Networking ...High Performance Linux Virtual Machine on Microsoft Azure: SR-IOV Networking ...
High Performance Linux Virtual Machine on Microsoft Azure: SR-IOV Networking ...LinuxCon ContainerCon CloudOpen China
 
Kauli SSPにおけるVyOSの導入事例
Kauli SSPにおけるVyOSの導入事例Kauli SSPにおけるVyOSの導入事例
Kauli SSPにおけるVyOSの導入事例Kazuhito Ohkawa
 
Presentaion SDWAN ECOBANK -Juil - 21.pdf
Presentaion SDWAN ECOBANK -Juil - 21.pdfPresentaion SDWAN ECOBANK -Juil - 21.pdf
Presentaion SDWAN ECOBANK -Juil - 21.pdfJeanJacquesBely
 
Configuring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A PixConfiguring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A Pixangelitoh11
 

Similar to IxVM on CML (20)

Oreilly solinea-managing-openstack
Oreilly solinea-managing-openstackOreilly solinea-managing-openstack
Oreilly solinea-managing-openstack
 
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교 및 구축 방법
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교  및 구축 방법[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교  및 구축 방법
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교 및 구축 방법
 
OpenStack networking-sfc flow 분석
OpenStack networking-sfc flow 분석OpenStack networking-sfc flow 분석
OpenStack networking-sfc flow 분석
 
TechWiseTV Workshop: Software-Defined Access
TechWiseTV Workshop: Software-Defined AccessTechWiseTV Workshop: Software-Defined Access
TechWiseTV Workshop: Software-Defined Access
 
Networking
NetworkingNetworking
Networking
 
Video Transcoding at Scale for ABC iview (NDC Sydney)
Video Transcoding at Scale for ABC iview (NDC Sydney)Video Transcoding at Scale for ABC iview (NDC Sydney)
Video Transcoding at Scale for ABC iview (NDC Sydney)
 
OpenStack API's and WSGI
OpenStack API's and WSGIOpenStack API's and WSGI
OpenStack API's and WSGI
 
Application hosting in the Intelligent WAN
Application hosting in the Intelligent WANApplication hosting in the Intelligent WAN
Application hosting in the Intelligent WAN
 
IWAN Lab Guide
IWAN Lab GuideIWAN Lab Guide
IWAN Lab Guide
 
C&C Botnet Factory
C&C Botnet FactoryC&C Botnet Factory
C&C Botnet Factory
 
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...Using packet-tracer, capture and other Cisco ASA tools for network troublesho...
Using packet-tracer, capture and other Cisco ASA tools for network troublesho...
 
infraXstructure Alexis Dacquay, "How to win back visibility into your network...
infraXstructure Alexis Dacquay, "How to win back visibility into your network...infraXstructure Alexis Dacquay, "How to win back visibility into your network...
infraXstructure Alexis Dacquay, "How to win back visibility into your network...
 
Percona Live UK 2014 Part III
Percona Live UK 2014  Part IIIPercona Live UK 2014  Part III
Percona Live UK 2014 Part III
 
Introduction to the IBM AS/400
Introduction to the IBM AS/400Introduction to the IBM AS/400
Introduction to the IBM AS/400
 
4 Sessions
4 Sessions4 Sessions
4 Sessions
 
Vectorization on x86: all you need to know
Vectorization on x86: all you need to knowVectorization on x86: all you need to know
Vectorization on x86: all you need to know
 
High Performance Linux Virtual Machine on Microsoft Azure: SR-IOV Networking ...
High Performance Linux Virtual Machine on Microsoft Azure: SR-IOV Networking ...High Performance Linux Virtual Machine on Microsoft Azure: SR-IOV Networking ...
High Performance Linux Virtual Machine on Microsoft Azure: SR-IOV Networking ...
 
Kauli SSPにおけるVyOSの導入事例
Kauli SSPにおけるVyOSの導入事例Kauli SSPにおけるVyOSの導入事例
Kauli SSPにおけるVyOSの導入事例
 
Presentaion SDWAN ECOBANK -Juil - 21.pdf
Presentaion SDWAN ECOBANK -Juil - 21.pdfPresentaion SDWAN ECOBANK -Juil - 21.pdf
Presentaion SDWAN ECOBANK -Juil - 21.pdf
 
Configuring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A PixConfiguring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A Pix
 

More from npsg

Telemetry事始め
Telemetry事始めTelemetry事始め
Telemetry事始めnpsg
 
VPP事始め
VPP事始めVPP事始め
VPP事始めnpsg
 
Dockerと外部ルータを連携させる仕組みを作ってみた
Dockerと外部ルータを連携させる仕組みを作ってみたDockerと外部ルータを連携させる仕組みを作ってみた
Dockerと外部ルータを連携させる仕組みを作ってみたnpsg
 
Apache Spark+Zeppelinでアドホックなネットワーク解析
Apache Spark+Zeppelinでアドホックなネットワーク解析Apache Spark+Zeppelinでアドホックなネットワーク解析
Apache Spark+Zeppelinでアドホックなネットワーク解析npsg
 
API イントロダクション APIC-EM, Prime Infrastructure & CMX
API イントロダクション APIC-EM, Prime Infrastructure & CMXAPI イントロダクション APIC-EM, Prime Infrastructure & CMX
API イントロダクション APIC-EM, Prime Infrastructure & CMXnpsg
 
ELK ではじめる自宅ネットワーク監視
ELK ではじめる自宅ネットワーク監視ELK ではじめる自宅ネットワーク監視
ELK ではじめる自宅ネットワーク監視npsg
 
ネットワークプログラマビリティ勉強会 これまでのおさらい
ネットワークプログラマビリティ勉強会 これまでのおさらいネットワークプログラマビリティ勉強会 これまでのおさらい
ネットワークプログラマビリティ勉強会 これまでのおさらいnpsg
 
ラズパイ2で動く Docker PaaS
ラズパイ2で動く Docker PaaSラズパイ2で動く Docker PaaS
ラズパイ2で動く Docker PaaSnpsg
 
ラズパイ2で動く Docker PaaSを作ってみたよ
ラズパイ2で動く Docker PaaSを作ってみたよラズパイ2で動く Docker PaaSを作ってみたよ
ラズパイ2で動く Docker PaaSを作ってみたよnpsg
 
Webアプリケーションによる電源管理システムのご紹介
Webアプリケーションによる電源管理システムのご紹介Webアプリケーションによる電源管理システムのご紹介
Webアプリケーションによる電源管理システムのご紹介npsg
 
「宣言的プログラミング」とSDNのひとつの形態
「宣言的プログラミング」とSDNのひとつの形態「宣言的プログラミング」とSDNのひとつの形態
「宣言的プログラミング」とSDNのひとつの形態npsg
 
WAN SDN 実践入門! ~ OpenDayLightのPCEP/BGPに触れてみる ~
WAN SDN 実践入門! ~ OpenDayLightのPCEP/BGPに触れてみる ~WAN SDN 実践入門! ~ OpenDayLightのPCEP/BGPに触れてみる ~
WAN SDN 実践入門! ~ OpenDayLightのPCEP/BGPに触れてみる ~npsg
 
ネットワークプログラマビリティ勉強会 目的と方針(暫定)
ネットワークプログラマビリティ勉強会 目的と方針(暫定)ネットワークプログラマビリティ勉強会 目的と方針(暫定)
ネットワークプログラマビリティ勉強会 目的と方針(暫定)npsg
 
CDP Indicator
CDP IndicatorCDP Indicator
CDP Indicatornpsg
 
ネットワークエンジニアのための Puppet / Chef
ネットワークエンジニアのための Puppet / Chefネットワークエンジニアのための Puppet / Chef
ネットワークエンジニアのための Puppet / Chefnpsg
 

More from npsg (15)

Telemetry事始め
Telemetry事始めTelemetry事始め
Telemetry事始め
 
VPP事始め
VPP事始めVPP事始め
VPP事始め
 
Dockerと外部ルータを連携させる仕組みを作ってみた
Dockerと外部ルータを連携させる仕組みを作ってみたDockerと外部ルータを連携させる仕組みを作ってみた
Dockerと外部ルータを連携させる仕組みを作ってみた
 
Apache Spark+Zeppelinでアドホックなネットワーク解析
Apache Spark+Zeppelinでアドホックなネットワーク解析Apache Spark+Zeppelinでアドホックなネットワーク解析
Apache Spark+Zeppelinでアドホックなネットワーク解析
 
API イントロダクション APIC-EM, Prime Infrastructure & CMX
API イントロダクション APIC-EM, Prime Infrastructure & CMXAPI イントロダクション APIC-EM, Prime Infrastructure & CMX
API イントロダクション APIC-EM, Prime Infrastructure & CMX
 
ELK ではじめる自宅ネットワーク監視
ELK ではじめる自宅ネットワーク監視ELK ではじめる自宅ネットワーク監視
ELK ではじめる自宅ネットワーク監視
 
ネットワークプログラマビリティ勉強会 これまでのおさらい
ネットワークプログラマビリティ勉強会 これまでのおさらいネットワークプログラマビリティ勉強会 これまでのおさらい
ネットワークプログラマビリティ勉強会 これまでのおさらい
 
ラズパイ2で動く Docker PaaS
ラズパイ2で動く Docker PaaSラズパイ2で動く Docker PaaS
ラズパイ2で動く Docker PaaS
 
ラズパイ2で動く Docker PaaSを作ってみたよ
ラズパイ2で動く Docker PaaSを作ってみたよラズパイ2で動く Docker PaaSを作ってみたよ
ラズパイ2で動く Docker PaaSを作ってみたよ
 
Webアプリケーションによる電源管理システムのご紹介
Webアプリケーションによる電源管理システムのご紹介Webアプリケーションによる電源管理システムのご紹介
Webアプリケーションによる電源管理システムのご紹介
 
「宣言的プログラミング」とSDNのひとつの形態
「宣言的プログラミング」とSDNのひとつの形態「宣言的プログラミング」とSDNのひとつの形態
「宣言的プログラミング」とSDNのひとつの形態
 
WAN SDN 実践入門! ~ OpenDayLightのPCEP/BGPに触れてみる ~
WAN SDN 実践入門! ~ OpenDayLightのPCEP/BGPに触れてみる ~WAN SDN 実践入門! ~ OpenDayLightのPCEP/BGPに触れてみる ~
WAN SDN 実践入門! ~ OpenDayLightのPCEP/BGPに触れてみる ~
 
ネットワークプログラマビリティ勉強会 目的と方針(暫定)
ネットワークプログラマビリティ勉強会 目的と方針(暫定)ネットワークプログラマビリティ勉強会 目的と方針(暫定)
ネットワークプログラマビリティ勉強会 目的と方針(暫定)
 
CDP Indicator
CDP IndicatorCDP Indicator
CDP Indicator
 
ネットワークエンジニアのための Puppet / Chef
ネットワークエンジニアのための Puppet / Chefネットワークエンジニアのための Puppet / Chef
ネットワークエンジニアのための Puppet / Chef
 

Recently uploaded

Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxNadaHaitham1
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxchumtiyababu
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 

Recently uploaded (20)

Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 

IxVM on CML

  • 1. Ixia VM on Cisco Modeling Lab (CML) Akira Iwamoto Cisco Systems
  • 2. Cisco Modeling Lab • シスコが提供する仮想ネットワークシミュレーション環境 • vIOS, IOS XRv, CSR 1000V 等を自由に接続し、テストする 事が可能 • OpenStack 経由で、ルータOSがKVM 上で動作する http://bit.ly/1v1LPdr http://www.cisco.com/c/en/us/products/cloud-systems-management/modeling-labs/ index.html
  • 3. CML – VM Maestro
  • 4. CML – VM Maestro
  • 5. サードパーティVMを組み込 んでも良い? Third-party virtual machine • Q. Can customers run third-party virtual machines in Cisco Modeling Labs? • A. Third-party virtual machines should work if compiled to run on Linux kernel-based いいvirtual けど、サmachines; ポートはしませhowever, んよ features of Cisco Modeling Labs, 自己such 責任でas ! auto configuration, are designed for Cisco virtual operating systems only. Cisco TAC support does not answer questions in regard to third-party virtual machines or their interworking with the software. http://www.cisco.com/c/en/us/products/collateral/cloud-systems-management/ modeling-labs/q-and-a-c67-731850.html
  • 6. Ixia VM (IxVM) • Ixia 社が販売するネットワークトラフィックテスターのVirtual Machine 版 • OVA ファイルで提供され、CentOS やSUSE Linux 上で動作 する http://bit.ly/1uqHQsg http://www.ixiacom.com/products/network_test/applications/ixvm/
  • 7. トラフィックテスタ Test Port1 ルータだったり、 スイッチだったり・・・ Test Port2 トラフィック生成トラフィック受信 生成したトラフィックが全て受信出来ているかチェック・・・
  • 9. Ixia VM版 R1 R2 Ixvm (Linux) eth1 eth0 Ixvm (Linux) eth1 eth0
  • 11. Ixvm on CML R1 R2 Ixvm (Linux) eth1 eth0 eth1 eth0 Cisco UCS / Linux Server / VM / etc. Ixvm (Linux)
  • 12. OVA ファイルを追加 • OVA ファイルはtar ファイル • VMDK ファイルを取り出す • tar xfv VM_IxVM-centos6.3-2.0.0.402.ova VM_IxVM-centos6.3-2.0.0.402-disk1.vmdk • Pkg ファイルを作成する • Kvm の起動オプションに使用される • IxVM はscsi を使用するため、ディスク設定を変更
  • 13. Ixvm.pkg # pop-image vmdk_disk=/home/virl/ixvm/VM_IxVM-centos6.3-2.0.0.402-disk1.vmdk image_subtype="IxVM" image_name="IxVM" release="2.0.0" vif_model=virtio num_serials=1 config_disk_type=cdrom disk_bus=scsi flavor_name=$image_name check_images $image_name check_flavors $flavor_name register_flavor $flavor_name 2 2048 register_vmdk $vmdk_disk "$image_name" "$image_subtype" $vif_model $num_serials $config_disk_type $disk_bus $release 実際は、glance にイメージ、nova へflavor の追加を行うスクリプト
  • 14. OVA ファイルを追加 • Glance へイメージの追加 /opt/support/add-servers ixvm.pkg virl@virl:~$ glance image-list +--------------------------------------+----------+-------------+------------------+------------+--------+ | ID | Name | Disk Format | Container Format | Size | Status | +--------------------------------------+----------+-------------+------------------+------------+--------+ | 205ca488-beb6-4c63-a6f2-e884ee8eb881 | CSR1000v | qcow2 | bare | 1270415360 | active | | 27ce0788-bfcf-4a88-b448-a997cd1e09d7 | IOS XRv | qcow2 | bare | 559284224 | active | | bbfa9d86-3ab1-4e93-a701-7c587720bed6 | IOSv | qcow2 | bare | 112132096 | active | | 304fae30-14b7-4b4c-bda9-a7ca0de5821c | IxVM | qcow2 | bare | 1108344832 | active | | 525dbd52-0dc6-48fd-81cf-cec8f8e23713 | jumphost | qcow2 | bare | 252641792 | active | | 457e981f-970b-4dfc-990a-8102426b7820 | NX-OSv | qcow2 | bare | 184680448 | active | | 08f2b40c-93b5-4038-9913-27458a7d5648 | server | qcow2 | bare | 252641792 | active | +--------------------------------------+----------+-------------+------------------+------------+--------+ virl@virl:~$ nova flavor-list +--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+ | ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | +--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+ | 1 | m1.tiny | 512 | 1 | 0 | | 1 | 1.0 | True | | 2 | m1.small | 2048 | 20 | 0 | | 1 | 1.0 | True | | 3 | m1.medium | 4096 | 40 | 0 | | 2 | 1.0 | True | | 3281668d-2c04-459b-bfbf-860b74360911 | IOSv | 512 | 0 | 0 | | 1 | 1.0 | True | | 4 | m1.large | 8192 | 80 | 0 | | 4 | 1.0 | True | | 5 | m1.xlarge | 16384 | 160 | 0 | | 8 | 1.0 | True | | 53cf9d29-9d01-4ef5-a280-519c3e4502a6 | IxVM | 2048 | 0 | 0 | | 2 | 1.0 | True | | 670eca9f-d050-4d4f-b7ef-d50755476108 | server | 512 | 0 | 0 | | 1 | 1.0 | True | | 9c98647c-e697-4810-9b0b-57669fefa157 | jumphost | 512 | 0 | 0 | | 1 | 1.0 | True | | ad241a93-09f4-479e-8475-062f39f82e74 | NX-OSv | 2048 | 0 | 0 | | 1 | 1.0 | True | | d364cdf1-0419-46bf-b142-c304d87ab19f | IOS XRv | 3096 | 0 | 0 | | 1 | 1.0 | True | | e8135f4c-a198-4391-97c0-1a2ed08f368b | CSR1000v | 3072 | 0 | 0 | | 1 | 1.0 | True | +--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+ virl@virl:~$
  • 15. CML – VM Maestro
  • 16. IxVM VNC in VM Maestro
  • 17. IxNetwork / IxExplorer (Ixia クライアント) クライアントから、起動したIxVM を指定する IxExplorer
  • 18. Router の設定 iosv-1#sh ip int bri Interface IP-Address OK? Method Status Protocol GigabitEthernet0/0 172.16.1.67 YES DHCP up up GigabitEthernet0/1 10.0.1.1 YES manual up up GigabitEthernet0/2 10.0.2.1 YES manual up up Loopback0 192.168.0.1 YES NVRAM up up iosv-1# --- interface GigabitEthernet0/1 description to ixvm1 ip address 10.0.1.1 255.255.255.0 ip ospf cost 1 duplex auto speed auto media-type rj45 ! interface GigabitEthernet0/2 description to ixvm2 ip address 10.0.2.1 255.255.255.0 ip ospf cost 1 duplex auto speed auto media-type rj45 ! router ospf 1 network 0.0.0.0 255.255.255.255 area 0 ---
  • 21. IxNetwork OSPF - Net それぞれのポートをOSPF Neighbor として、 5 経路ずつ(1.2.3.0 – 1.2.7.0)作成してみた (ECMP)
  • 22. Router OSPF iosv-1#sh ip ospf nei Neighbor ID Pri State Dead Time Address Interface 45.65.0.1 2 FULL/BDR 00:00:39 10.0.2.2 GigabitEthernet0/2 45.64.0.1 2 FULL/BDR 00:00:39 10.0.1.2 GigabitEthernet0/1 iosv-1# iosv-1#sh ip route Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP a - application route + - replicated route, % - next hop override Gateway of last resort is 172.16.1.1 to network 0.0.0.0 S* 0.0.0.0/0 [254/0] via 172.16.1.1 1.0.0.0/24 is subnetted, 5 subnets O IA 1.2.3.0 [110/1] via 10.0.2.2, 00:00:00, GigabitEthernet0/2 [110/1] via 10.0.1.2, 00:00:21, GigabitEthernet0/1 O IA 1.2.4.0 [110/1] via 10.0.2.2, 00:00:00, GigabitEthernet0/2 [110/1] via 10.0.1.2, 00:00:21, GigabitEthernet0/1 O IA 1.2.5.0 [110/1] via 10.0.2.2, 00:00:00, GigabitEthernet0/2 [110/1] via 10.0.1.2, 00:00:21, GigabitEthernet0/1 O IA 1.2.6.0 [110/1] via 10.0.2.2, 00:00:00, GigabitEthernet0/2 [110/1] via 10.0.1.2, 00:00:21, GigabitEthernet0/1 O IA 1.2.7.0 [110/1] via 10.0.2.2, 00:00:00, GigabitEthernet0/2 [110/1] via 10.0.1.2, 00:00:21, GigabitEthernet0/1