当前位置:网站首页>Hcip day 16
Hcip day 16
2022-07-05 22:14:00 【Hang up the sails and sail for the future】
MPLS VPN To configure
establish VRF Space
[r2]ip vpn-instance a
[r2-vpn-instance-a]
To configure VRF Space
[r2-vpn-instance-a]route-distinguisher 100:100 --- To configure RD value
[r2-vpn-instance-a-af-ipv4]vpn-target 100:1 export
extcommunity --- Configure outbound RT
[r2-vpn-instance-a-af-ipv4]vpn-target 100:2 import
extcommunity --- Configure inbound RT
[r2-GigabitEthernet0/0/0]ip binding vpn-instance a ---- Speak interface binding
Set to the corresponding VRF In the space
[r2]display ip routing-table vpn-instance a ---- see VRF Spatial routing table
[r2]ping -vpn-instance a 192.168.2.1
[r2]ip route-static vpn-instance a 192.168.1.0 24
192.168.2.1 ---- Configure static routing in the spatial routing table
MP-BGP Jianlin
[r2]bgp 1
[r2-bgp]router-id 2.2.2.2
[r2-bgp]peer 4.4.4.4 as 1
[r2-bgp]peer 4.4.4.4 connect-interface LoopBack 0
[r2-bgp]ipv4-family vpnv4
[r2-bgp-af-vpnv4]peer 4.4.4.4 enable
MP-BGP Route Publishing
[r2-bgp]ipv4-family vpn-instance a
[r2-bgp-a]import-route direct
[r2-bgp-a]import-route static
[r2]display bgp vpnv4 vpn-instance a routing-table ---- Look inside the space BGP surface
[r2]display fib vpn-instance a --- Look inside the space FIB surface
[r2]rip 1 vpn-instance a ---- stay VRF Start in space RIP process
[r2-rip-1]v 2
[r2-rip-1]network 192.168.2.0
[r4]ospf 2 vpn-instance b router-id 4.4.4.4 ---- stay VRF Start in space
ospf process
The three-tier architecture of the enterprise --- Suggestions for building an enterprise network
Park ---- factory , The government authority , Office buildings , campus , Park, etc , The networks built in these public places to realize data exchange can be called campus networks . Different campus networks may have different emphases .
Wireless is always the last kilometer of wired
Wireless connections need to rely on wireless devices that can transmit and receive wireless signals , And these devices
Finally, it also needs to be connected to the network through cable .
AP --- Wireless access point
WLAN --- WLAN ---- In a broad sense, it refers to radio waves , laser , Infrared
And so on to replace part or all of the transmission media of the wired LAN .
Wireless networks are inherently flawed :
1, Poor penetration of wireless signals
Wireless uses Ethernet Technology --- Frequency division ---- And the civil wireless network uses
Data transmission in low frequency band , The congenital defect of low frequency band is penetrability
Bad .
2, The transmission rate of wireless network is related to the signal strength , and , His transmission rate refers to two-way
rate
1000 / 8 * 0.85 = 106.25
200 / 8 / 2 * 0.85 = 10.625
3, Wireless network transmission efficiency is low , Slower
Conflict domain : The scope of the conflict --- A hub is in a conflict domain
CSMA/CD --- Carrier sense multiple access / Conflict detection technology
WLAN is equivalent to in the same conflict domain , And wireless technology is the way to solve the conflict
The method is to use CSMA/CA
CSMA/CA --- Carrier sense multiple access / Conflict avoidance techniques --- Its transmission efficiency
Than CD Lower technology
The wireless device cannot detect the conflict. The reason --- Dynamic range of wireless signal strength
It's very big , Often the received signal strength may be much less than the sent signal strength ,
This makes it difficult to detect conflicts ( It can increase hardware performance and improve strength )
CA Technology to avoid conflict :
1, When no message is sent in the listening range , Don't send signals directly , It is ,
Set yourself a random timer first .
2,CSMA/CA The technology adopts stop flow control .
Access layer ---- The main purpose is to connect the terminal equipment to the network , Provide access port ---- Generally, layer-2 switches are used ( rely on MAC Address table realizes two layer forwarding )
Convergence layer ---- The main purpose is to gather the traffic collected by the access layer , Generally, three-layer switching is adopted
machine ---- It has a layer-2 interface similar to that used by ordinary layer-2 switches , It also has a three-tier interface similar to that used by routers or computers . The biggest difference between the second floor opening and the third floor opening is whether there is IP Address .
The layer-3 switch can pass through MAC Address table realizes two layer forwarding , Three layer forwarding can also be realized through routing table .
The core of the three-tier architecture of enterprise network --- redundancy ---- Backup
1, Line redundancy
2, Equipment redundancy
3, Gateway redundancy
4,UPS redundancy ---- UPS --- Uninterruptible power supply ---- Ensure that the power supply of enterprise equipment reaches 6 individual 9 The usability of .99.9999%
A real three-tier architecture , There must be redundancy .
Core layer --- The main function is to complete the rapid forwarding of data between public and private networks . ---- Generally, the router is selected as the core layer device .
VLAN
V --- fictitious
LAN --- LAN ---- Networks with small geographical coverage
MAN --- Metropolitan area network
WAN --- Wide area network
LAN --- Broadcast area
VLAN --- Virtual LAN --- After the switch and router work together , Put the original one
The broadcast domain is logically divided into multiple ;
First step : establish VLAN
[Huawei]display vlan --- see VLAN Information
VID --- VLAN ID ---- Distinguish and calibrate different VLAN ---- IEEE Organize and issue
802.1Q The standard requires --- VID Must be by 12 Bit binary structure . Value range 0 -4095,0 and 4095 Is the reserved number , therefore , The available value range is 1 - 4094
[Huawei]vlan 2 --- establish VLAN
[Huawei]vlan batch 4 to 100 --- Batch creation VLAN
[Huawei]undo vlan batch 4 to 10 --- Batch deletion VLAN
The second step : Put the interface into VLAN
VID Configure the interface mapped to the switch , Realization VLAN Division --- First floor VLAN/ Physics VLAN
VID Configure the mapping to data MAC Address , Realization VLAN Division --- On the second floor VLAN
VID Configure the type fields mapped to the data , Realization VLAN Division --- Three layers VLAN
VLAN Can also be based on IP Address division , It can even be done according to the strategy VLAN Divide .
802.1Q Standard design VLAN The label of , By 4 Bytes make up , It includes 12 Bit VID, Used to distinguish between different VLAN Of traffic . And add this label to Ethernet Ⅱ Type frame
Source MAC Between address and type fields .
802.1Q The standard stipulates , Frames with labels are called tagged The frame or 802.1Q frame , Frames without labels are called untagged frame
According to this feature , We call the link between the switch and the computer ACCESS link , also ,ACCESS The interface on the switch side of the link is called ACCESS Interface .ACCESS The link can only pass through untagged frame , also , These frames can only belong to the same VLAN.
We call the link between switches trunk link ,trunk The interfaces at both ends of the link are called trunk Interface .trunk The link is allowed to pass through tagged frame , And these frames can belong to multiple VLAN.
The third step : To configure trunk main rd
The second step is configuration
[sw1-GigabitEthernet0/0/1]port link-type access
[sw1-GigabitEthernet0/0/1]port default vlan 2
[sw1]port-group group-member GigabitEthernet 0/0/3
GigabitEthernet 0/0/4
[sw1-port-group] --- Create an interface group
Step 3 configuration
[sw1-GigabitEthernet0/0/5]port link-type trunk
[sw1-GigabitEthernet0/0/5]port trunk allow-pass vlan all
hybrid --- Hybrid interface
[sw1]display port vlan active
Link Type ---- Huawei equipment , The default interface type of all interfaces is hybrid
PVID --- Huawei gives every interface , You need to configure a PVID, That is, the interface belongs to VID. All interfaces have not been changed PVID Default PVID The value is 1.
Huawei system regulations : All data entering the switch through the interface , All interfaces must be marked PVID The label of , in other words , All data inside the switch is labeled .
ACCESS Interface
1, When ACCESS The interface received a message from the link untagged After the frame , Swap opportunities add... To this frame VID Interface for PVID yes tag, Then look at this VID Whether it is in the Allow list , If in , Then for what you get tagged Forward frames .
2, When tagged The frame goes from other ports of the switch to one ACCESS After a mouth , Then the exchange opportunity checks the data in this frame tag Of VID Whether you are in your allow list , If in , Will tag After stripping, it will be forwarded from the link , If not , Then discard .
3, If ACCESS The interface received a message from the link tagged After the frame , Then you can directly see the label of the data belongs to VID Whether you are in your allow list , Forward in , No longer discard .
trunk Interface
1, When trunk The interface received a message from the link untagged frame , The switch first adds a... To the data frame VID by PVID Of tag, Then according to VID View the Allow List , If there is , Then forward , without , Then discard ;
2, When one tagged The frame goes from other ports of the switch to one trunk After the port , If tag Of VID stay trunk In the allowed list of , Then forward ( If VID and trunk Interface PVID Phase at the same time , The label needs to be peeled off when transferring out , If not PVID The same label , Then directly transfer out ), If not , Throw away ;
3, If trunk The port receives a message from the link tagged After the frame , View tag Medium VID, If in the Allow List , Then forward , be not in , Then discard ;
Different interfaces have different modification permissions when customizing the forwarding table .
ACCESS Modify permission of interface
You can modify PVID, You can also modify the Allow List ( however , The Allow list can only have one
VID, And it has to be with PVID identical ), The export packaging method is only non packaging .
trunk Modify permission of interface
You can modify PVID, You can also modify the Allow List , The Allow list can be set to more than one VID,
Export packaging is only packaging ( and PVID same VID If it is in the Allow list, it is fixed as no label )
[sw1-GigabitEthernet0/0/5]port trunk pvid vlan 2 ---- Sure
modify trunk Of PVID
hybrid --- Modify permission of hybrid interface
You can modify PVID, You can also modify the Allow List , There can also be more than one allowed list
VID, The packaging method can also be modified .
[sw1-GigabitEthernet0/0/1]port link-type hybrid
[sw1-GigabitEthernet0/0/1]port hybrid pvid vlan 2 --- modify hybrid Interface PVID
[sw1-GigabitEthernet0/0/1]port hybrid untagged vlan 2 3 4 --- Define allow list
边栏推荐
- Three "factions" in the metauniverse
- poj 3237 Tree(树链拆分)
- Shell script, awk uses if, for process control
- MySQL actual combat 45 lecture learning (I)
- Overview of database recovery
- Calculation method of boundary IOU
- Pl/sql basic syntax
- Daily question brushing record (XIV)
- Leetcode simple question check whether all characters appear the same number of times
- How to add new fields to mongodb with code (all)
猜你喜欢

Decorator learning 01

What about data leakage? " Watson k'7 moves to eliminate security threats

Unique occurrence times of leetcode simple questions

【愚公系列】2022年7月 Go教学课程 003-IDE的安装和基本使用

Leetcode simple question: check whether each row and column contain all integers

The real situation of programmers

Server optimization of performance tuning methodology

Calculation method of boundary IOU

Overview of concurrency control

Leetcode simple question ring and rod
随机推荐
微服務鏈路風險分析
Comment développer un plug - in d'applet
Evolution of large website architecture and knowledge system
Implementing Lmax disruptor queue from scratch (IV) principle analysis of multithreaded producer multiproducersequencer
他们主动布局(autolayout)环境的图像编辑器
Advantages and disadvantages of the "Chris Richardson microservice series" microservice architecture
实战:fabric 用户证书吊销操作流程
2022-07-05: given an array, you want to query the maximum value in any range at any time. If it is only established according to the initial array and has not been modified in the future, the RMQ meth
Bitbucket installation configuration
Talking about MySQL index
ESP32 hosted
MySQL disconnection reports an error MySQL ldb_ exceptions. OperationalError 4031, The client was disconnected by the server
About the writing method of SQL field "this includes" and "included in" strings
Type of fault
每日刷题记录 (十四)
K210学习笔记(四) K210同时运行多个模型
Pl/sql basic case
The new content of the text component can be added through the tag_ Config set foreground and background colors
Promql demo service
2022-07-05:给定一个数组,想随时查询任何范围上的最大值。 如果只是根据初始数组建立、并且以后没有修改, 那么RMQ方法比线段树方法好实现,时间复杂度O(N*logN),额外空间复杂度O(N*