华为三层交换机_华为三层交换机型号有哪些_1

华为三层交换机_华为三层交换机型号有哪些

       下面,我将为大家展开关于华为三层交换机的讨论,希望我的回答能够解决大家的疑问。现在,让我们开始聊一聊华为三层交换机的问题。

1.三层交换VLAN路由配置技巧详解

2.华为三层交换机配置命令

华为三层交换机_华为三层交换机型号有哪些

三层交换VLAN路由配置技巧详解

        三层交换VLAN路由配置技巧详解

        在华为三层交换机上创建VLAN,端口划分,三层VLAN接口地址配置,静态路由或是RIP协议配置。跟我来学习一下配置过程。

        静态路由配置过程:

        PCA:ip address:10.1.1.2/24 gw:10.1.1.1/24(VLAN2路由接口IP地址)

        PCB:ip address:10.1.2.2/24 gw:10.1.2.1/24(VLAN3路由接口IP地址)

        PCC:ip address:10.1.3.2/24 gw:10.1.3.1/24(VLAN2路由接口IP地址)

        S3526A和S352B之间的互联网段为10.1.4.0、24

        分配S3526A VLAN4路由接口IP地址为10.1.4.1/24,S3526B VLAN4路由接口IP地址为10.1.4.2/24

        三层交换机配置

        创建VLAN,把PC划到特定VLAN中:

        //创建VLAN

        [S3526A]vlan 2

        //把端口划到VLAN中

        [S3526A-VLAN 2]port ethernet0/9 to ethernet0/12

        [S3526A-VLAN 2]vlan 3

        [S3526A-VLAN 2]port ethernet0/13 to ethernet0/16

        [S3526A-VLAN 2]vlan 4

        //交换机B的配置:

        [S3526B]vlan 2

        [S3526B-VLAN 2]port ethernet0/9 to ethernet0/12

        [S3526B-VLAN 2]vlan 4

        配置各台PC的网关地址和交换机之间的`网段地址:

        //进入VLAN接口配置模式:

        [S3526A]interface Vlan-interface 2

        //配置三层VLAN路由接口地址

        [S3526A-Vlan-interface2]ip address 10.1.1.1 255.255.255.0

        [S3526A-Vlan-interface2] interface Vlan-interface 3

        [S3526A-Vlan-interface3]ip address 10.1.2.1 255.255.255.0

        [S3526A-Vlan-interface3] interface Vlan-interface 4

        [S3526A-Vlan-interface4]ip address 10.1.4.1 255.255.255.0

        [S3526B]interface Vlan-interface 2

        [S3526B-Vlan-interface2]ip address 10.1.3.1 255.255.255.0

        [S3526B-Vlan-interface2] interface Vlan-interface 4

        [S3526B-Vlan-interface4]ip address 10.1.4.2 255.255.255.0

        在二台三层交换机上配置非直连网段静态路由:

        [S3526A]ip route-static 10.1.3.0 255.255.255.0 10.1.4.2

        [S3526B]ip route-static 10.1.1.0 255.255.255.0 10.1.4.1

        [S3526B]ip route-static 10.1.2.0 255.255.255.0 10.1.4.1

        查看路由表,查看网络互通情况:

        [S3526B]display ip routing-table

        Routing Table: public net

        Destination/Mask Proto Pre Cost Nexthop Interface

        10.1.1.0/24 STATIC 60 0 10.1.4.1 Vlan-interface4

        10.1.2.0/24 STATIC 60 0 10.1.4.1 Vlan-interface4

        10.1.3.0/24 DIRECT 0 0 10.1.3.1 Vlan-interface2

        10.1.3.1/32 DIREC T 0 0 127.0.0.1 InLoopBack0

        10.1.4.0/24 DIRECT 0 0 10.1.4.2 Vlan-interface4

        0.1.4.2/32 DIRECT 0 0 127.0.0.1 InLoopBack0

        127.0.0.0/8 DIRECT 0 0 127.0.0.1 InLoopBack0

        127.0.0.1/32 DIRECT 0 0 127.0.0.1 InLoopBack0

        RlP协议在三层交换机上的配置

        1.继续上面的,删除前面配置的静态路由。

        [S3526A]undo ip route-static 10.1.3.0 255.255.255.0

        [S3526B]undo ip route-static 10.1.1.0 255.255.255.0

        [S3526B]undo ip route-static 10.1.2.0 255.255.255.0

        2.配置RIP协议:

        //交换机B上启用RIP协议

        [S3526A]rip

        [S3526A-rip]network 10.1.1.0

        [S3526A-rip]network 10.1.2.0

        [S3526A-rip]network 10.1.4.0

        //交换机B上启用RIP协议

        [S3526B]rip

        [S3526B-rip]network 10.1.3.0

        [S3526B-rip]network 10.1.4.0

        配置完成即可实现网络互通

        查看路由表,查看网络互通情况:

        [S3526B]display ip routing-table

        Routing Table: public net

        Destination/Mask Proto Pre Cost Nexthop Interface

        10.1.1.0/24 STATIC 60 0 10.1.4.1 Vlan-interface4

        10.1.2.0/24 STATIC 60 0 10.1.4.1 Vlan-interface4

        10.1.3.0/24 DIRECT 0 0 10.1.3.1 Vlan-interface2

        10.1.3.1/32 DIREC T 0 0 127.0.0.1 InLoopBack0

        10.1.4.0/24 DIRECT 0 0 10.1.4.2 Vlan-interface4

        0.1.4.2/32 DIRECT 0 0 127.0.0.1 InLoopBack0

        127.0.0.0/8 DIRECT 0 0 127.0.0.1 InLoopBack0

        127.0.0.1/32 DIRECT 0 0 127.0.0.1 InLoopBack0

        查看RlP配置信息如下:

        [S3526B-rip]display rip

        RIP is turned on

        public net ***-Instance

        Checkzero is on Default cost : 1

        Summary is on Preference : 100

        No peer router

        Network :

        10.0.0.0

;

华为三层交换机配置命令

       通过串口或网络线连接电脑和交换机,在命令行界面输入登录交换机的用户名和密码。

       1、成功登录后,在CLI命令行中输入"system-view",进入系统视图模式。

       2、按照需求进行配置或查询。

       3、配置完成后,使用命令"quit"或"Ctrl+Z"返回到用户视图模式即可进入。

        华为三层交换机配置命令

        你的三层交换机是不是经常让你机器不好使,看看下面的三层交换机配置文章,一切问题都能解决。详细介绍实例讲解:全面的三层交换机配置比较全面的三层交换机配置实例,带命令解释哟!快来get吧!

        三层交换机配置:

        Enable //进入私有模式

        Configure terminal //进入全局模式

        service password-encryption //对密码进行加密

        hostname Catalyst 3550-12T1 //给三层交换机定义名称

        enable password 123456. //enable密码

        Enable secret 654321 //enable的加密密码(应该是乱码而不是654321这样)

        Ip subnet-zero //允许使用全0子网(默认都是打开的)

        Ip name-server 172.16.8.1 172.16.8.2 //三层交换机名字Catalyst 3550-12T1对应的IP地址是172.16.8.1

        Service dhcp //提供DHCP服务

        ip routing //启用三层交换机上的路由模块

        Exit

        三层交换机配置:

        Vtp mode server //定义VTP工作模式为sever模式

        Vtp domain centervtp //定义VTP域的名称为centervtp

        Vlan 2 name vlan2 //定义vlan并给vlan取名(如果不取名的话,vlan2的名字应该是vlan002)

        Vlan 3 name vlan3

        Vlan 4 name vlan4

        Vlan 5 name vlan5

        Vlan 6 name vlan6

        Vlan 7 name vlan7

        Vlan 8 name vlan8

        Vlan 9 name vlan9

        Exit

        三层交换机配置:

        interface Port-channel 1 //进入虚拟的以太通道组1

        switchport trunk encapsulation dot1q //给这个接口的trunk封装为802.1Q的帧格式

        switchport mode trunk //定义这个接口的工作模式为trunk

        switchport trunk allowed vlan all //在这个trunk上允许所有的vlan通过

        Interface gigabitethernet 0/1 //进入模块0上的吉比特以太口1

        switchport trunk encapsulation dotlq //给这个接口的trunk封装为802.1Q的帧格式

        switchport mode trunk //定义这个接口的工作模式为trunk

        switchport trunk allowed vlan all //在这个trunk上允许所有的vlan通过

        channel-group 1 mode on //把这个接口放到快速以太通道组1中

        Interface gigabitethernet 0/2 //同上

        switchport trunk encapsulation dotlq

        switchport mode trunk

        switchport trunk allowed vlan all

        channel-group 1 mode on

        三层交换机配置:

        port-channel load-balance src-dst-ip //定义快速以太通道组的负载均衡方式(依*源和目的IP的`方式)

        interface gigabitethernet 0/3 //进入模块0上的吉比特以太口3

        switchport trunk encapsulation dotlq //给trunk封装为802.1Q

        switchport mode trunk //定义这个接口的工作模式为trunk

        switchport trunk allowed vlan all //允许所有vlan信息通过

        interface gigabitethernet 0/4 //同上

        switchport trunk encapsulation dotlq

        switchport mode trunk

        switchport trunk allowed vlan all

        interface gigbitethernet 0/5 //同上

        switchport trunk encapsulation dotlq

        switchport mode trunk

        switchport trunk allowed vlan all

        interface gigbitethernet 0/6 //同上

        switchport trunk encapsulation dotlq

        switchport mode trunk

        switchprot trunk allowed vlan all

        三层交换机配置:

        interface gigbitethernet 0/7 //进入模块0上的吉比特以太口7

        Switchport mode access //定义这个接口的工作模式为访问模式

        switchport access vlan 9 //定义这个接口可以访问哪个vlan(实际就是分配这个接口到vlan)

        no shutdown

        spanning-tree vlan 6-9 cost 1000 //在生成树中,vlan6-9的开销定义为10000

        interface range gigabitethernet 0/8 ? 10 //进入模块0上的吉比特以太口8,9,10

        switchport mode access //定义这些接口的工作模式为访问模式

        switchport access vlan 8 //把这些接口都分配到vlan8中

        no shutdown

        三层交换机配置:

        spanning-tree portfast //在这些接口上使用portfast(使用portfast以后,在生成树的时候不参加运算,直接成为转发状态)

        interface gigabitethernet 0/11 //进入模块0上的吉比特以太口11

        switchport trunk encapsulation dotlq //给这个接口封装为802.1Q

        switchport mode trunk //定义这个接口的工作模式为trunk

        switchport trunk allowed vlan all //允许所有vlan信息通过

        interface gigabitethernet 0/12 //同上

        switchport trunk encapsulation dotlq

        switchport mode trunk

        switchport trunk allowed vlan all

        interface vlan 1 //进入vlan1的逻辑接口(不是物理接口,用来给vlan做路由用)

        ip address 172.16.1.7 255.255.255.0 //配置IP地址和子网掩码

        no shutdown

        三层交换机配置:

        standby 1 ip 172.16.1.9 //开启了冗余热备份(HSRP),冗余热备份组1,虚拟路由器的IP地址为172.16.1.9

        standby 1 priority 110 preempt //定义这个三层交换机在冗余热备份组1中的优先级为110,preempt是用来开启抢占模式

        interface vlan 2 //同上

        ip address 172.16.2.252 255.255.255.0

        no shutdown

        standby 2 ip 172.16.2.254

        standby 2 priority 110 preempt

        ip access-group 101 in //在入方向上使用扩展的访问控制列表101

        interface vlan 3 //同上

        ip address 172.16.3.252 255.255.255.0

        no shutdown

        三层交换机配置:

        standby 3 ip 172.16.3.254

        standby 3 priority 110 preempt

        ip access-group 101 in

        interface vlan 4 //同上

        ip address 172.16.4.252 255.255.255.0

        no shutdown

        standby 4 ip 172.16.4.254

        standby 4 priority 110 preempt

        ip access-group 101 in

        interface vlan 5

        ip address 172.16.5.252 255.255.255.0

        no shutdown

        standby 5 ip 172.16.5.254

        standby 5 priority 110 preempt

        ip access-group 101 in

        interface vlan 6

        ip address 172.16.6.252 255.255.255.0

        no shutdown

        三层交换机配置:

        standby 6 ip 172.16.6.254

        standby 6 priority 100 preempt

        interface vlan 7

        ip address 172.16.7.252 255.255.255.0

        no shutdown

        standby 7 ip 172.16.7.254

        standby 7 priority 100 preempt

        interface vlan 8

        ip address 172.16.8.252 255.255.255.0

        no shutdown

        standby 8 ip 172.16.8.254

        standby 8 priority 100 preempt

        interface vlan 9

        ip address 172.16.9.252 255.255.255.0

        no shutdown

        三层交换机配置:

        standby 9 ip 172.16.9.254

        standby 9 priority 100 preempt

        access-list 101 deny ip any 172.16.7.0 0.0.0.255 //扩展的访问控制列表101

        access-list 101 permit ip any any

        Interface vlan 1 //进入vlan1这个逻辑接口

        Ip helper-address 172.16.8.1 //可以转发广播(helper-address的作用就是把广播转化为单播,然后发向172.16.8.1)

        Interface vlan 2

        Ip helper-address 172.16.8.1

        Interface vlan 3

        ip helper-address 172.16.8.1

        interface vlan 4

        ip helper-address 172.16.8.1

        interface vlan 5

        ip helper-address 172.16.8.1

        interface vlan 6

        ip helper-address 172.16.8.1

        interface vlan 7

        ip helper-address 172.16.8.1

        interface vlan 9

        ip helper-address 172.16.8.1

        router rip //启用路由协议RIP

        version 2 //使用的是RIPv2,如果没有这句,则是使用RIPv1

        network 172.16.0.0 //宣告直连的网段

        exit

        三层交换机配置:

        ip route 0.0.0.0 0.0.0.0 172.16.9.250 //缺省路由,所有在路由表中没有办法匹配的数据包,都发向下一跳地址为172.16.9.250这个路由器

        line con 0

        line aux 0

        line vty 0 15 //telnet线路(路由器只有5个,是0-4)

        password 12345678 //login密码

        login

        end

        copy running-config startup-config 保存配置

;

       好了,今天关于“华为三层交换机”的探讨就到这里了。希望大家能够对“华为三层交换机”有更深入的认识,并且从我的回答中得到一些帮助。

上一篇:sdhc存储卡_SDHC存储卡
下一篇:网上购手机_网上购手机在哪个网站好_1