<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>无色无味(杨波) 的Web Log(博客) &#187; Junos</title>
	<atom:link href="http://blog.ghitr.com/index.php/archives/tag/junos/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ghitr.com</link>
	<description>杨波,ccna,h3cse-security/Email:yangbo@ghitr.com</description>
	<lastBuildDate>Sat, 04 Sep 2010 13:03:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>qemu manager安装junos快速向导</title>
		<link>http://blog.ghitr.com/index.php/archives/748</link>
		<comments>http://blog.ghitr.com/index.php/archives/748#comments</comments>
		<pubDate>Thu, 15 Apr 2010 05:18:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CISCO]]></category>
		<category><![CDATA[juniper]]></category>
		<category><![CDATA[gns3]]></category>
		<category><![CDATA[Junos]]></category>
		<category><![CDATA[qemu]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/748</guid>
		<description><![CDATA[一、安装qemu manager 6.0 二、安装openvpn，低版本的openvpn在安装虚拟网卡TAP时，在vista或win7上会报驱动无法通过认证，不予以安装，此时需下载openvpn-2.1_rc15-install版本以上，即可顺利安装网卡驱动。 1、安装完成后看到网络连接内新的网卡，重命名为英文TAP0。TAP网卡负责和虚拟机通讯，虚拟机内的网卡和TAP看起来在一个交换机下。 2、将TAP0网卡设置为和本地网卡不同网段。192.168.10.31（本地网卡为192.168.0.31），掩码都是16位，网关都是192.168.0.1；（此时虚拟机如装好，可以和TAP互通，但是不通其他网络） 3、将本地连接设置为允许共享上网。此时虚拟机只要把网关设为TAP地址，即可和其他网络通讯。相当于通过虚拟机——TAP——本地连接（ICS）——外部网络。 三、qemu manager设置如下： 1、新建虚拟机，20G硬盘，linux系统。 2、网卡参数调整为557b，559e会崩溃，这是这个版本的qemu的问题；e1000没试过，据说junos8以上支持了，在vmware里可以装成功，qemu这次没试。 3、VLAN类型设置为TAP，ID填网络连接里的名称（如TAP0） 4、光盘设置为4.8-RELEASE-i386-mini.iso 5、串口设置为TCP接口，127.0.0.1，端口1007，监听不等待。 四、启动安装系统。 开机，选择第一个选项跳过——stand安装——A自动分配Q完成——stand引导——分区：按C，输入8000M，FS，挂载点/；如此完成： ad0s1a&#160;&#160;&#160; /&#160;&#160;&#160; 8000M ad0s1b&#160;&#160;&#160; SWAP&#160;&#160;&#160; 1000M ad0s1e&#160;&#160;&#160; /tmp&#160;&#160;&#160; 2000M ad0s1f&#160;&#160;&#160; /var&#160;&#160;&#160; 8800M&#160;&#160;&#160; Q退出——mini安装——CD/DVD安装——一路回车，设置网卡，192.168.10.37，掩码16位，网关192.168.10.31（TAP地址）——一路回车，中途设置下时区和鼠标，其他全部默认。 完成后测试ping，已经可以连接任何网络。 五、安装junos 在Freebsd 上登陆FTP服务器输入用户名和密码，模式改为binary的二进制模式，要不在junos安装时出错。 切换到Lcd /var/tmp里面，使用get jinstall-9.6 上传到/var/tmp里，bye（退出） 查看junos文件ls /var/tmp rm /dev/wd0c&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 删除/dev/wd0c目录 ln -s /dev/ad0c /dev/wd0c&#160;&#160;&#160;&#160;&#160; mkdir /var/etc&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 在/var下创建一个etc目录 touch /var/etc/master.passwd touch /var/etc/inetd.conf touch /var/etc/group [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/748/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Juniper学习杂记(七）配置Juniper路由器</title>
		<link>http://blog.ghitr.com/index.php/archives/576</link>
		<comments>http://blog.ghitr.com/index.php/archives/576#comments</comments>
		<pubDate>Wed, 14 Oct 2009 03:12:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[juniper]]></category>
		<category><![CDATA[JNCIA-ER]]></category>
		<category><![CDATA[Junos]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/576</guid>
		<description><![CDATA[&#160; 1.使用J-web来配置出厂化配置的设备 &#160;&#160;&#160; i.用RJ45连接到fe-0/0/0 or ge-0/0/0 。使用支持128bit位的浏览器。 &#160;&#160;&#160; ii.配置客户端IP地址，（可以使用Dhcp Client或者是static ip address form of 192.168.1.x/24.where x is any value from 2 to 254 . &#160;&#160;&#160; iii.PING 192.168.1.1 看能否PING通。然后用浏览器打开http://192.168.1.1 &#160;&#160;&#160; iiii.系统将自动以root身份登录进J-web的configuration&#62;quick configuration&#62; setup wizard &#160; 快速配置页面功能总汇: &#160;&#160;&#160; 1.访问安全：(Secure Access) &#160;&#160;&#160; 2.端口(interfaces) &#160;&#160;&#160; 3.用户(Users) &#160;&#160;&#160; 4.SNMP(SNMP) &#160;&#160;&#160; 5.Routing and Protocols&#160; &#160;&#160;&#160; 6.class of service: &#160;&#160;&#160; 7.Firewall &#160;&#160;&#160; [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/576/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Operating Juniper Networks Routers In the Enterprise (Chapter 4:Installation and Initial Configurarion)</title>
		<link>http://blog.ghitr.com/index.php/archives/575</link>
		<comments>http://blog.ghitr.com/index.php/archives/575#comments</comments>
		<pubDate>Tue, 13 Oct 2009 16:02:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[juniper]]></category>
		<category><![CDATA[autoinstall]]></category>
		<category><![CDATA[Junos]]></category>
		<category><![CDATA[operating]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/575</guid>
		<description><![CDATA[自动安装(what is Autoinstallation?) &#160;&#160;&#160; 这特性只有J-serial才支持。 &#160;&#160;&#160; 自动安装有两个阶段： &#160;&#160;&#160;&#160;&#160;&#160;&#160; 1）、获取地址（DHCP、RARP、SLARP) &#160;&#160;&#160;&#160;&#160;&#160;&#160; 2)、下载配置文件 (ftp/http/tftp) &#160;&#160;&#160; 关于自动安装的第一步：获取地方的一些记录： &#160;&#160; &#160;&#160;&#160; 1、LAN中使用DHCP和RARP &#160;&#160;&#160;&#160;&#160;&#160; 2.&#160; 在点到点的WAN中Router使用串行接口的SLARP(Serial Line address Resolution Protocol Over Cisco-HDLC encapsulation for address acquisition) &#160; 自动安装中的配置文件名获取顺序： &#160;&#160;&#160; 1.如果有在edit system autoinstallation中配置，则获取此文件 &#160;&#160;&#160; 2.如果没有配置，且如果DHCP有附加文件名，则获取此文件 &#160;&#160;&#160; 3.获取文件为network.conf的配置文件 &#160;&#160;&#160; 4.如果有在edit system static-host-mapping中指定，获取hostname.conf&#160; &#160;&#160;&#160; 5.获取hostname.conf,此hostname来自与DNS。 &#160;&#160;&#160; 6.获取hostname.conf,如果在edit system host-name中指定的话 &#160;&#160;&#160; 7.获取router.conf &#160; q]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/575/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juniper学习杂记（五）&lt;配置模式&gt;</title>
		<link>http://blog.ghitr.com/index.php/archives/574</link>
		<comments>http://blog.ghitr.com/index.php/archives/574#comments</comments>
		<pubDate>Tue, 13 Oct 2009 16:01:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[juniper]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[JNCIA-ER]]></category>
		<category><![CDATA[Junos]]></category>
		<category><![CDATA[rollback]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[学习]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/574</guid>
		<description><![CDATA[使用edit ….进入配置模式 使用edit system …等路径进入需要配置的地方。 使用set 配置参数 可使用top、up、up n 、等命令Moveing 完全配置后使用commit保存配置。 Juniper最多可以保存50次以往配置。 ID为0的为当前活动配置 0-3存储在/config/目录下 4-49的存储在/var/db/config目录下面 可以使用configure exclusive进入排它配置模式,可以使用configure private进入只显示自己数据的模式. root@Junos% cli root@Junos&#62; configure ? Possible completions: &#160; &#60;[Enter]&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Execute this command &#160; exclusive&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Obtain exclusive lock (other users cannot make changes) &#160; private&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Work in private database (other&#8217;s changes do not show) &#160; &#160; 配置文件差异对比： 可使用show [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/574/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Junos 学习杂记（三）&lt;monitor traffic packet&gt;</title>
		<link>http://blog.ghitr.com/index.php/archives/569</link>
		<comments>http://blog.ghitr.com/index.php/archives/569#comments</comments>
		<pubDate>Mon, 12 Oct 2009 14:49:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[juniper]]></category>
		<category><![CDATA[Junos]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/569</guid>
		<description><![CDATA[今天看到J-web这一章，看到可以通过J-web中的Diagnose—&#62;Packet Capture来decode包到Web上输出！&#160; 所以想在CLI上试试实现此功能的命令为什么！ &#160; 我试过了decode,debug等一些命令都不行。 突然我想到Junos中有对命令功能分类的习惯。decode数据包应该是属于监控类命令中的，所以试试在Monitor 后打？号，发现有个traffic&#160; 哈哈。正是此命令。 root@Junos&#62; monitor traffic count 5 verbose output suppressed, use &#60;detail&#62; or &#60;extensive&#62; for full protocol decode Address resolution is ON. Use &#60;no-resolve&#62; to avoid any reverse lookup delay. Address resolution timeout is 4s. Listening on em0, capture size 96 bytes Reverse lookup for 1.1.1.2 failed (check DNS [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/569/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>components of Authorization</title>
		<link>http://blog.ghitr.com/index.php/archives/567</link>
		<comments>http://blog.ghitr.com/index.php/archives/567#comments</comments>
		<pubDate>Sun, 11 Oct 2009 16:24:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[juniper]]></category>
		<category><![CDATA[allow-command]]></category>
		<category><![CDATA[authorizzation]]></category>
		<category><![CDATA[Junos]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/567</guid>
		<description><![CDATA[&#160; user&#160; &#8211;&#62;&#160; class –Permissions –&#62;&#160; deny-command(deny-configuration)&#160; &#8211;&#62; allow-command (allow-configuration )&#160;&#160; &#8211;&#62;authorized or denied &#160; Permlssions access:Allows viewing of network access configuration; …… 等等 &#160; &#160; Authorization Example [edit system login] root@Junos# show&#160;&#160;&#160;&#160;&#160; class read { &#160;&#160;&#160; permissions view; } } user user { &#160;&#160;&#160; uid 2002; &#160;&#160;&#160; class read; &#160;&#160;&#160; authentication { &#160;&#160;&#160;&#160;&#160;&#160;&#160; encrypted-password [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/567/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【转】JUNOS8.5+JWEB8.5虚拟机[117M]组播固化-VLAN-逻辑路由器</title>
		<link>http://blog.ghitr.com/index.php/archives/522</link>
		<comments>http://blog.ghitr.com/index.php/archives/522#comments</comments>
		<pubDate>Mon, 28 Sep 2009 13:17:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[资料]]></category>
		<category><![CDATA[juniper]]></category>
		<category><![CDATA[Junos]]></category>
		<category><![CDATA[jweb8.5]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[组播]]></category>
		<category><![CDATA[逻辑路由]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/?p=522</guid>
		<description><![CDATA[Junos成功瘦身，117M，解压缩后149M。内置组播补丁，组播固化补丁，   支持Vlan-tagging，支持Jweb 支持逻辑路由器   支持十个千兆网卡，这下可以搭出非常复杂的拓扑了！   支持FreeBSD下的操作。   经本人试验，可稳定运行，启动与关机均只需一分钟。   系统运行后，可直接在虚拟机里操作，或者通过SecureCRT 来Telnet登陆，   同时支持串口登陆，压缩包内含pipe proxy，     系统账号：root     密码：juniper123   用户账号：mengmeng 密码：test123   系统环境：         VMware-6.0         Freebsd 6.1         jinstall-8.5R1.14-domestic-signed         jweb-8.5R1.14-signed   系统运行后，自动支持组播，   支持web访问，地址：http://192.168.1.254   支持Telnet 访问，地址：192.168.1.254  端口号：23     里面已经配置了OSPF协议，可以完美运行。拓扑图如下：         root&#62; show ospf neighbor [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/522/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: blog.ghitr.com @ 2010-09-07 02:30:16 -->