Page 1 of 1

Nokia or Timos 7250 IXR-R6 router

Posted: Sat Dec 19, 2020 8:38 pm
by cisco001
Hi there,
I have tried to configure Nokia Timos image for 7250 IXR-R6. The router boots up but based on Nokia's guide, the 7250 IXR-R6 is an integrated unit and it needs both Mgmt and SF ports.
First two ports are reserved, one for mgmt and the other for SF connection and the third port is the first port in the line card MDA.
Table 5 states the mapping:
https://documentation.nokia.com/cgi-bin ... 0.5.R1.pdf
I have tried to alter one of the existing templates to give me a sf port and then the third port is the network port on the MDA. This is not working for me.
Here is my attempt to create a custom template for 7250 IXR-R6 timos:

Code: Select all

---
type: qemu
config_script: config_timos.py
description: Nokia 7750 IXR-R6
name: 7750SR
nokia_type: iom
cpulimit: 1
icon: Router.png
cpu: 2
ram: 6048
ethernet: 12
eth_name:
  - mgmt
  - sf
eth_format: p1/1/{1-48}
console: telnet
qemu_arch: x86_64
qemu_options: -machine type=pc,accel=kvm -serial mon:stdio -nographic -no-user-config -nodefaults -rtc base=utc -cpu host  -smbios type=1,product="TIMOS:slot=A chassis=IXR-R6 card=cpiom-ixr-r6 slot=1 card=iom-ixr-r6 mda/1=m10-10g-sfp+"
management_address: 1.1.1.1/24
Any ideas how I can get a sf port on 7250 IXR-R6 and make this work in eve-ng.

Note you cannot run this as two separate VMs, as per Nokia's docs but it still requires a mgmt and sf port, which different to all the Nokia vSIMs.

Thanks for your help.