【问题标题】:Connect to junos on VirtualBox (using netconf protocol)连接到 VirtualBox 上的 junos(使用 netconf 协议)
【发布时间】:2016-10-27 06:19:40
【问题描述】:

我已经完成了this 文章中的所有操作。有一个帐户(具有超级用户权限)、密码、set netconf sshset ssh 命令以及一个 IP 地址(对于em0 192.168.56.150/24)。我的Ethernet adapter VirtualBox Host-Only Network 的主机操作系统(Windows 8.1)有192.168.56.101。我已经下载并“准备运行”Netconf java toolkit(由瞻博网络集团提供)。如何从 java 工具包连接到 junos 实例? (如何在virtualbox内运行的host os和juniper os之间设置地址)

【问题讨论】:

    标签: ssh virtualbox juniper-network-connect ietf-netconf


    【解决方案1】:

    在 junos 盒子上:

    config# set system services netconf ssh
    
    config# commit
    

    使用下面的链接在主机和程序上创建简单的java程序:

    Link

    设备 device = new Device("junos-box-ip-address", "username-junos", "password-junos", null);

    【讨论】:

      猜你喜欢
      • 2014-11-08
      • 2021-10-19
      • 2020-07-01
      • 2023-04-01
      • 1970-01-01
      • 2019-10-31
      • 1970-01-01
      • 2015-11-30
      • 1970-01-01
      相关资源
      最近更新 更多