Thursday, February 23, 2012

GNS3 Vyatta host

This lab is just a very simple demonstration of a Qemu Vyatta host.

I can't seem to reliably start/stop/save any qemu host under GNS3 for some reason so I ended up spending far more time than necessary troubleshooting this issue and I've not resolved it yet.  I'll have to try another platform other than Win7-64.

The Vyatta CLI is Junos like in its look/feel.  Remember to commit your changes.



-------------- Partial configuration Vyatta host -------------

interfaces {
    ethernet eth0 {
        address 10.0.0.1/24
        duplex auto
        hw-id 52:54:00:12:34:56
        smp_affinity auto
        speed auto
    }
    loopback lo {
        address 5.5.5.5/32
    }
}
protocols {
    ospf {
        area 0 {
            network 0.0.0.0/0
        }
    }


--------- Partial configuration CiscoRouter ----------------
 
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.0.0.2 255.255.255.0
 duplex auto
 speed auto
!
router ospf 1
 log-adjacency-changes
 network 0.0.0.0 255.255.255.255 area 0







Configuration Virtual PC Simulator for dynamips:










Ping OSPF neighbor from Vyatta host:


 Ping OSPF neighbor from CiscoRouter host:


Cheers,
             nocleader





No comments:

Post a Comment