Well, your configuration seem to miss something.  Make sure that from one
router, you can ping the IP address of the serial port of the other router.
This will make sure that your frame-relay setting is working.  If you cannot
ping the serial of the other router, make sure you put "no keepalive" on the
serial interface of each router.  Assign DLCI number to the serial port and
map the PVC using "frame-relay map..."

RIPv1 (or RIP) does not support VLSM (variable length subnet mask), which is
classless address.  When you put:

Router RIP
  network 192.168.0.0

It will automatically summarize the network to be 192.168.0.0 / 24, which
none of your networks belongs to.  If you run latest IOS, you can use RIPv2,
which allows you to turn off the Auto-Summary.  To enable RIP version 2,
configure both routers as follow:

Router RIP
  version 2
  network 192.168.0.0
  no auto-summary

Good luck!





""xie rootstock""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> sorry, my last posting is wrong, you should set network 192.168.100.0, not
> network 192.168.0.0




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=18755&t=18572
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to