adeel32 wrote: » I am now using Qemu for running VRRP and it is running on it but can anyone help me out to guide that how to pause the routers in Qemu as we can do in VMware. In Qemu i am separately running command line for each router and i have to quit which makes the routers to shut down completely, I want to pause it so that i can use again from where i have left without loading the routers again.Note: I can give access of my laptop for its guidance.
hoogen82 wrote: » Maybe it is just your Olive here... Configuration looks okay... Sorry man.. It might be just your OLIVE...Aldur might know or probably Toufiq... I believe toufiq is also from Pakistan. My Configuration lab@r1> show configuration interfaces ge-0/0/0 vlan-tagging; unit 0 { bandwidth 100m; vlan-id 31; family inet { address 10.0.5.1/24 { vrrp-group 1 { virtual-address 10.0.5.200; authentication-type simple; authentication-key "$9$TF6ArlMWxd"; ## SECRET-DATA track { interface ge-0/0/1.200 { priority-cost 30; } } } } } } lab@r1> lab@r1> show vrrp summary Interface Unit Group Type Address Int state VR state ge-0/0/0 0 1 lcl 10.0.5.1 up master vip 10.0.5.200 lab@r1> show vrrp brief Interface Unit Group Type Address Int state VR state Timer ge-0/0/0 0 1 lcl 10.0.5.1 up master A 0.233 vip 10.0.5.200 lab@r1> show vrrp detail Physical interface: ge-0/0/0, Unit: 0, Vlan-id: 31, Address: 10.0.5.1/24 Index: 64, SNMP ifIndex: 22, VRRP-Traps: disabled Interface state: up, Group: 1, State: master Priority: 100, Advertisement interval: 1, Authentication type: simple Preempt: yes, Accept-data mode: no, VIP count: 1, VIP: 10.0.5.200 Advertisement timer: 0.812s, Master router: 10.0.5.1 Virtual router uptime: 11:55:31, Master router uptime: 11:55:23 Virtual MAC: 00:00:5e:00:01:01 Tracking: enabled Current priority: 100, Configured priority: 100 Priority hold-time: disabled Interface tracking: enabled, Interface count: 1 Interface Int state Int speed Incurred priority cost ge-0/0/1.200 up 1g 0 Route tracking: disabled lab@r1> lab@r2> show configuration interfaces ge-0/0/0 vlan-tagging; unit 0 { bandwidth 100m; vlan-id 31; family inet { address 10.0.5.2/24 { vrrp-group 1 { virtual-address 10.0.5.200; priority 80; authentication-type simple; authentication-key "$9$v/z8xdDjq.5F"; ## SECRET-DATA } } } } lab@r2> lab@r2> show vrrp detail Physical interface: ge-0/0/0, Unit: 0, Vlan-id: 31, Address: 10.0.5.2/24 Index: 64, SNMP ifIndex: 116, VRRP-Traps: disabled Interface state: up, Group: 1, State: backup Priority: 80, Advertisement interval: 1, Authentication type: simple Preempt: yes, Accept-data mode: no, VIP count: 1, VIP: 10.0.5.200 Dead timer: 3.416s, Master priority: 100, Master router: 10.0.5.1 Virtual router uptime: 11:52:05 Tracking: disabled lab@r2> show vrrp summary Interface Unit Group Type Address Int state VR state ge-0/0/0 0 1 lcl 10.0.5.2 up backup vip 10.0.5.200 lab@r2> show vrrp brief Interface Unit Group Type Address Int state VR state Timer ge-0/0/0 0 1 lcl 10.0.5.2 up backup D 3.226 vip 10.0.5.200 mas 10.0.5.1 lab@r2>
hoogen82 wrote: » Well in Olive you can have fxp ports only... It's a virtual router with virtual interfaces...
hoogen82 wrote: » Err.. yeah.. Not sure what I was thinking there... Aldur.. Thank You for correcting that...