zoukankan      html  css  js  c++  java
  • CCNA实验2.VLAN

    一.

    image

    二.配置主VTP上的信息

    sw2上配置为domain server,sw1上配置为domain client,sw2上增加vlan并命名和添加描述

    conf t

    vtp domain corp

    vtp mode server

    vtp password xxx

    SW-2(config)#vlan 10

    SW-2(config-vlan)#?

    VLAN configuration commands:

    exit Apply changes, bump revision number, and exit mode

    name Ascii name of the VLAN

    no Negate a command or set its defaults

    SW-2(config-vlan)#name HR

    SW-2(config-vlan)#interface vlan 10

    SW-2(config-if)#?

    Interface configuration commands:

    arp Set arp type (arpa, probe, snap) or timeout

    description Interface specific description

    exit Exit from interface configuration mode

    ip Interface Internet Protocol config commands

    ipv6 IPv6 interface subcommands

    no Negate a command or set its defaults

    shutdown Shutdown the selected interface

    standby HSRP interface configuration commands

    查看:

    image

    image

    image

    三.两交换机之间配置trunk

    int f0/24

    switchport mode trunk

    四.交换机上端口分别加入vlan

    conf t

    int f0/1

    switchport access vlan 10

    查看vlan下的端口

    show vlan id xx

    image

  • 相关阅读:
    oracle-sql脚本
    vue生命周期
    使用vue搭建项目(创建手脚架)
    bootcss
    miniMobile(手机)
    mui(手机)
    layui
    Element
    如何学好Spring
    使用Vue做评论+localStorage存储(js模块化)
  • 原文地址:https://www.cnblogs.com/jjkv3/p/3788679.html
Copyright © 2011-2022 走看看