11-24-2020 02:38 PM
We are installing a uCPE at one of our locations, and we are tasked with configuring a port with a specific IP for the uCPU to connect. I assumed that the ERS is a layer 3 switch. You can do this on cisco switched using the no switchport command. Is this possible on the ERS switches?
Essentially the uCPE will be (x.x.x.1 and the port on the ers would be x.x.x.2)
11-24-2020 03:20 PM
Good to know, thanks for your help!
11-24-2020 03:17 PM
This is not available on ERS (IP on interface), I know it is available on VSP and called brouter.
Mig
11-24-2020 03:03 PM
I suppose I was trying to do it outside of the vlan. Like I said on cisco switch this would be referred to as a L3 “routed interface”.
“
The
no switchport
command puts the interface in L3 mode (known as "routed port") and makes it operate more like a router interface rather than a switch port. Theip address
command assigns an IP address and network mask to the interface. Routed ports can be configured with a Layer 3 routing protocol.However, restrictions apply:
- It does not support VLAN subinterfaces.
- It does not support Layer 2 protocols, such as DTP and STP.
- It is supported only on switches running the IP base or IP services image.”
11-24-2020 02:58 PM
Hi,
It is not clear what you ask.
With the ERS you can always add an IP interface to a VLAN.
Ensure the ip forwarding is enabled:
Mig