Unsolved

1 Rookie

 • 

12 Posts

43

February 20th, 2025 08:00

route and redirection between Ubuntu 24 (srv1) - s3048 - s5248f - 10xR750 with ubuntu 24

I have connected s3048 to ubuntu 24 server, lets call it srv1, connected s3048 to s5248f, set up vlan on s5248f with 10 R750 - now following works: I can ssh from srv1 to s3948, I can ssh from s3048 to s5248f, I can ssh from R750 to s5248f, I can ssh from R750 nr1 to R750 nr2 or 3 etc - I need to ssh from srv1 to R750, also to ssh from s3048 to R750 servers

1 Rookie

 • 

12 Posts

February 20th, 2025 08:05

s3048: 192.168.1.1

s5248f-a (interface mgmt 1/1/1): 10.10.10.11
vlan 20 ip 192.168.120.2

s5248f-b (interface mgmt 1/1/1): 10.10.20.11
vlan 20 ip 192.168.220.2

R750 nr 1:
hostname: kemsc01 (eno8303): 130.237.185.79
        (eno12399np0): 192.168.120.10
  (eno12409np1): 192.168.220.10
R750 nr 2:
hostname: kemsc02 (eno8303): 130.237.89.52/25 
        (eno12399np0): 192.168.120.11
  (eno12409np1): 192.168.220.11

route on srv1:

op@kemklagateway:~$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         mmkmargit.mmk.s 0.0.0.0         UG    100    0        0 eno1
10.1.174.192    0.0.0.0         255.255.255.192 U     0      0        0 *
10.1.174.237    0.0.0.0         255.255.255.255 UH    0      0        0 calib6405f4bed8
10.1.174.238    0.0.0.0         255.255.255.255 UH    0      0        0 califb4152d3b14
10.175.85.0     0.0.0.0         255.255.255.0   U     0      0        0 lxdbr0
130.237.185.0   0.0.0.0         255.255.255.0   U     100    0        0 eno1
172.17.0.0      0.0.0.0         255.255.0.0     U     0      0        0 docker0
192.168.1.0     0.0.0.0         255.255.255.0   U     101    0        0 enp4s0

route on s3048:

kem-s3048#show ip route

Codes: C - connected, S - static, R - RIP,
       B - BGP, IN - internal BGP, EX - external BGP,LO - Locally Originated,
       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, L1 - IS-IS level-1,
       L2 - IS-IS level-2, IA - IS-IS inter area, * - candidate default,
       > - non-active route, + - summary route

Gateway of last resort is not set

       Destination        Gateway                                                 Dist/Metric Last Change
       -----------        -------                                                 ----------- -----------
  C    10.10.10.0/24      Direct, Gi 1/47                                                 0/0        4w1d
  C    10.10.20.0/24      Direct, Gi 1/48                                                 0/0        4w1d
  S    192.168.1.0/24     via 192.168.120.2                                               1/0    17:53:25
                          via 192.168.120.1
  S    192.168.120.0/24   via 10.10.10.11, Gi 1/47                                        1/0        1w2d

route on s5248f:

kem-s5248f-a# show ip route
Codes: C - connected
       S - static
       B - BGP, IN - internal BGP, EX - external BGP, EV - EVPN BGP
       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, * - candidate default,
       + - summary route, > - non-active route
Gateway of last resort is not set
  Destination                 Gateway                                        Dist/Metric       Last Change
----------------------------------------------------------------------------------------------------------
  C     192.168.100.0/24    via 192.168.100.10       vlan10                  0/0               7 weeks 5 days 19:23:30
  C     192.168.120.0/24    via 192.168.120.1        vlan20                  0/0               18:48:54
  C     192.168.130.0/24    via 192.168.130.2        vlan30                  0/0               7 weeks 5 days 19:23:30

route on R750 nr 1:

root@kemsc01:~# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         mmkmargit.mmk.s 0.0.0.0         UG    0      0        0 eno8303
default         mmkmargit.mmk.s 0.0.0.0         UG    102    0        0 eno8303
10.10.10.0      norra-gw4-vl1.l 255.255.255.255 UGH   0      0        0 eno12399np0
10.10.10.0      norra-gw4-vl1.l 255.255.255.0   UG    0      0        0 eno12399np0
10.10.20.0      192.168.220.1   255.255.255.0   UG    0      0        0 eno12409np1
130.237.185.0   0.0.0.0         255.255.255.0   U     102    0        0 eno8303
192.168.1.0     norra-gw4-vl1.l 255.255.255.255 UGH   0      0        0 eno12399np0
192.168.1.0     norra-gw4-vl1.l 255.255.255.0   UG    0      0        0 eno12399np0
192.168.120.0   0.0.0.0         255.255.255.0   U     0      0        0 eno12399np0
192.168.200.0   0.0.0.0         255.255.255.0   U     101    0        0 eno12409np1
192.168.220.0   0.0.0.0         255.255.255.0   U     0      0        0 eno12409np1

Moderator

 • 

3.9K Posts

February 20th, 2025 13:51

Hello,

on the srv1 did you add routes to the R750 networks?

On s3048, ensure it has routes to the R750 networks via s5248f.

This is an advanced network configuration we have a dedicated configuration team that can help you.

Thanks

1 Rookie

 • 

12 Posts

February 21st, 2025 07:43

@DELL-Marco B​ please could you put me in contact with this team?

Moderator

 • 

3.9K Posts

February 21st, 2025 08:38

No sorry I cannot transfer to the team

1 Rookie

 • 

12 Posts

February 21st, 2025 11:27

so how can I reach to them?

Moderator

 • 

3.9K Posts

February 21st, 2025 18:07

you can check with a Dell partner or Sales Dell Team

No Events found!

Top