NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
daveoneal
Sep 20, 2016Aspirant
Service Port routable on managed switch ?
Is the Service Port or Out of Band port connected via ethernet routable? I have our correct subnet and default gateway setup and can't ping past the default gateway (which is a cisco router). I can...
Retired_Member
Oct 25, 2016Hi daveoneal,
Welcome to the community!
I have tested the scenario same as you. And the ServicePort can be routable if config gateway in ServicePort.
Maybe it's helpful for you.
[Test topology]:
PC1------(port1)Switch1(port2)-------(ServicePort)DUT(port1)--------(port1)Switch2(port2)--------PC2
[Configuration]:
For DUT:
- SevicePort IP is 200.1.1.2/24, gateway is 200.1.1.1
serviceport protocol none
serviceport ip 200.1.1.2 255.255.255.0 200.1.1.1
- Port1 IP is 100.1.1.1/24, Create one default route, next-hop is 100.1.1.2
interface 1/0/1
routing
ip address 100.1.1.1 255.255.255.0
exit
ip route default 100.1.1.2
For Switch1:
- Port2 IP is 200.1.1.1/24
interface 1/0/2
routing
ip address 200.1.1.1 255.255.255.0
exit
- Port1 IP is 201.1.1.1/24
interface 1/0/1
routing
ip address 201.1.1.1 255.255.255.0
exit
For Switch2:
- Port1 IP is 100.1.1.1/24
interface 1/0/1
routing
ip address 100.1.1.1 255.255.255.0
exit
- Port2 IP is 101.1.1.1/24
interface 1/0/2
routing
ip address 101.1.1.1 255.255.255.0
exit
For PC1:
Set IP is 201.1.1.2/24, gateway is 201.1.1.1
For PC2:
Set IP is 101.1.1.2/24, gateway is 101.1.1.1
[Test Result]:
From PC1: ping 201.1.1.1/200.1.1.1/200.1.1.2 ok, so PC1 can reach DUT ServicePort success
From PC2: ping 101.1.1.1/100.1.1.1/100.1.1.2 ok
Related Content
- Jun 11, 2022Retired_Member
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!