Hi, I am trying to setup a lab using XRV 9000 using KVM as a hypervisor. I managed to get 7 x gig interfaces and 1 mgmt port up and running but I am not sure how to enable 10GE interfaces. By looking at the inventory, there is only 1G linecard installed.
RP/0/RP0/CPU0:xrv-01#show inventory
Sat May 11 20:14:52.749 UTC
NAME: "0/0", DESCR: "Cisco IOS-XRv 9000 Centralized Line Card"
PID: R-IOSXRV9000-LC-C , VID: V01, SN: 4BABF4BC202
NAME: "0/0/0", DESCR: "N/A"
PID: NODE-1G-NIC-X , VID: N/A, SN: N/A
NAME: "0/0/1", DESCR: "N/A"
PID: NODE-1G-NIC-X , VID: N/A, SN: N/A
NAME: "0/0/2", DESCR: "N/A"
PID: NODE-1G-NIC-X , VID: N/A, SN: N/A
NAME: "0/0/3", DESCR: "N/A"
PID: NODE-1G-NIC-X , VID: N/A, SN: N/A
NAME: "0/0/4", DESCR: "N/A"
PID: NODE-1G-NIC-X , VID: N/A, SN: N/A
NAME: "0/0/5", DESCR: "N/A"
PID: NODE-1G-NIC-X , VID: N/A, SN: N/A
NAME: "0/0/6", DESCR: "N/A"
PID: NODE-1G-NIC-X , VID: N/A, SN: N/A
NAME: "0/0/7", DESCR: "N/A"
PID: NODE-1G-NIC-X , VID: N/A, SN: N/A
RP/0/RP0/CPU0:xrv-01#show interfaces brief
Sat May 11 20:16:59.538 UTC
Intf Intf LineP Encap MTU BW
Name State State Type (byte) (Kbps)
--------------------------------------------------------------------------------
BE100 up up ARPA 1514 2000000
Lo0 up up Loopback 1500 0
Nu0 up up Null 1500 0
Mg0/RP0/CPU0/0 up up ARPA 1514 1000000
Gi0/0/0/0 up up ARPA 1514 1000000
Gi0/0/0/1 up up ARPA 1514 1000000
Gi0/0/0/2 admin-down admin-down ARPA 1514 1000000
Gi0/0/0/3 admin-down admin-down ARPA 1514 1000000
Gi0/0/0/4 up up ARPA 1514 1000000
Gi0/0/0/4.12 up up 802.1Q 1518 1000000
Gi0/0/0/5 admin-down admin-down ARPA 1514 1000000
Gi0/0/0/6 admin-down admin-down ARPA 1514 1000000
Gi0/0/0/7 admin-down admin-down ARPA 1514 1000000
following is portion of xml file:
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source file='/root/VMs/XRv9K/XRv-01/xrv9k-fullk9-x-6.5.1.qcow2'/>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x0d' function='0x0'/>
</disk>
<controller type='ide' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
</controller>
<controller type='usb' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
</controller>
<controller type='pci' index='0' model='pci-root'/>
<interface type='bridge'>
<mac address='0e:01:00:00:00:00'/>
<source bridge='br-ext'/>
<target dev='xrv01-m.0'/>
<model type='e1000'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</interface>
<interface type='bridge'>
<mac address='52:54:00:69:70:0b'/>
<source bridge='lan-lag'/>
<model type='e1000'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<interface type='bridge'>
<mac address='52:54:00:74:cf:04'/>
<source bridge='lan-lag'/>
<model type='e1000'/>
Can anyone shad a light on this please? :)