摘要: vlan 1.create (config)#vlan id (config-if)#name vlanName 2.interface (config)#interface intid (config-if)#switchport mode access (config-if)#switchport access vlan vlanid (config-if)#no shutdown 3... 阅读全文
posted @ 2008-08-17 16:22 Milo Liu 阅读(193) 评论(0) 推荐(0)
摘要: 鄰居表:鄰居路由器的信息 拓撲表:鏈路狀態數據庫(link state database (LSDB)) 路由表:到達目標網絡的最佳路徑 Router ID(RID) DR/BDR ospf 使用反掩碼 (config)#router ospf process-id(隨便起,可以不相同) (config-router)#netword address wild card bits ar... 阅读全文
posted @ 2008-08-06 08:43 Milo Liu 阅读(278) 评论(0) 推荐(0)
摘要: step 1:導入IOS ASA5520# copy tftp flash Address or name of remote host []? 192.168.1.2 Source filename []? pix722.bin Destination filename []?pix722.bin step 2:更改啟動操作系統的順序 ASA5520#show run boo... 阅读全文
posted @ 2008-08-05 16:41 Milo Liu 阅读(323) 评论(0) 推荐(0)
摘要: NAT Static NAT: ip nat inside source static 10.1.12 10.2.2.21 Dynamic NAT: ip nat pool bigpool 10.2.2.41 10.2.2.41 netmask 255.255.255.0 ip nat inside sour... 阅读全文
posted @ 2008-07-28 09:16 Milo Liu 阅读(344) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/cunshen/articles/161132.html 阅读全文
posted @ 2008-07-24 16:21 Milo Liu 阅读(295) 评论(0) 推荐(0)
摘要: OSI All people seem to need data provision. 数据名称 OSI层 加头 message 应用层,表示层,会话层 x1 segment 传输层 TCP+x1 packet 网络层... 阅读全文
posted @ 2008-07-24 07:24 Milo Liu 阅读(285) 评论(0) 推荐(0)
摘要: DCE(孔型)母頭 DTE(針型)公頭 int loopback0 虛擬接口,用於管理接口,永不down掉 路由: 1、默認路由 2、rip 3、igrp 4、eigrp 5、rip version 2 6、ospf PPP Point to Point Protocol 1.PAP Password Authentication Protocol 2.Chat 更高級的認證協議 疑... 阅读全文
posted @ 2008-07-22 14:40 Milo Liu 阅读(200) 评论(0) 推荐(0)
摘要: solarwinds 有down的 show ppp mutilink conf t control e1 0/1/1 shutdown no shutdown exit 阅读全文
posted @ 2008-07-14 18:57 Milo Liu 阅读(130) 评论(0) 推荐(0)
摘要: (uc1.tagName)this.FindControl("uc1ID").UserName; 或者直接在aspx文件里写UserName="值" 10.137.64.1 10.137.69.100 阅读全文
posted @ 2008-07-05 22:42 Milo Liu 阅读(156) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1DirectoryEntry ent = new DirectoryEntry("LDAP://" + Session["Ldappath"].ToString(), Components.... 阅读全文
posted @ 2008-07-04 15:45 Milo Liu 阅读(806) 评论(0) 推荐(0)