User Tools

Site Tools


aruba_networks:switch:6400

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
aruba_networks:switch:6400 [2024/06/22 11:42] aperezaruba_networks:switch:6400 [2024/07/17 18:09] (current) – removed aperez
Line 1: Line 1:
-Aruba CX 6400v2 / 6200 Series Switches 
  
-{{ youtube>e4evouQLb0I }} 
- 
----- 
----- 
-{{ youtube>1JKSd0HCRXg }} 
- 
----- 
----- 
- 
-{{ :aruba_networks:switch:ds_6400series.pdf |}} 
- 
-{{pdfjs 46em >:aruba_networks:switch:ds_6400series.pdf}} 
- 
-{{ :aruba_networks:switch:ds_6400series_hpe.pdf |}} 
- 
-{{pdfjs 46em >:aruba_networks:switch:ds_6400series_hpe.pdf}} 
- 
-{{ :aruba_networks:switch:aruba_6400_igsg.pdf |}} 
- 
-{{pdfjs 46em >:aruba_networks:switch:aruba_6400_igsg.pdf}} 
- 
-{{ :aruba_networks:switch:fundamentals_6300-6400.pdf |}} 
- 
-{{pdfjs 46em >:aruba_networks:switch:fundamentals_6300-6400.pdf}} 
- 
- 
-{{ :aruba_networks:switch:diagnostics_6300-6400.pdf |}} 
- 
-{{pdfjs 46em >:aruba_networks:switch:diagnostics_6300-6400.pdf}} 
- 
- 
- 
----- 
- 
-{{ :aruba_networks:switch:hpe_a00094242en_us_vsx_configuration_best_practices_for_aruba_cx_6400_8320_8325_8360_8400_v1.3.pdf |}} 
- 
-{{pdfjs 46em >:aruba_networks:switch:hpe_a00094242en_us_vsx_configuration_best_practices_for_aruba_cx_6400_8320_8325_8360_8400_v1.3.pdf}} 
- 
- 
----- 
----- 
-====== Laboratory ====== 
----- 
----- 
-[[https://www.arubanetworks.com/techdocs/AOS-CX/10.09/HTML/vsx/Content/Chp_Ups_con/ups-con-opt.htm|Upstream connectivity options]] 
- 
-[[https://www.arubanetworks.com/techdocs/AOS-CX/10.10/HTML/link_aggregation/Content/Chp_LAG/LACP_LAG_cmds/lag-10.htm|LAG]] 
- 
-[[https://www.arubanetworks.com/techdocs/AOS-CX/10.09/HTML/link_aggregation/Content/Chp_LAG/con-l2-sta-agg-gro-10.htm|Configuring a Layer 2 static aggregation group]] 
- 
-[[https://www.arubanetworks.com/techdocs/AOS-CX/10.07/HTML/5200-7869/Content/Chp_LAG/con-l3-sta-agg-gro-10.htm|Configuring a Layer 3 static aggregation group]] 
- 
-[[https://www.arubanetworks.com/techdocs/AOS-CX/10.09/HTML/vsx/Content/Chp_Pre_tra_loss/kee-10.htm|Keepalive]] 
- 
-[[https://www.arubanetworks.com/techdocs/AOS-CX/10.07/HTML/5200-7888/Content/Chp_Start/int-swi-lin-isl-10.htm#:~:text=In%20the%20VSX%20solution%20topology,to%20its%20peer%20VSX%20switch.|Inter-Switch Link (ISL)]] 
- 
-  Note: ISL stands for Inter-Switch Link, and it is a Cisco proprietary protocol. It works by adding a 26-byte  
-  header and a 4-byte trailer to the original Ethernet frame, creating a new ISL frame. The header contains the  
-  VLAN ID, which identifies the VLAN to which the frame belongs;  ISL adds more overhead to the Ethernet frame  
-  compared to IEEE 802.1Q due to its proprietary encapsulation, which can impact network performance, especially in  
-  high-throughput environments. In contrast, IEEE 802.1Q has a lower overhead, making it more efficient in terms of  
-  bandwidth utilization. 
-   
-   
-**[[https://forum.huawei.com/enterprise/en/ne40e-software-version/thread/667247366849314816-667213852955258880|VLAN Aggregation Mode-------IEEE 802.1Q and ISL]]** 
- 
----- 
----- 
-====== IEEE 802.1Q ====== 
- 
-IEEE 802.1Q, commonly known as "Dot One Q", is an IEEE-certified protocol for attaching VLAN identification information to data frames. 
- 
-Here, please recall the standard format of Ethernet data frames. 
- 
-The VLAN identification information attached by IEEE 802.1Q is located between the "Sending Source MAC Address" and the "Type Field" (Type Field) in the data frame. The specific content is 2 bytes of TPID (Tag Protocol Identifier) and 2 bytes of TCI (Tag Control Information), a total of 4 bytes. 
- 
-Add 4 bytes of content to the data frame, so the CRC value will naturally change. At this time, the CRC on the data frame is the value obtained by recalculating the entire data frame including them after inserting TPID and TCI. 
- 
-{{ :aruba_networks:switch:802.1q.png?600 |}} 
- 
-When the data frame leaves the aggregation link, the TPID and TCI will be removed, and a CRC recalculation will be performed at this time. 
- 
-The position of the TPID field in the Ethernet packet is the same as the position of the protocol type field in the packet without a VLAN tag. The value of TPID is fixed to 0x8100, which indicates the 802.1Q type carried by the network frame, and the switch uses it to determine that the IEEE 802.1Q-based VLAN information is attached to the data frame. The actual VLAN ID is 12 bits in TCI. Since there are 12 bits in total, up to 4096 VLANs can be identified. 
- 
-The VLAN information attached based on IEEE 802.1Q is like a tag attached when transferring items. Therefore, it is also called "Tagging VLAN" (Tagging VLAN). 
- 
- 
-====== ISL (Inter-Switch Link) ====== 
- 
-ISL is a protocol similar to IEEE 802.1Q supported by Cisco products for attaching VLAN information to the aggregation link. 
- 
-After using ISL, 26 bytes of "ISL Header" will be appended to the header of each data frame, and 4 words obtained by calculating the entire data frame including the ISL header on the frame tail band Section CRC value. In other words, a total of 30 bytes of information have been added. 
- 
-In an environment where ISL is used, when a data frame leaves the convergence link, simply remove the ISL header and the new CRC. Since the original data frame and its CRC are completely preserved, there is no need to recalculate the CRC. 
- 
-{{ :aruba_networks:switch:isl.png?600 |}} 
- 
-ISL is like wrapping the entire original data frame with an ISL header and a new CRC, so it is also called an "Encapsulated VLAN" (Encapsulated VLAN). 
- 
-It should be noted that neither the "Tagging VLAN" of IEEE802.1Q or the "Encapsulated VLAN" of ISL is a very strict term. In different books and reference materials, the above words may be mixed and used, so you need to pay special attention when studying. 
- 
-And because ISL is a Cisco unique protocol, it can only be used for interconnection between Cisco network devices. 
- 
----- 
----- 
- 
-**[[networking:mtu|¿Maximum transmission unit - MTU -)?]]** 
- 
- 
-[[https://techhub.hpe.com/eginfolib/networking/docs/switches/RA/15-18/5998-8161_ra_2620_mcg/content/ch05s04.html#:~:text=This%20is%20the%20value%20of%20the%20global%20jumbos%20IP%20MTU,size%20and%20ip%2Dmtu%20configuration.|Jumbo frames]] 
- 
-  Note: For Ethernet networks, the recommended MTU size is usually 9000 bytes. This is because Ethernet networks  
-  are designed to handle larger frames, making it easier to achieve higher performance with JUMBO Frames. 
- 
- 
-  Note: What is MTU 9198 (Jumbo frames)?; this is the value of the global jumbos IP MTU (or L3 MTU) supported by  
-  the switch. The default value is set to 9198 bytes (a value that is 18 bytes less than the largest possible  
-  maximum frame size of 9216 bytes). This object can be used only in switches that support max-frame-size and ip-  
-  mtu configuration. 
- 
-   
-  Note: What is the best MTU setting (WAN)?; it is generally recommended that the MTU for a WAN interface connected  
-  to a PPPoE DSL network be 1492. In fact, with auto MTU discovery, 1492 is discovered to be the maximum allowed  
-  MTU. However, having an MTU of 1452 is most optimal. 
- 
----- 
----- 
- 
-**[[networking:poe:what_is_power_over_ethernet_poe|¿What is power over ethernet PoE?]]** 
- 
----- 
----- 
- 
-**VSX/VSF - CLI test configuration** 
----- 
----- 
-{{ :aruba_networks:switch:2.aos-cx-simulator-vsx-part-2-lab-guide.pdf |}} 
- 
-{{pdfjs 46em >:aruba_networks:switch:2.aos-cx-simulator-vsx-part-2-lab-guide.pdf}} 
- 
-{{ :aruba_networks:switch:modelo0.jpg?600 |}} 
-{{ :aruba_networks:switch:modelo1.jpg?600 |}} 
-{{ :aruba_networks:switch:modelo2.jpg?600 |}} 
-{{ :aruba_networks:switch:modelo3.jpg?600 |}} 
-{{ :aruba_networks:switch:modelo4.jpg?600 |}} 
-{{ :aruba_networks:switch:modelo5.jpg?600 |}} 
----- 
----- 
-**Virtual MAC and System-MAC Guidance** 
- 
-One of the main VSX best practice is to set VSX system-mac and not leave it blank with default HW system-mac being used. By doing so, the VSX system-mac is independent from the physical hardware MAC address and in case of hardware replacement of the VSX primary, the new switch can be configured with the same configuration than the previous primary unit with no impact on the VSX secondary as the cluster ID remains unchanged. With such practice, VSX primary HW replacement is hitless for the VSX secondary. (Otherwise the VSX secondary would have to join a new cluster ID, ID from VSX primary, and would turn-off temporary its VSX LAG ports). 
- 
-Please use locally administered unicast MAC Address when assigning system-mac or active-gateway virtual MAC address. There are 4 ranges reserved for private use for unicast (with second least significant bit of the first octet of the unicast address set to 1). x is any Hexadecimal value. 
- 
-  *  x2-xx-xx-xx-xx-xx 
-  *  x6-xx-xx-xx-xx-xx 
-  *  xA-xx-xx-xx-xx-xx 
-  *  xE-xx-xx-xx-xx-xx 
- 
-In this document, **02:01:00:00:01:00** is used or **system-mac** and **12:01:00:00:01:00** is used for **active-gateway Virtual MAC.** 
- 
-{{ :aruba_networks:switch:cluster_id.jpg?600 |}} 
- 
-The scope of this VMAC is purely link-local. Consequently, __**the same Virtual MAC address value can be used on any L3 VLAN interface (SVI)**__. 
- 
-If some servers or systems have dual-attachment to two different SVIs, and the system administrator would like to see distinct MAC addresses for the next-hops over these separate interfaces, then 16 VMACs are available. For dual-stack IPv4 and IPv6, 16 VMACs can be used for IPv4 and the same VMACs can be used for IPv6. It is however a best practice to use only 8 VMACs for IPv4 and 8 different VMACs for IPV6. 
- 
- 
----- 
----- 
-  Note: any other allocation rules can be chosen according to administrative rules in place by the network  
-  operational team. Multicast orbroadcast MAC addresses must not be used for System-mac. 
- 
----- 
- 
----- 
- 
- 
-**vsx-sync** 
- 
-{{ :aruba_networks:switch:csx_option.jpg?600 |}} 
- 
-[[https://www.arubanetworks.com/techdocs/AOS-CX/10.07/HTML/5200-7888/Content/VSX_cmds/vsx-syn-10.htm|vsx-sync]] 
- 
----- 
-**Switch 8360-1** 
----- 
- 
-  8360-1#conf 
-  8360-1#hotname 8360-1 
-  8360-1#int mgmt 
-  8360-1#ip static 10.1.1.12/24 
-  8360-1#no shut 
-  8360-1#end 
-  8360-1#wr mem 
-  8360-1#sh ver 
-  //must have the same software version// 
-  8360-1#int lag 256 
-  8360-1#no shut 
-  8360-1#description ISL Link 
-  8360-1#no routing  
-  8360-1#vlan trunk native 1 
-  8360-1#vlan trunk allowed all 
-  8360-1#lacp mode active 
-  8360-1#exit 
-  //over QSFP28 DAC X 2 // 
-  8360-1#interface 1/1/25 
-  8360-1#no shut 
-  8360-1#mtu 9198 
-  8360-1#description ISL port 1 
-  8360-1#lag 256 
-  8360-1#interface 1/1/26 
-  8360-1#no shut 
-  8360-1#mtu 9198 
-  8360-1#description ISL port 2 
-  8360-1#lag 256 
-  8360-1#exit 
-  8360-1#wr mem 
-  8360-1#sh interface lag 256 
-  8360-1#sh lacp interfaces 
-  //over SFP+ DAC// 
-  8360-1#config t 
-  8360-1#vrf keepAlive 
-  8360-1#exit 
-  8360-1#interface 1/1/24 
-  8360-1#no shut 
-  8360-1#vrf attach keepAlive 
-  8360-1#routing 
-  8360-1#ip address 192.168.99.1/30 
-  8360-1#end 
-  8360-1#wr mem 
-  //test// 
-  8360-1#ping 192.168.99.2 vrf keepAlive 
-  8360-1#conf 
-  8360-1#vsx 
-  8360-1#system-mac 02:01:00:00:01:00 
-  8360-1#inter-switch-link lag 256 
-  8360-1#role primary 
-  8360-1#vsx-sync vsx-global 
-  8360-1#end 
-  8360-1#wr mem 
-  8360-1#sh vsx status 
-  8360-1#sh run | begin vsx 
-  8360-1#sh run vsx-sync 
-  8360-1#sh vsx brief 
-  8360-1#conf 
-  8360-1#vsx 
-  8360-1#keepalive peer 192.168.99.2 source 192.168.99.1 vrf keepAlive 
-  8360-1#end 
-  8360-1#wr mem 
-  8360-1#sh vsx brief 
-  8360-1#sh vsx status config-sync 
-  8360-1#conf 
-  8360-1#vsx 
-  8360-1#vsx-sync aaa acl-log-timer bfd-global bgp copp-policy dhcp-relay dhcp-server dns icmp-tcp lldp loop-  
-  protect-global mac-lockout mclag-interfaces neighbor ospf qos-global route-map sflow-global snmp ssh stp-global  
-  time vsx-global 
-  8360-1#end 
-  8360-1#wr mem 
-  //Lag multi-chassis// 
-  8360-1#config 
-  8360-1#interface lag 1 multi-chassis 
-  8360-1#description Access VSX LAG 
-  8360-1#no shut 
-  8360-1#vlan trunk allowed 10,20 
-  8360-1#exit 
-  8360-1#interface 1/1/1 
-  8360-1#no shut 
-  8360-1#mtu 9100 
-  8360-1#description LAG1 Port 
-  8360-1#lag 1 
-  8360-1#end 
-  8360-1#wr mem 
-  //VLAN 10 - VIP - 10.1.10.1//  
-  //VLAN 20 - VIP - 10.1.20.1//  
-  8360-1#conf 
-  8360-1#interface vlan 10 
-  8360-1#vsx-sync active-gateways 
-  8360-1#ip mtu 9100 
-  8360-1#ip address 10.1.10.2/24 
-  8360-1#active-gateway ip mac 12:01:00:00:01:00 
-  8360-1#active-gateway ip 10.1.10.1 
-  8360-1#no shut 
-  8360-1#exit 
-  8360-1#interface vlan 20 
-  8360-1#vsx-sync active-gateways 
-  8360-1#ip mtu 9100 
-  8360-1#ip address 10.1.20.2/24 
-  8360-1#active-gateway ip mac 12:01:00:00:01:00 
-  8360-1#active-gateway ip 10.1.20.1 
-  8360-1#end 
-  8360-1#wr mem 
-  8360-1# 
-  8360-1# 
- 
----- 
-**Switch 8360-2** 
----- 
- 
-  8360-2#conf 
-  8360-2#hotname 8360-2 
-  8360-2#int mgmt 
-  8360-2#ip static 10.1.1.11/24 
-  8360-2#no shut 
-  8360-2#end 
-  8360-2#wr mem 
-  8360-2#int lag 256 
-  8360-2#no shut 
-  8360-2#description ISL Link 
-  8360-2#no routing  
-  8360-2#vlan trunk native 1 
-  8360-2#vlan trunk allowed all 
-  8360-2#lacp mode active 
-  8360-2#exit 
-  //over QSFP28 DAC X 2 // 
-  8360-2#interface 1/1/25 
-  8360-2#no shut 
-  8360-2#mtu 9198 
-  8360-2#description ISL port 1 
-  8360-2#lag 256 
-  8360-2#interface 1/1/26 
-  8360-2#no shut 
-  8360-2#mtu 9198 
-  8360-2#description ISL port 2 
-  8360-2#lag 256 
-  8360-2#exit 
-  8360-2#wr mem 
-  8360-2#sh interface lag 256 
-  8360-2#sh lacp interfaces 
-  //over SFP+ DAC// 
-  8360-2#config t 
-  8360-2#vrf keepAlive 
-  8360-2#exit 
-  8360-2#interface 1/1/24 
-  8360-2#no shut 
-  8360-2#vrf attach keepAlive 
-  8360-2#routing 
-  8360-2#ip address 192.168.99.2/30 
-  8360-2#end 
-  8360-2#wr mem 
-  //test// 
-  8360-2#ping 192.168.99.1 vrf keepAlive 
-  8360-2#config 
-  8360-2#vsx 
-  8360-2#inter-switch-link lag 256 
-  8360-2#role secondary 
-  8360-2#end 
-  8360-2#wr mem 
-  8360-2#sh vsx status 
-  8360-2#sh run | begin vsx 
-  8360-2#sh vsx brief 
-  8360-2#conf 
-  8360-2#vsx 
-  8360-2#keepalive peer 192.168.99.1 source 192.168.99.2 vrf keepAlive 
-  8360-2#end 
-  8360-2#wr mem 
-  8360-2#sh vsx brief 
-  8360-2#sh vsx status keepAlive 
-  8360-2#sh run | beg vsx 
-  8360-2#vlan 10,20 
-  8360-2#vsx-sync 
-  8360-2#exit 
-  8360-2#wr mem 
-  8360-2#sh vlan 
-  8360-2#conf 
-  8360-2#interface lag 1 multi-chassis 
-  8360-2#no shut 
-  8360-2#exit 
-  8360-2#interface 1/1/1 
-  8360-2#no shut 
-  8360-2#mtu 9100 
-  8360-2#description LAG1 Port 
-  8360-2#lag 1 
-  8360-2#end 
-  8360-2#wr mem 
-  8360-2#sh run int lag 1 
-  //VLAN 10 - VIP - 10.1.10.1// 
-  //VLAN 20 - VIP - 10.1.20.1// 
-  8360-2#conf 
-  8360-2#interface vlan 10 
-  8360-2#ip mtu 9100 
-  8360-2#ip address 10.1.10.3/24 
-  8360-2#no shut 
-  8360-2#exit 
-  8360-2#interface vlan 20 
-  8360-2#ip mtu 9100 
-  8360-2#ip address 10.1.20.3/24 
-  8360-2#no shut 
-  8360-2#exit 
-  8360-2#end 
-  8360-2#wr mem 
-  8360-2#sh run int vlan 10 
-  8360-2#sh vsx status 
-  8360-2#sh vsx brief  
- 
----- 
-**VSF** 
----- 
----- 
-**Switch 6200-1** 
----- 
- 
-  6200-1#conf 
-  6200-1#hotname 6200-1 
-  6200-1#int mgmt 
-  6200-1#ip static 10.1.1.21/24 
-  6200-1#no shut 
-  6200-1#end 
-  6200-1#wr mem 
-  6200-1#conf 
-  6200-1#vsf member 1 
-  6200-1#link 1 1/1/27 
-  6200-1#link 2 1/1/28 
-  6200-1#exit 
-  6200-1#vsf secondary-member 2 
-  this will save the configuration and reboot the specified switch. 
-  Do you want to continue (y/n)? y 
-  6200-1#end 
-  6200-1#wr mem 
-  6200-1#conf 
-  6200-1#vlan 10,20 
-  6200-1#no shut 
-  6200-1#exit 
-  6200-1#interface lag 1 
-  6200-1#no shut 
-  6200-1#vlan trunk allowed 10,20 
-  6200-1#lacp  
-  6200-1#lacp mode active 
-  6200-1#exit 
-  6200-1#interface 1/1/25,2/1/25 
-  6200-1#no shut 
-  6200-1#mtu 9100 
-  6200-1#lag 1  
-  6200-1#exit 
-  6200-1#int 1/1/1  
-  6200-1#no shut 
-  6200-1#vlan access 10 
-  6200-1#end 
-  6200-1#wr mem 
-  //SFP+ DAC (ARUBAOS)// 
-  6200-1#sh lacp interfaces multi-chassis 
-  6200-1# 
- 
----- 
-**Switch 6200-2** 
----- 
- 
-  6200-2#conf 
-  6200-2#hotname 6200-2 
-  6200-2#int mgmt 
-  6200-2#ip static 10.1.1.22/24 
-  6200-2#no shut 
-  6200-2#end 
-  6200-2#wr mem 
-  6200-2#conf 
-  6200-2#vsf member 1 
-  6200-2#link 1 1/1/27 
-  6200-2#link 2 1/1/28 
-  6200-2#end 
-  6200-2#conf 
-  6200-2#vsf renumber-to 2 
-  this will save the VSF configuration and reboot the switch. 
-  Do you want to continue (y/n)? y 
-  6200-2#end 
-  6200-2#wr mem 
- 
----- 
-**Verification setting** 
----- 
- 
-  6200-1#sh vsf 
-  6200-1#sh vsf link 
-  6200-1#sh vsf topology 
-  6200-1# 
-  6200-1# 
- 
----- 
----- 
- 
-{{ :aruba_networks:switch:aos-cx_simulator_lab_-_ipv4_dhcp_lab_guide.pdf |}} 
- 
-{{pdfjs 46em >:aruba_networks:switch:aos-cx_simulator_lab_-_ipv4_dhcp_lab_guide.pdf}} 
- 
----- 
----- 
- 
-**Private IP Address Ranges** 
- 
-**Address ranges below are reserved by IANA for private intranets, and not routable to the Internet. 
-For additional information, see RFC 1918.** 
- 
-  10.0.0.0 ~ 10.255.255.255 (10.0.0.0/8 prefix) 
-  172.16.0.0 ~ 172.31.255.255 (172.16.0.0/12 prefix) 
-  192.168.0.0 ~ 192.168.255.255 (192.168.0.0/16 prefix) 
- 
- 
-**Reserved and special use addresses:** 
- 
-  0.0.0.0/8 - Current network (only valid as source address) RFC 1700 
-  100.64.0.0 ~ 100.127.255.255 (100.64.0.0/10 prefix) carrier-grade NAT communication between service provider and  
-  subscribers 
-  127.0.0.0 is reserved for loopback and IPC on the localhost. 
-  127.0.0.1 ~ 127.255.255.254 (127.0.0.0/8) - loopback IP addresses (refers to self) RFC 5735 
-  192.0.0.0/24 - reserved (IANA) RFC 5735 
-  192.88.99.0/24 - IPv6 to IPv4 relay. RFC 3068 
-  198.18.0.0/15 - network benchmark tests. RFC 2544 
-  198.51.100.0/24 - TEST-NET-2. RFC 5737 
-  203.0.113.0/24 - TEST-NET-3. RFC 5737 
-  224.0.0.0 ~ 239.255.255.255 (224.0.0.0/4) reserved for multicast addresses. RFC 3171 
-  240.0.0.0/4 - reserved (former Class E network) RFC 1700 
-  255.255.255.255 is the limited broadcast address (limited to all other nodes on the LAN) RFC 919 
- 
-**255 in any part of the IP is reserved for broadcast addressing** 
- 
-  0.0.0.0 in routing context means the default route (to "the rest of" the internet) RFC 1700 
-  0.0.0.0 in the context of firewalls means "all addresses of the local machine" RFC 1700 
- 
-**APIPA (Automatic Private IP Addressing) and Link-Local addressing** 
- 
-Both **APIPA** (**Automatic Private IP Addressing**) and **Link-Local** addressing are mechanisms that allow devices on a network to **self-configure an IP address in the absence of a DHCP server**. They are used in different protocols and have different characteristics. Here’s a comparison: 
- 
-**Protocols:** 
- 
-  * **APIPA**: Used in IPv4. 
-  * **Link-Local**: Used in IPv6. It’s also sometimes used as a term for APIPA in the IPv4 context, but when we’re distinguishing between the two, “Link-Local” typically refers to IPv6. 
- 
-**Address Ranges:** 
- 
-  * **APIPA**: **169.254.0.1 to 169.254.255.254** with a subnet mask of 255.255.0.0. 
-  * **Link-Local**: **fe80::/10**. Any IPv6 address that starts with “**fe80**” is a link-local address. 
- 
-**Usage:** 
- 
-  * **APIPA**: Devices use this address when a DHCP server is unavailable on the network. It allows for basic communication within the local network but not with external networks. 
-  * **Link-Local**: In IPv6, every interface will automatically get a link-local address in addition to other types of addresses it might have. Link-local addresses in IPv6 are used for local network operations such as Neighbor Discovery Protocol (NDP). 
- 
-**Router Behavior**: 
- 
-  * **APIPA**: Routers don’t forward packets with APIPA addresses. 
-  * **Link-Local**: In IPv6, routers don’t forward packets with link-local addresses either. 
- 
-**Determination Method**: 
- 
-  * **APIPA**: If an IPv4 device does not receive an IP address from a DHCP server, it will auto-assign itself an address from the APIPA range. 
-  * **Link-Local**: For IPv6, link-local addresses are automatically derived from the device’s MAC address, though they can also be manually configured. 
- 
----- 
----- 
- 
-[[https://lite.ip2location.com/united-states-of-america-ip-address-ranges?lang=es|United States of America rangos de direcciones IP]] 
- 
-[[https://www.lookip.net/|Lookup IP Tools]] 
----- 
----- 
- 
-**[[networking:small_form_factor_pluggable_sfp_p|Small Form-factor Pluggable]]** 
----- 
----- 
-**[[https://community.fs.com/article/qinq-vs-vlan-vs-vxlan.html|QinQ vs VLAN vs VXLAN: A Comprehensive Introduction of Switch Functions]]** 
- 
----- 
----- 
-**[[https://www.juniper.net/mx/es/research-topics/what-is-evpn-vxlan.html|¿What is EVPN-VXLAN?]]** 
- 
----- 
----- 
- 
-**Redundancy with opnsense UTM** 
- 
-{{ :aruba_networks:switch:opnsense.png?600 |}} 
- 
----- 
----- 
-**[[networking:eir-pir-mbs-cir-cbs|EIR-PIR-MBS-CIR-CBS]]** 
----- 
----- 
-**[[networking:shannon_theorem|Shannon's theorem]]** 
----- 
----- 
- 
-**[[cybersecurity:ztna|¿How Does ZTNA Work?]]** 
- 
----- 
----- 
- 
-**[[dell:switch:dell_emc_switch_n3048p|Dell EMC Networking N-Series N1100-ON, N1500, N2000, N2100-ON, N3000, N3000-ON, N3100-ON, and N4000 Switches CLI Reference Guide]]** 
- 
----- 
----- 
aruba_networks/switch/6400.1719074570.txt.gz · Last modified: 2024/06/22 11:42 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki