01-15-2021 12:42 PM - edited 01-15-2021 12:56 PM
Hi;
I have to configure a C881 to use in addition to the WAN port (the WAN port will be connected to a hub switch that will go to an MPLS network to an ISP) plus another port as the client's LAN access.
It turns out that with the exception of the WAN port, the others I cannot provide an IP - a warning appears (for example, Fast Ethernet 0):
ROUTER-1 (config-if) #ip add 189.20.198.97 255.255.255.248
% IP addresses may not be configured on L2 links.
How do I make an L2 port work as L3?
Greetings
Emerson Zilio
Solved! Go to Solution.
01-19-2021 04:46 AM
Thanks a lot!
01-15-2021 07:02 PM
If this switch module then it will be Layer 2 only - you can do below :
interface FastEthernet2 - change the interface you like to configure
switchport access vlan 12 - change the vlan number you required
no shut
!
interface vlan 12
ip add 189.20.198.97 255.255.255.248
no shut
Other option may not be required,
interface FastEthernet2
no switchport -- this makes Layer 2 Layer 3 port - so you can allocate IP address
01-19-2021 04:46 AM
Thanks a lot!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide