实例拓扑如下:
3-5 Aruba交换机实用配置-Vlan&IP 2020

vlan和IP配置

Core-1

  1. Access the terminal session with Core-1.
  2. Assign VLAN 1 the IP address 10.1.1.1 with a 24-bit mask.
    Core-1# configure
    Core-1(config)# vlan 1 ip address 10.1.1.1/24
    Core-1(config)# exit
  3. Verify the configuration.
    Core-1# show ip
    Internet (IP) Service
    IP Routing : Disabled
    Default Gateway :
    Default TTL : 64
    Arp Age : 20
    Domain Suffix :
    DNS server :
    | Proxy ARP
    VLAN | IP Config IP Address Subnet Mask Std Local
    ------------ + --------- ---------- ------------- ----------
    DEFAULT_VLAN | Manual 10.1.1.1 255.255.255.0 No No

Access-1
4. Repeat this process for Access-1, assigning VLAN 1 the IP address 10.1.1.3/24.
Access-1# configure
Access-1(config)# vlan 1 ip address 10.1.1.3/24
Access-2
5. Repeat this process for Access-2, assigning VLAN 1 the IP address 10.1.1.4/24.
Access-2# configure
Access-2(config)# vlan 1 ip address 10.1.1.4/24

相关文章:

  • 2021-10-10
  • 2022-02-25
  • 2021-05-31
  • 2021-12-24
  • 2021-09-28
  • 2021-05-24
  • 2021-12-04
  • 2021-11-29
猜你喜欢
  • 2021-10-22
  • 2021-04-07
  • 2021-11-26
  • 2021-10-03
  • 2021-07-27
  • 2021-07-05
  • 2021-09-05
相关资源
相似解决方案