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

正文內(nèi)容

juniper-路由器中文使用手冊-文庫吧

2025-07-06 10:50 本頁面


【正文】 root@set system hostname lab2 root@set system domainname root@mit ? 管理接口的 IP 地址 root@set interfaces fxp0 unit 0 family i address ipaddress/prefixlength 深圳傲天信息技術(shù)有限公司 深圳傲天工程文檔 第 頁 共 20 頁 7 ? 缺省路由 IP 地址 root@set system backuprouter gatewayaddress 備份路由,當(dāng)有兩臺路由器時,可以定義另一臺路由器為備份路由,當(dāng)主路由器發(fā)生問題時,數(shù)據(jù)包可以由另一臺路由器轉(zhuǎn)發(fā)。 root@set routingoptions static route default nexthop gatewayaddress retain noreadvertise ? DNS 服務(wù)器的 IP 地址 root@set system nameserver nsaddress 恢復(fù)出廠設(shè)置 按 前 面的 RESET 鍵直到前面的狀態(tài)燈由綠變紅再變綠,然后再按一次RESET 鍵 路由器的調(diào)試 LOG 文件: 系統(tǒng) LOG 文件保存在硬盤的 /var/log目錄下。 觀看 LOG 文件用命令: show log 文件名 實時觀看用命令: monitor start 文件名 附加的 LOG 信息可用關(guān)鍵詞來打開: traceoptions flag 讓系統(tǒng)記錄 LOG 文件的命令是 traceoptions 例: set traceoptions ospflog(文件名 ) set traceoptions ospflog flag errors(記錄 OSPF 的出錯信息,該 LOG文件名為 ospflog) 跟蹤命令: Ping TraceRoute 觀看系統(tǒng)警告: show chassis alarms show chassis hardware show chassis environment 系統(tǒng)支持信息: request support information 深圳傲天信息技術(shù)有限公司 深圳傲天工程文檔 第 頁 共 20 頁 8 端口配置 1. 物理端口 1) 需要注意的選項為: Clocking Scrmbling FCS (Frame check sequence) MTU (Maximum transmission unit) Keepalives 2)標準配置語句: interfaces { interfacename { clocking clocksource。 dce。 disable。 description text。 encapsulation type。 holdtime up milliseconds down milliseconds。 linkmode mode。 mac macaddress。 mtu bytes。 nokeepalives。 notraps。 receivebucket { overflow (tag | discard)。 rate percentage。 threshold number。 } speed (10m | 100m)。 transmitbucket { overflow (tag | discard)。 rate percentage。 threshold number。 } } } 默認值: 深圳傲天信息技術(shù)有限公司 深圳傲天工程文檔 第 頁 共 20 頁 9 端口處為 PPP 封裝 MTU默認為 4474,最大為 9192 默認為打開 Keepalives 時鐘默認為 internal FCS 默認為 16bit checksum Payload Scrambling 默認為打開 3) SONET/SDH 配置: [edit interfaces sofpc/pic/port] sooptions { bytes { e1quiet value。 } fcs (32 | 16)。 loopback (local | remote)。 pathtrace tracestring。 (payloadscrambler | nopayloadscrambler)。 rfc2615。 (z0increment | noz0increment)。 } 4) FastEther 與 GE 配置: FastEther 口: [edit interfaces interfacename] linkmode (fullduplex | halfduplex) fastetheroptions { (loopback | noloopback)。 sourceaddressfilter { macaddress。 } (sourcefiltering | nosourcefiltering)。 } GE 口: [edit interfaces interfacename] gigetheroptions { flowcontrol。 (loopback | noloopback)。 sourceaddressfilter { macaddress。 深圳傲天信息技術(shù)有限公司 深圳傲天工程文檔 第 頁 共 20 頁 10 } (sourcefiltering | nosourcefiltering)。 } 加入 VLAN 標志 : [edit interfaces interfacename] vlantagging。 5) E1 接口: [edit interfaces interfacename] e1options { fcs (32 | 16)。 framing (g704 | unframed)。 idlecycleflag (flags | ones)。 loopback (local | remote)。 startendflag (shared | filler)。 timeslots slotnumber。 } 2. 邏輯端口 1)需要注意的選項為: 端口上的封裝協(xié)議 地址( IP 地址, ISO NET 地址) VC ( VCI/VPI, DLCI) 2) 配置語句(含 FrameRelay): [edit interfaces interfacename] unit logicalunitnumber { disable。 dlci dlciidentifier。 encapsulation type。 inversearp。 multicastdlci dlciidentifier。 multicastvci 。 multipoint。 tunnel { source address。 destination address。 深圳傲天信息技術(shù)有限公司 深圳傲天工程文檔 第 頁 共 20 頁 11 ttl number。 } vci 。 vlanid number。 } 3) 在端口處可配置的邏輯地址可按關(guān)鍵詞 family分為: i: IP 地址 iso: ISO CLNP 地址 mpls: MPLS 流量工程 在一個邏輯端口可按 unit 起用多個協(xié)議族 配置語句為: set interface XXX unit XX family i address 系統(tǒng)整體配置 配置語句: [edit system] set hostname set timezone set domainname set name server set login user XXX class XXX set login user XXX authentication plaintextpassword XXX domainname XXX set system nameserver XXX set services tel set services ftp set snmp munity XXX authorization readonly 設(shè)置 Outband 管理端口 [edit interface] set fxp0 unit 0 family i address XXX set fxp0 unit 0 description “xxx” 配置文件范例: version “[tlim]” system{ hostname obiwan domainname 。 timezone America/Los_Angles。 深圳傲天信息技術(shù)有限公司 深圳傲天工程文檔 第 頁 共 20 頁 12 nameserver{ 。 } login{ user lab{ uid 2020。 class superuser。 authentication{ encryptedpassword “XXXXXXXXXXXXXXX” } } services{ tel。 ftp。 } syslog{ user *{ any emergency。 } file message{ any notice。 } } } ISIS 配置 路由的配置: 1) 標準配置語句: protocols { isis { disable。 authenticationkey key。 authenticationtype authentication。 export [ policynames ]。 level levelnumber { authenticationkey key。 authenticationtype authentication。 深圳傲天信息技術(shù)有限公司 深圳傲天工程文檔 第 頁 共 20 頁 13 externalpreference preference。 preference preference。 widemetricsonly。 } lsplifetime seconds。 noauthenticationcheck。 overload timeout seconds。 trafficengineering { disable。 shortcuts。 } traceoptions { file n
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1