06-23-2023 02:41 PM
My cisco router 881 when i assign the ip on fastethernet lan port then error will occured ip address may not be configured on l2 links can anyone give me solution please
06-23-2023 02:52 PM - edited 06-23-2023 02:53 PM
You need to get inside the fastethernet interface and run the command "no switchport"
06-23-2023 03:09 PM
WAN interface can config with IP
for LAN you can not config IP directly but you can assign to VLAN SVI assign to L2 port.
06-23-2023 09:32 PM
Your 881 router treats the fastethernet lan port like it was a layer 2 switch port. And logically you can not assign a layer 3 address directly on a layer 2 port. I am not clear if the 881 supports it, but the suggestion from @Flavio Miranda about using no switchport would be one way to get a layer 3 address on the port. Otherwise I believe that the suggestion from @MHM Cisco World about configuring an IP address on the vlan interface associated with the lan port would be the way to go.
What will be connected to this lan port? Will it need a unique IP subnet for this port, or could it be one of several devices in the same subnet?
06-24-2023 02:29 PM
I recall, as both @MHM Cisco World and @Richard Burts describe, to assign an IP to a FE LAN port, on the ISR 800s, you need to use a SVI. If you intent is to only have one IP per L2 port, you assign just one L2 port to a specific VLAN, which has a SVI.
Some additional things to keep in mind. First, I also recall some VLAN management/configuration, for an ISR 800's L2 ports, is just slightly different from other Cisco L3 switches, and second, 88x series routers are rated at about 50 Mbps throughput capacity (i.e. they are not intended for wirespeed LAN routing using FE ports).
08-18-2024 02:43 PM - edited 08-18-2024 02:44 PM
Crea la VLAN:
Configura la interfaz VLAN (SVI):
Configura la interfaz FastEthernet4 (WAN) para NAT:
Configura la sobrecarga NAT para traducir las direcciones IP:
06-25-2023 05:38 AM - edited 06-25-2023 05:39 AM
Hello @bilalzaman369,
Do you try no swirchport command on interfaces? After that, enter ip address command.
08-18-2024 10:49 PM
you either create a SVI and assign IP or use no switchport command and assign IP. with no switchport command, VLANs cannot be passed as this will be a directly connected interface
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