Three-layer switch ROS practices

Source: Internet
Author: User


Divide 500 machines into 5 segments, with 100 machines in each segment, the Intranet addresses of the respective CIDR blocks are 192.168.1.X ---- 192.168.5.XROS. They are set to the WAN port address of the 192.168.0.1 layer-3 switch as 192.168.0.2 ROS configuration ?? ROS Intranet address 1? ? 192.168.0.1/24? ??? 192.168.0.0? ??? 192.168.0.255? ? LAN ?? ROS needs to include the IP addresses of all nodes for address hiding, so a src-address = 192.168.0.0/16 action = masquerade ?? ?? To ROS, route the route back to the CEN ip route add dst-address = 192.168.1.0/24 gateway = 192.168.0.2ip route add dst-address = 192.168.2.0/24 gateway = 192.168.0.2ip route add dst-address = 192.168.3.0 /24 gateway = 192.168.0.2ip route add dst-address = 192.168.4.0/24 gateway = 192.168.0.2ip route add dst-address = 192.168.5.0/24 gateway = 192.168.0.2 www.2cto.com layer-3 Switch configuration commands for three-tier switch manufacturers different, the following describes how to configure the WAN port address 192.168.0.2 static gateway 0.0.0.0 for a layer-3 switch. 0.0.0.0 192.168.0.1 and then create five new VLANs: VLAN100 ?? VLAN101 VLAN102 VLAN103 VLAN104. The IP addresses of VLAN 192.168.1.1, 192.168.2.1, 192.168.3.1, 192.168.4.1, and 192.168.5.1 are allocated as needed.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.