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
[email protected]# 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]
[email protected]> show vrrp
Interface fxp0
Vif fxp0
VRID 1
State master
Master IP 192.168.1.3
[email protected]>_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers