I have the following configuration for a 2 routers and 1 switch.  The
eth1 address is never advertised to the RIP so packets received on eth0
are never forwarded to eth1  to my switch!!  ... Am I configuring the
eth1  interface correctly?







interfaces {

               interface eth0 {

                              vif eth0 {

                                             address 10.0.0.2 {


prefix-length: 24

                                             }

                              }

               }

               interface eth1 {

                              vif eth1 {

                                             address 10.0.1.1 {


prefix-length: 32

                                             }

                              }

               }

}

fea {

               unicast-forwarding4 {

                              disable: false

               }

}

policy {

               policy-statement connected-to-rip {

                              term 100 {

                                             from {

                                                            protocol:
"connected"

                                             }

                                             then {

                                                            metric: 1

                                             }

                              }

               }

}

protocols {

               rip {

                              export: "connected-to-rip"

                              interface eth0 {

                                             vif eth0 {

                                                            address
10.0.0.2 {


disable: false


metric: 1

                                                            }

                                             }

                              }

                              interface eth1 {

                                             vif eth1 {

                                                            address
10.0.1.1 {


disable: false


metric: 1

                                                            }

                                             }

                              }

               }

}



Patrick J Shaw

Computer Architect. Vetronics

General Dynamics Canada  www.gdcanada.com

613-596-7908

613-796-7803(fax)









The information contained in this e-mail message is PRIVATE. It may contain 
confidential information and may be legally privileged. It is intended for the 
exclusive use of the addressee(s). If you are not the intended recipient, you 
are hereby notified that any dissemination, distribution or reproduction of 
this communication is strictly prohibited. If the intended recipient(s) cannot 
be reached or if a transmission problem has occurred, please notify the sender 
immediately by return e-mail and destroy all copies of this message.
Thank you.

_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to