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

  • 相关阅读:
    简单工厂模式
    1.go的Hello
    Scrapy003-项目流程
    Django1.9开发博客(6)- 模板继承
    Django开发博客- 页面美化
    Django开发博客- 三部曲
    Django开发博客- 部署
    Django开发博客- 模型
    Django开发博客 入门篇
    内装式模块
  • 原文地址:https://www.cnblogs.com/jjkv3/p/3788679.html
Copyright © 2011-2022 走看看