7210 connection to Cisco Switch 9500 and between 7210

Post Reply
remidr
Member
Posts: 2
Joined: 26 Oct 2022 02:36

7210 connection to Cisco Switch 9500 and between 7210

Post by remidr »

Hi,
I am a new in Nokia/Alcatel-Lucent devices (I have some experience in Cisco devices) but I need to connect my branch and Data Center using Nokia 7210 SAS MxP. Can someone give me example of configuration ?
My network will be like this?

Cisco Catalyst 9500 -> Nokia 7210 -> Fiber -> Nokia 7210 -> Cisco Cisco 3850
or
Cisco Catalyst 9500 -> firewall fortinet FG601F -> Nokia 7210 -> Fiber -> Nokia 7210 -> firewall fortinet FG601F -> Cisco Cisco 3850

I cannot manage in building configuration between FG601F/Cisco 9500 and Nokia 7210 and between Nokias.
Now I have only Fiber between locations

Regards,
Remigiusz
paramount
Member
Posts: 84
Joined: 11 Jan 2015 17:18
Contact:

Re: 7210 connection to Cisco Switch 9500 and between 7210

Post by paramount »

Hi,

I think we will need to know a little more about how you are trying to do this.

Is the 7210 expected to run at layer 2 or layer 3?
Is it one physical port in and one out?
Do you already have CLI access to the 7210, is it under management?

Thanks
Paramount
remidr
Member
Posts: 2
Joined: 26 Oct 2022 02:36

Re: 7210 connection to Cisco Switch 9500 and between 7210

Post by remidr »

1. Is the 7210 expected to run at layer 2 or layer 3?
2. Is it one physical port in and one out?
3. Do you already have CLI access to the 7210, is it under management?

1. The idea is to have encrypted data flow between the locations so I think it will be L3 (on both sides there will be firewalls), but the easiest and the most secure way is the best (May I do it on L2 with dot1q?)
2. I think so but in the future there will be 2 ports on both sides.
3. No, I have not. I have two boxes and a fiber from ISP (Metro Ethernet) and nothing more. I suppose :) the boxes are new with initial configuration. And I can , of course prepare the console cable.
Last edited by remidr on 27 Oct 2022 10:36, edited 2 times in total.
paramount
Member
Posts: 84
Joined: 11 Jan 2015 17:18
Contact:

Re: 7210 connection to Cisco Switch 9500 and between 7210

Post by paramount »

Hi,

Sorry didn't get an alert for some reason that you had responded.

If you are doing via layer 2, then you will need something similar to the following.

/configure port 1/1/1
description "port description"
ethernet mode access
ethernet uncap-type dot1q
no shutdown

/configure port 1/1/2
description "port description"
ethernet mode access
ethernet uncap-type dot1q
no shutdown


/configure service vpls 1000 customer 1 create
sap 1/1/1:1000 create
exit
sap 1/1/2:1000 create
exit
no shutdown

This will enable ports 1/1/1 and 1/1/2. It will add them to a local layer 2 VPLS service with service ID of 1000.
It will then enable VLAN 1000 on ports 1/1/1 and 1/1/2 and this will be joined together in this VPLS service.

Paramount
remidr
Member
Posts: 2
Joined: 26 Oct 2022 02:36

Re: 7210 connection to Cisco Switch 9500 and between 7210

Post by remidr »

Great thank you for your help. I will try this configuration.
But now I have the next problem.
I connected to Nokia 7210 via console and I tried to build any configuration using "config manual". I didn't do it - I had an error - (screenshot attached)

I tried to add CF card from Cisco but of course it did not work. So now , I need help how to start to configure this box and how to break the boot sequence ? or how to upload any boot.tim :)

Regards, Remi
7210_error.png
You do not have the required permissions to view the files attached to this post.
paramount
Member
Posts: 84
Joined: 11 Jan 2015 17:18
Contact:

Re: 7210 connection to Cisco Switch 9500 and between 7210

Post by paramount »

Hi,
Apologies for delay, again for some reason no notifications for this thread.

Best way would be to use USB stick - only certain ones work. Let me know if you still are stuck on this bit.

Cheers
Paramount
Post Reply

Return to “7210 SAS”