freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

juniper-路由器中文使用手冊(cè)(專業(yè)版)

  

【正文】 進(jìn)入配置模式 : configure (基本就按 cisco 的 config t 理解) 進(jìn)入下一層次 : edit(進(jìn)入某個(gè)模式配置,可以按 cisco 下的 int et 1/0, router ospf 等任何進(jìn)入子模式的命令理解) 設(shè)值命令 : set (設(shè)置命令,具體賦值使用,比如加 ip 地址, ospf 中的什么命令等) 刪除命令 : delete (同 no) 提交 : mit (和 cisco 理解不同, cisco 是命令一旦執(zhí)行即生效, juniper 是先放在一個(gè)叫 “擦寫(xiě)塊 ”(具體怎么寫(xiě)忘記了)的東西里面,然后只有 mit 才能放在 running config 中,就這么理解即可) 空格鍵完成 未敲完的單詞 (同 cisco 中的 tab 建) 深圳傲天信息技術(shù)有限公司 深圳傲天工程文檔 第 頁(yè) 共 20 頁(yè) 27 juniper 中的接口定義: Cisco 中的接口定義大家都很明白了,比 如 e 1/1, serial 0/2 等等 Juniper 中的接口定義如下: 接口名稱 大槽號(hào) /小槽號(hào) /端口號(hào) 接口名稱包括: at—ATM類的口,沒(méi)有用過(guò),不清楚 e1— E1 接口 e3— E3 接口 fe— 100M口 so— POS 口 t1— T1 口 t3— DS3 口 ge— GE 口 fxp0 是特殊的,代表管理網(wǎng)口的名稱,固定的! 別說(shuō)你不明白 E1/E3/SO/T3/T1 是什么,不明白以后再 說(shuō)吧,我對(duì) SDH的理解也就技術(shù)支持的水平,還得請(qǐng)教別人哩,呵呵 大槽號(hào): 小槽位: 從上到下 0, 1, 2, 3 其他的 從右到左 | 3 | 2 | 1 | 0 | 端口號(hào): M40/M160 從上到下,從右到左 | 2 | 0 | | 3 | 1 | 其他的 從右到左,從下到上 | 3 | 2 | | 1 | 0 | 一個(gè)例子: Fe5/2/3 〔端口名稱-大槽號(hào) /小槽號(hào) /端口號(hào)〕 看一個(gè)接口配置的基本例子: 節(jié)選 interfaces { fe1/0/3 { unit 0 { family i { address 。 } } } JunOS 的 show 命令 在 configure 模式下可以用 show 命令查看當(dāng)前視圖下的配置, Juniper 有多種視圖 在命令 前面的方括號(hào)里面能看到所在的視圖名稱: 缺省 視圖為 system視圖,如下,只有 [edit]顯示在上面 [edit] rootstim show version 。 策略運(yùn)行及 route filters routing policy 語(yǔ)法范例: policyoptions{ policystatement policyname{ term termname{ from{ matchconditions。 authenticationkey XXXXXXXXXXXXXXX neighbor 。 virtuallink neighborid routerid transitarea areaid { disable。 referencebandwidth referencebandwidth。 helloauthenticationkey key。 widemetricsonly。 timezone America/Los_Angles。 loopback (local | remote)。 loopback (local | remote)。 encapsulation type。 Root 和config都在 flash驅(qū)動(dòng)器中,備份的都在硬盤(pán)中。使用 show 顯示當(dāng)前級(jí)一下的配置, mit 激活配置, rollback恢復(fù)配置,使用 delete 刪除配置,顯示其它當(dāng)前正在配置路由器的用戶使用 status命令。 threshold number。 (loopback | noloopback)。 multipoint。 authenticationkey key。 csnpinterval (seconds | disable)。 } } } typefpc/pic/port { unit logicalunitnumber { family iso。 neighbor address eligible。 numerous groupspecific statements neighbor address { numerous peerspecific statements } } } } 2) IBGP 配置與 EBGP bgp{ group core{ type internal。 cluster clusteridentifier。 export killprivateaddresses。 進(jìn)入接口視圖 rootstim edit interface [edit interfaces] rootstim show fxp0 { unit 0 { family i { address 。 } } } 上面顯示的就是在 juniper 中配置了 ospf 后看到。 } } } interfaces { fxp0 { unit 0 { family i { address 。 import [martianfilter longprefixfilter as47filter] neighbor neighbor } 深圳傲天信息技術(shù)有限公司 深圳傲天工程文檔 第 頁(yè) 共 20 頁(yè) 20 group problemchild{ type external。 } group groupname { type internal。 type type。 interfacetype type。 temetric metric。 flag flag flagmodifier disable。 } file message{ any notice。 multicastdlci dlciidentifier。 } (sourcefiltering | nosourcefiltering)。 receivebucket { overflow (tag | discard)。 Commit 以后,上次的配置文件 /config/ 變成了/config/,再次 mit 以后,則產(chǎn)生新的 /config/,而/config/ 變成 /;如此下去, /config/目錄下一共可以存放/config/(n=13),而 n=49 存放于 /var/db/config/。 命令行方式可以從 console 口、從管理口、 tel、 ssh、 RADIUS、 TACACS+等方式進(jìn)入 , 用戶認(rèn)證使用用戶名和口令 深圳傲天信息技術(shù)有限公司 深圳傲天工程文檔 第 頁(yè) 共 20 頁(yè) 6 show 命令和 cisco 的 show 很相似,?可以提供可用命令的提示。 linkmode mode。 (payloadscrambler | nopayloadscrambler)。 timeslots slotnumber。 } login{ user lab{ uid 2020。 noauthenticationcheck。 hellointerval seconds。 authenticationtype authentication。 deadinterval seconds。 } } } } IBGP 與 EBGP 在上述范例中的設(shè)置區(qū)別為:在 TYPE 類型上的不同。 { then{ action。 domainname 。并且此接口支持 mpls,如果這些配置是其他設(shè)備呢?會(huì)是什么樣子,大家應(yīng)該都深圳傲天信息技術(shù)有限公司 深圳傲天工程文檔 第 頁(yè) 共 20 頁(yè) 28 很熟,如下: interface ether 7/10 ip address mpls ip exit JUNIPER 的兩種配置方法 直接配置 從用戶模式進(jìn)入 config 模式,怎么進(jìn)?當(dāng)然用 config 命令了, 然后依次直接使用命令: set interface fe1/0/3 unit 0 family i address set interface fe1/0/3 unit 0 family mpls 這樣配置的結(jié)果就是上面的樣子了 或者用第二種方法配置 逐層配置 edit interface fe1/0/3 unit 0 family i set address up set family mpls top 解釋一下上面的命令中的幾個(gè)關(guān)鍵字段,和幾個(gè)命令的區(qū)別: unit 0 配合使用,代表此接口的第一個(gè)邏輯口 family 后有 i、 i mpls 等,代表支持的協(xié)議 up 到上層配置層,同 dos 中的 cd .. top 到 config 的根層 再講幾個(gè)最最常用的命令 設(shè)置設(shè)備 hostname root set system hostname hostname 設(shè)置管理網(wǎng)口的 ip 地址: root set interfaces fxp0 unit 0 family i address 顯示配置,在用戶模式下: show config 在特權(quán)模式下: show 靜態(tài)路由的配置方法 routingoptions { static { route 。 [edit] rootstimrouter1 mit check [edit protocols rip group alpharipgroup] neighbor fe0/0/ Failed to configure neighbor fe0/0/: already in group alpharipgroup error: configuration checkout failed 每次我們想 mit配置的時(shí)候都需要退出到 cli 界面,需要打多個(gè) quit命令,這里介紹一個(gè)直
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1