cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
34841
Views
15
Helpful
6
Replies

IP addresses may not be configured on L2 links.

nachogdiaz
Level 1
Level 1

Hello to all, 877 have just brought a shindy but I have problems to form the fastethernet, on having tried to form an ip address it(he,she) appears:

IP addresses may not be configured on L2 links.

Since I can solve it? I have tried to use the SDM but it(he,she) does not assign me ip for DHCP. Thank you very much

6 Replies 6

andrew.burns
Level 7
Level 7

Hi,

Only the Ethernet WAN interface can have an IP directly assigned. The LAN interfaces need to be assigned to a VLAN, which has the IP address.

Have a look at the following and post again if you still have trouble.

http://www.cisco.com/en/US/docs/routers/access/800/850/software/configuration/guide/dhcpvlan.html#wp999406

and this link has a complete sample config:

http://www.cisco.com/en/US/docs/routers/access/800/850/software/configuration/guide/sampconf.html

HTH

Andrew.

Hello Andrew, I continue with the same mistake, not because it(he,she) does not warn me: (

It's a rather limited router, the small form factor solutions are less robust than even the C8000v.


@JeremyCReese wrote:

It's a rather limited router, the small form factor solutions are less robust than even the C8000v.


BTW, that's true too of "larger" ISRs using L2 switching modules, which need to be provided IP via SVIs.  Of course, a few of the higher end switching modules are, themselves, L3 capable, and for those, you can configure the ports like a L3 switch.

Also BTW, understanding such performance limitations, often we would have small branches with a L3 switch for fast (wire-rate) LAN routing paired with a WAN router sized for wire-rate of the WAN link.  I recall any 800 could pretty well handle a full T-1, and the fastest variants could (about) handle 10 Mbps Ethernet.  (Remember, when the 800 series came out, multi-Mbps WAN was unusual because of its cost.

Feature wise, I had found the 800 and 900 series not too lacking compared to larger ISRs.  The biggest limitation was overall performance of these models, but they, like other ISRs were designed to be adequate for WAN L3, across specific WAN links, not LAN routing.  (In fact, often many would assume an ISR, with whatever built-in Ethernet ports it had, could sustain wire-rate for all those ports.  Often, such ISRs could not even sustain continuous wire-rate for even one of its built-in Ethernet ports.  Heck, years ago, even the higher end routers might struggle to support one gig port [7200 series] or a couple of gig ports [7500 series, even with VIPs].  We didn't consider 7500s limited or not robust, but we understood what the router was designed to support.  I would say ditto for the 800 and follow on series too.)

Lastly, the OP is 16 years old, so consider the suitability of an 800 series router then, not now.  Much has improved over the years.

We were just looking for a small form factor router, but we need something capable of handling cloud compute at minimum 400 Mb/s aggregate in/out, We ended up picking up a couple different ISR models to see what would work.  Found the CSR out performs the ISR models but takes away from compute of the edge cloud node.  Portable system, no rackspace.

cadrn
Level 1
Level 1

use the interface vlan 1 command:

interface vlan 1

ip address x.x.x.x y.y.y.y

no shut

!

that shut do it!