how to prepare router fo SDM

hello ...

I have router 876 but cisco was configured . So i made reset an it's clear now. But I cant find any way or doc how to setup this router for the load SDM to router. any ip address setup command ends with "IP addresses may not be configured on L2 links ". Is there some reading for step by step solution how to configure this router to get SDM-aware router ?

thank you.

Reply to
pakozdy
Loading thread data ...

You may well not be able to put an ip address on the 4 Fast ethernet switch ports.

What you do is assign the ports to a VLAN (by default they are in VLAN1) and then put an address on the vlan interface (jargon is SVI, switched virtual interface).

interface FastEthernet0 ! interface FastEthernet1 ! interface FastEthernet2 ! interface FastEthernet3

interface Vlan1 description ip address 172.1.0.1 255.255.255.224 ip nat inside ip virtual-reassembly

If you want to restore the SDM friendly initial config on the router:-

router#sh flash

24576K bytes of processor board System flash (Intel Strataflash)

Directory of flash:/

2 -rwx 16284984 Mar 1 2002 05:18:11 +00:00 c870-advipservicesk9-mz.124-9.T1.bin 3 -rwx 2077 Mar 1 2002 00:06:23 +00:00 sdmconfig-8xx.cfg ! < ------XXXXX 4 -rwx 812032 Mar 1 2002 00:06:45 +00:00 es.tar 5 -rwx 1007616 Mar 1 2002 00:07:10 +00:00 common.tar 6 -rwx 1038 Mar 1 2002 00:07:22 +00:00 home.shtml 7 -rwx 113152 Mar 1 2002 00:07:34 +00:00 home.tar 8 -rwx 1782784 Mar 1 2002 00:08:10 +00:00 wlanui.tar 9 -rwx 511939 Mar 1 2002 00:08:28 +00:00 128MB.sdf

router#copy sdmconfig-8xx.cfg startup-config router#reload

Reply to
Bod43

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.