Reloading is one way, the other way would be to change your physical interface encapsulation which will blow away all the frame map entries then you can reapply your config - which in the lab exam may be a lot quicker to run with.
Doing something like: no int s1/0/.24 int s0/1/0 shutdown encap ppp ip address 204.0.0.4 255.255.255.0 encapsulation frame-relay frame-relay map ip 204.0.0.2 402 no frame-relay inverse-arp no shut ! interface Serial0/1/0.24 point-to-point ip address 214.0.0.4 255.255.255.0 frame-relay interface-dlci 412 ! end I think would do the trick Cheers, Adam On Wed, Aug 25, 2010 at 1:24 AM, Aaron Moreck <[email protected]> wrote: > I will try that after the vlecture. This is not really important but when > you "think" you understand a protocol its puzzling when you see something > you don't expect :) > > > > On Tue, Aug 24, 2010 at 11:15 AM, marc abel <[email protected]> wrote: > >> Reload your router, does it still happen? >> >> On Tue, Aug 24, 2010 at 10:09 AM, Aaron Moreck <[email protected]>wrote: >> >>> Following the vlecture i disabled inverse arp and created static >>> mappings. Still i am learning dynamic entries in show frame-relay map even >>> after clearing inverse arp >>> Any ideas? >>> >>> >>> R4#sh run int s0/1/0 >>> Building configuration... >>> Current configuration : 154 bytes >>> ! >>> interface Serial0/1/0 >>> ip address 204.0.0.4 255.255.255.0 >>> encapsulation frame-relay >>> frame-relay map ip 204.0.0.2 402 >>> no frame-relay inverse-arp >>> end >>> >>> interface Serial0/1/0.24 point-to-point >>> ip address 214.0.0.4 255.255.255.0 >>> frame-relay interface-dlci 412 >>> >>> >>> >>> //Below shows dynamic mapping >>> R4#sh frame-relay map >>> Serial0/1/0 (up): ip 204.0.0.2 dlci 402(0x192,0x6420), static, >>> CISCO, status defined, active >>> Serial0/1/0 (up): ip 150.100.100.66 dlci 416(0x1A0,0x6800), dynamic, >>> broadcast,, status defined, active >>> Serial0/1/0.24 (up): point-to-point dlci, dlci 412(0x19C,0x64C0), >>> broadcast >>> status defined, active >>> >>> >>> >>> //Clear the inverse arp. Only static appear >>> R4#clear frame-relay inarp >>> R4#sh frame-relay map >>> Serial0/1/0 (up): ip 204.0.0.2 dlci 402(0x192,0x6420), static, >>> CISCO, status defined, active >>> Serial0/1/0.24 (up): point-to-point dlci, dlci 412(0x19C,0x64C0), >>> broadcast >>> status defined, active >>> //Wait a few seconds and the dynamic is back >>> >>> >>> R4#sh frame-relay map >>> Serial0/1/0 (up): ip 204.0.0.2 dlci 402(0x192,0x6420), static, >>> CISCO, status defined, active >>> Serial0/1/0 (up): ip 150.100.100.66 dlci 406(0x196,0x6460), dynamic, >>> broadcast,, status defined, active >>> Serial0/1/0.24 (up): point-to-point dlci, dlci 412(0x19C,0x64C0), >>> broadcast >>> status defined, active >>> >>> _______________________________________________ >>> For more information regarding industry leading CCIE Lab training, please >>> visit www.ipexpert.com >>> >>> >> > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > >
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
