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

正文內(nèi)容

juniper-ex系列交換機配置手冊-wenkub.com

2024-11-03 13:15 本頁面
   

【正文】 } igmpsnooping { traceoptions { file filename files number size size worldreadable | noworldreadable match regex。 interface (all | [interfacename]) { disable。 supplicant (single | singlesecure | multiple)。 quietperiod seconds。 } } interface (all | interfacename) { disable。 //僅對 GE 或者 ae 端口有效 , 范圍是 1 t 到 4094 } vlantagging。 //設(shè)置二層輸出包過濾條件 l3interface interfacenamelogicalunitnumber。 //設(shè)置端口工作模式 speed (speed | autonegotiation | noautonegotiation)。 //設(shè)置描述 etheroptions { //etheroptions 參數(shù) aex。 //設(shè)置 vlan id vlanrange vlanidlowvlanidhigh。 //設(shè)置 VLAN 輸入流量過濾條件 filter output filtername。 [edit] labEX4200 rollback 1 load plete 第 17頁 共 124頁 [edit] labEX4200 show system hostname hostname EX4200。 第 16頁 共 124頁 為了檢查配置是否有錯,可以在 mit之前使用 mit check來對配置進行語法檢查。 } } [edit] labEX4200 因此說用戶模式和配置模式下的 show命令是不同的,如果要在配置模式下運行用戶模式命令,則需要在命令前面加一個 run labEX4200 run 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 第 14頁 共 124頁 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 : 20200629 20:37:17 HKT (1w2d 00:36 ago) Input rate : 792 bps (0 pps) Output rate : 672 bps (0 pps) Active alarms : None Active defects : None Logical interface ge0/0/ (Index 83) (SNMP ifIndex 71) Flags: SNMPTraps 0x4000 VLANTag [ ] Encapsulation: ENET2 Input packets : 0 Output packets: 0 Protocol i, MTU: 1500 Flags: None [edit] labEX4200 labEX4200 run ping PING (): 56 data bytes 64 bytes from : icmp_seq=0 ttl=64 time= ms 64 bytes from : icmp_seq=1 ttl=64 time= ms 64 bytes from : icmp_seq=2 ttl=64 time= ms ^C ping statistics 3 packets transmitted, 3 packets received, 0% packet loss roundtrip min/avg/max/stddev = [edit] labEX4200 labEX4200 run ping 命令等同于 labEX4200 ping 第 15頁 共 124頁 如何將配置轉(zhuǎn)換成 set 命令 在配置模式下使用 show或者在用戶模式下使用 show configure命令,輸出結(jié)果是“程序化”的配置,這樣的配置并不能直接粘貼到另外一臺交換機上,不過可以在 show后面使用管道符號加上 display set將其轉(zhuǎn)換成 set格式命令,然后可以直接粘貼到其它交換機上: labEX4200 show protocols ospf export Test_Policy_1。所以用戶模式下的show命令是查看系統(tǒng)參數(shù)。 另外, juniper的配置參數(shù)有些可以一次寫幾個,比如要一次配置 ospf的 hellotime和deadtime可以按照下面寫法: labEX4200 set protocols ospf area 0 interface ge0/0/ hellointerval 10 deadinterval 10 輸入以上命令之后,交換機的配置如下: protocols { ospf { area { interface ge0/0/ { hellointerval 10。登錄到交換機上即進入交換機的用戶模式: Example: login: chp Password: labEX4200 配置模式 : labEX4200 配置模式 通過在用戶模式使用 edit命令或者 configure命令進入配置模式: Example: labEX4200 edit Entering configuration mode {master}[edit] labEX4200 第 8頁 共 124頁 Example: labEX4200 configure Entering configuration mode {master}[edit] labEX4200 交換機配置結(jié)構(gòu) Juniper交換機的配置是一種層次化的配置模式,如下圖所示:第一層次 protocols協(xié)議層里面,可以包含 bgp、 isis和 ospf等第二層次參數(shù)配置,而 ospf層次里面,又可以定義第三層參數(shù),比如 area和 traceoptions等, area下面又可以定義 interface、 arearange等第四層參數(shù),而 deadinterval、 hellointerval等第五層參數(shù)則屬于第四層 interface下面的參數(shù)。本指導(dǎo)書主要是采用命令行的配置方式。 交換機配置可以采用 console終端配置方式,也可以采用遠(yuǎn)程 tel方式進行配置,第一次配置的時候必須采用 console方式,然后在交換機上打開 tel服務(wù)并且配置網(wǎng)絡(luò) IP地址以及設(shè)置用戶名和密碼,然后才可以進行遠(yuǎn)程 tel配置。 由于是層次化結(jié)構(gòu),因此配置一個參數(shù)有兩種方式,一是在最外層使用一條 set命令將所有層的參數(shù)一次寫完,另外一種方式是利用 edit逐層進入需要配置參數(shù)的層次,然后用 set命令直接設(shè)置參數(shù)。 } } } } 注意 :如果不知道一條命令里面后面是否還可以跟其它配置參數(shù),那么最好使用 ? 幫助一下: labEX4200 set protocols ospf area 0 interface ge0/0/ hellointerval 10 ? 第 11頁 共 124頁 Possible pletions: [Enter] Execute this mand + applygroups Groups from which to inherit configuration data + applygroupsexcept Don39。要看系統(tǒng)配置則使用 show configure命令。 area { interface ge0/0/ { hellointerval 10。 為了避免提交時出錯,建議不要同時兩 個人修改配置。 [edit] labEX4200 mit mit plete [edit] labEX4200 EX 交換機命令菜單結(jié)構(gòu) vlans { vlanname { //vlan 名字,自定義,下面所有 參數(shù)都是針對該 vlan maclimit action。 //設(shè)置 VLAN 輸出流量過濾條件 l3interface 。 //同時創(chuàng)建多個 vlan } } chassis { aggregateddevices { ether { devicecount number。 //指定加入的聚合端口 autonegotiation。 //設(shè)置端口速率 } mtu bytes。 //在 Trunk 端口模式下設(shè)置允許通過的 第 19頁 共 124頁 //L3 端口流量 nativevlanid vlanid //指定 navite vlan id portmode mode。 //設(shè)置端口為 vlantagging } } protocols { dot1x { authenticator { authenticationprofilename accessprofilename。 guestvlan (vlanname | vlanid)。 reauthentication { 第 20頁 共 124頁 interval seconds。 supplicanttimeout seconds。 } jointimer millseconds。 flag flag (detail | disable | receive | send)。 leavealltimer milliseconds。 } } gvrp { enable | disable。 servertimeout seconds。 noreauthentication。 interface interfacenames。 //設(shè)置端口屬于哪個 VLAN 或者允許哪些 VLAN 通過 } } vlanid vlanidnumber。 //設(shè)置二層輸入包過濾條件 filter output filtername。 //流控制 linkmode mode。 //設(shè)置 lacp 包發(fā)送間隔時間,選擇 fast 則隔 1 秒發(fā)送,選擇 //slow 每隔 30 秒發(fā)送 } } } gechassis/pic/port { //設(shè)置 ge 端口參數(shù) description text。 //設(shè)置 vlan 的 mac 表生存時間 vlanid number。 //vlan 描述 filter input filtername。 [edit] labEX4200 set system hostname R1 [edit] labEX4200 mit mit plete [edit] labEX4200 show system hostname hostname EX4200。而在 JUNOS中完全不同,我們操作 (增加、刪除、修改 )的那份
點擊復(fù)制文檔內(nèi)容
黨政相關(guān)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1