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

正文內(nèi)容

juniper_ex交換機(jī)配置手冊v1-wenkub.com

2025-06-03 16:54 本頁面
   

【正文】 labEX42001 edit system[edit system] labEX42001 set nameserver 刪除命令:labEX42001 edit system[edit system] labEX42001 delete nameserver 設(shè)置日期時(shí)間設(shè)置日期和時(shí)間,首先要在配置模式下設(shè)置時(shí)區(qū),然后在 cli 模式下再設(shè)置日期和時(shí)間。用 set rootauthentication 命令修改 root 密碼的時(shí)候可以采用明文輸入(plaintextpassword)或者加密方式(后面跟 encryptedpassword),采用加密方式需要用雙引號(hào)將密碼引起來。 配置交換機(jī)之前要知道1. 交換機(jī)二層和三層信息是配置在端口下的邏輯端口,而 Juniper 交換機(jī)的邏輯端口是通過 unit邏輯單元來實(shí)現(xiàn)的,unit 0 是默認(rèn)的邏輯端口,所有引用到二層/三層端口都是引用 unit 0,例如對(duì)于物理端口 ge0/0/0,其二層和三層協(xié)議用到的邏輯端口就是 ge0/0/,IP 地址信息、VLAN 信息等都在 ge0/0/ 下面配置2. 本手冊配置命令格式是利用 edit,通過 edit 進(jìn)入需要配置的菜單層次,然后再使用 set 命令來設(shè)置相關(guān)參數(shù),因此在看配置命令手冊的提示符就可以知道配置哪個(gè)層次的參數(shù),如下面的[edit system services]就是顯示配置 system 下面的 services 參數(shù),所有 set 命令都是對(duì)services 生效:[edit system services]labEX42001 set tel 第 20 頁 共 112 頁3. 在項(xiàng)目中如果沒有使用到 poe 功能,必須通過 set poe interface all disable 禁止。3. 打開計(jì)算機(jī)中的終端軟件工具。如果提交之后,可以使用 rollback 進(jìn)行回滾,rollback 1 回滾上一次提前之前的配置,rollback 2 則是回滾上 2 次提交之前的配置:labEX4200 show system hostname hostname EX4200。 }}[edit]labEX4200 show protocols ospf | display set set protocols ospf export Test_Policy_1set protocols ospf area interface ge0/0/ hellointerval 10[edit]labEX4200 mit 和 rollback在 cisco 中只要輸入命令,回車之后命令馬上生效,因?yàn)槲覀冃薷牡木褪窍到y(tǒng)正在使用的 runningconfig 配置文件。例如用戶模式下 show interface 是查看端口信息:labEX4200 show interfaces Physical interface: ge0/0/1, Enabled, Physical link is Up Interface index: 142, SNMP ifIndex: 31 Linklevel type: Ether, MTU: 1518, Speed: 100mbps, Loopback: Disabled, Source filtering: Disabled, Flow control: Enabled Device flags : Present Running Interface flags: SNMPTraps Internal: 0x4000 CoS queues : 4 supported, 4 maximum usable queues Current address: 00:05:85:dc:cc:db, Hardware address: 00:05:85:dc:cc:db Last flapped : 20220629 20:37:17 HKT (1w2d 00:31 ago) Input rate : 280 bps (0 pps) Output rate : 1280 bps (1 pps) Active alarms : None Active defects : None Logical interface ge0/0/ (Index 83) (SNMP ifIndex 71) Flags: SNMPTraps 0x4000 VLANTag [ ] Encapsulation: ENET2 第 14 頁 共 112 頁 Input packets : 0 Output packets: 0 Protocol i, MTU: 1500 Flags: None labEX4200而在配置下 show 命令是顯示相關(guān)的配置,比如 show interface 則是顯示 interface 部分的配置:labEX4200 show interfaces ge0/0/1 { unit 0 { family etherswitching vlan members 10 。t inherit configuration data from these groups authentication bfdlivenessdetection Bidirectional Forwarding Detection options deadinterval Dead interval (seconds) (1..65535) demandcircuit Interface functions as a demand circuit disable Disable OSPF on this interface interfacetype Type of interface ipsecsa IPSec security association name ldpsynchronization Advertise maximum metric until LDP is operational metric Interface metric (1..65535) neighbor NBMA neighbor noneighbordownnotification Don39。例如要在 ospf 協(xié)議 area 0 中將 interface ge0/0/ 的 hellointerval 時(shí)間設(shè)置為 10 秒,那么可以有兩種設(shè)置方式:方法一:labEX4200 set protocols ospf area 0 interface ge0/0/ hellointerval 10方法二:labEX4200 edit protocols [edit protocols]labEX4200 edit ospf 第 10 頁 共 112 頁[edit protocols ospf]labEX4200 edit area 0 [edit protocols ospf area ]labEX4200 edit interface ge0/0/ [edit protocols ospf area interface ge0/0/]labEX4200 set hellointerval 10 [edit protocols ospf area interface ge0/0/]labEX4200在 edit 這種方式中,exit 可以退回上一次用 edit 進(jìn)入以前的層,直接輸入 top 則退回最上層:labEX4200 edit protocols [edit protocols]labEX4200 edit ospf [edit protocols ospf]labEX4200 exit [edit protocols]labEX4200分兩次輸入 edit 進(jìn)入 ospf,最后輸入 exit 退回 protols 那層。系統(tǒng)初始化用戶名是 root,密碼是空。EX3200/4200 交換機(jī)命令行配置指導(dǎo)手冊 第 2 頁 共 112 頁目 錄1 交換機(jī)基礎(chǔ)知識(shí) ..........................................................................................................................................6 認(rèn)識(shí) JUNIPER 交換機(jī) ........................................................................................................................................................6 EX 交換機(jī) JUNOS 操作系統(tǒng)基礎(chǔ) ...................................................................................................................................8 交換機(jī)配置模式 .....................................................................................................................................................8 交換機(jī)配置結(jié)構(gòu) .....................................................................................................................................................9 TAB 和空格鍵的使用 ...........................................................................................................................................12 用戶模式和配置模式 show 的區(qū)別 ....................................................................................................................13 如何將配置轉(zhuǎn)換成 set 命令 ................................................................................................................................16 mit 和 rollback ...............................................................................................................................................162 操作指導(dǎo) ....................................................................................................................................................18 通過 CONSOLE 線連接交換機(jī) .........................................................................................................................................18 配置交換機(jī)之前要知道 ...............................................................................................................................................19 SYSTEM 系統(tǒng)參數(shù)配置 ..................................................................................................................................................
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1