[Xorp-hackers] xorp vrrp work well

wxh585 43026437 at qq.com
Fri Aug 5 22:44:02 PDT 2011


xorp router work well with cisco router,on freebsd 7.3
 connect:
 cisco router-------switch------xorp router
 cisco router config:
#show run
......
interface FastEthernet0/0
 ip address 192.168.3.1 255.255.255.252
 duplex auto
 speed 100
!
interface FastEthernet0/1
 ip address 192.168.1.5 255.255.255.0
 duplex auto
 speed 100
 vrrp 1 ip 192.168.1.3
......
 xorp router config
admin at r.d# show
    protocols {
        vrrp {
            interface fxp0 {
                vif fxp0 {
                    vrid 1 {
                        priority: 150
                        ip 192.168.1.3 {
                        }
                    }
                }
            }
        }
    }
    interfaces {
        interface fxp0 {
            vif fxp0 {
                address 192.168.1.4 {
                    prefix-length: 24
                }
            }
        }
        interface fxp1 {
            vif fxp1 {
                address 192.168.5.1 {
                    prefix-length: 24
                }
            }
        }
    }
 [edit]
admin at r.d> show vrrp
Interface       fxp0
Vif             fxp0
VRID            1
State           master
Master IP       192.168.1.3
admin at r.d>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-hackers/attachments/20110806/8e4ae315/attachment.html 


More information about the Xorp-hackers mailing list