Hi 你好,欢迎访问!登录
当前位置:首页 - 网络模拟器 - 正文 君子好学,自强不息!

GNS3中Dynamips、JunOS、BSD Router、Vyatta互联的OSPF配置

2011-04-22网络模拟器撒加26860°c
A+ A-

实验所用软件版本

GNS3 0.7.4 所用 IOS c2600-adventerprisek9_ivs-mz.124-15.T13.bin

BSD Router Project 0.35

JunOS 11.1R1.14

Vyatta 6.2

 

实验 TOP

点击查看原图

 

配置:

R1

interface FastEthernet0/0

  ip address 202.195.100.1 255.255.255.128

  duplex auto

  speed auto

 

interface FastEthernet0/1

  ip address 172.16.1.1 255.255.255.192

  duplex auto

  speed auto

 

router ospf 1

  router-id 1.1.1.1

  log-adjacency-changes

  network 172.16.1.0 0.0.0.63 area 0

  network 202.195.100.0 0.0.0.127 area 0

JUNOS9

version 11.1R1.14;

system {

    root-authentication {

        encrypted-password "$1$OztMx4oQ$kpJ8IQcfpgA2X7k8Ak.Cy0"; ## SECRET-DATA

    }

    syslog {

        user * {

            any emergency;

        }

        file messages {

            any notice;

             authorization info;

        }

        file interactive-commands {

            interactive-commands any;

        }

    }

}

interfaces {

    em1 {

        unit 0 {

            family inet {

                address 202.195.100.2/25;

            }

         }

    }

    em2 {

        unit 0 {

            family inet {

                address 219.230.155.2/27;

            }

        }

    }

}

routing-options {

    router-id 2.2.2.2;

}

protocols {

    ospf {

        area 0.0.0.0 {

            interface em1.0;

            interface em2.0;

        }

    }

}

 

BSD Router Project

Current configuration:

!

!

debug ospf6 lsa unknown

!

interface em0

  ipv6 nd suppress-ra

!

interface em1

  ip address 219.230.155.1/27

  ipv6 nd suppress-ra

!

interface em2

  ip address 211.65.64.1/28

  ipv6 nd suppress-ra

!

interface em3

  ipv6 nd suppress-ra

!

interface em4

  ipv6 nd suppress-ra

!

interface em5

  ipv6 nd suppress-ra

!

interface lo0

!

router ospf

  ospf router-id 3.3.3.3

  network 211.65.64.0/28 area 0.0.0.0

  network 219.230.155.0/27 area 0.0.0.0

!

ip forwarding

ipv6 forwarding

!

line vty

!

end

 

Vyatta

interfaces {

    ethernet eth0 {

        duplex auto

        hw-id 52:54:00:12:34:56

        smp_affinity auto

        speed auto

    }

    ethernet eth1 {

        address 172.16.1.2/26

        duplex auto

        smp_affinity auto

        speed auto

    }

    ethernet eth2 {

        address 211.65.64.2/28

        duplex auto

        smp_affinity auto

        speed auto

    }

    loopback lo {

    }

}

protocols {

    ospf {

        area 0 {

            network 172.16.1.0/26

            network 211.65.64.0/28

        }

        parameters {

            router-id 4.4.4.4

        }

    }

}

system {

    config-management {

        commit-revisions 20

    }

    console {

        device ttyS0 {

            speed 9600

        }

    }

    host-name vyatta

    login {

        user root {

            authentication {

                encrypted-password ****************

                plaintext-password ****************

            }

            level admin

        }

        user vyatta {

            authentication {

                encrypted-password ****************

            }

            level admin

        }

    }

    ntp {

        server 0.vyatta.pool.ntp.org {

        }

        server 1.vyatta.pool.ntp.org {

        }

        server 2.vyatta.pool.ntp.org {

        }

    }

    package {

        auto-sync 1

        repository community {

            components main

            distribution stable

            password ****************

             url https://packages.vyatta.com/vyatta

            username ""

        }

    }

    syslog {

        global {

            facility all {

                level notice

            }

            facility protocols {

                level debug

            }

        }

    }

    time-zone GMT

}

各设备上的路由表:

R1

点击查看原图

JunOS

点击查看原图
 

BSD Router Project

 点击查看原图

Vyatta
点击查看原图

  选择打赏方式
微信赞助

打赏

QQ钱包

打赏

支付宝赞助

打赏

  选择分享方式
  移步手机端
GNS3中Dynamips、JunOS、BSD Router、Vyatta互联的OSPF配置

1、打开你手机的二维码扫描APP
2、扫描左则的二维码
3、点击扫描获得的网址
4、可以在手机端阅读此文章
推荐阅读

发表评论

选填

必填

必填

选填

请拖动滑块解锁
>>


RolandGarros
时间:2013-03-16 00:16:41

可以共享给我一下那几台虚拟机吗?非常感谢
我的QQ: 254407129

chsense
2楼  chsense @Ta
时间:2012-03-05 21:48:53

厉害,几个都能玩。关注Vyatta,请问,这个性能如何?

shawn214
3楼  shawn214 @Ta
时间:2011-05-14 09:04:33

c2600-adventerprisek9_ivs-mz.124-15.T13.bin
can you give me the addreess to download this software,ths!!!

  用户登录