2018年12月1日 星期六

網路原理(一) RSE6 Section 6.2

Normal range vlans
Normal range VLANs on these switches are numbered 1 to 1,005 and extended range VLANs are numbered 1,006 to 4,094. 

extended range vlans
Enable service providers to extend their infrastructure to a greater number of customers. Some global enterprises could be large enough to need extended range VLAN IDs.

=====以下皆為指令=====

vlan vlan-id

name vlan-name

switchport mode access

switchport access vlan vlan-id

interface range

no switchport access vlan vlan-id

no vlan vlan-id

delete flash:vlan.dat

delete vlan.dat

show vlan

show interfaces

show vlan summary

show interfaces vlan vlan_id

switchport mode trunk

switchport trunk allowed vlan vlan_list

switchport trunk native vlan vlan_id

no switchport trunk allowed vlan

no switchport trunk native vlan

show interfaces switchport

no switchport access vlan vlan_id

show interfaces trunk

show interfaces int_id trunk





沒有留言:

張貼留言

 2025 MTK 韌體工程師 上機考心得  前言: 以前, 我覺得寫前後端的人才是真正的寫程式, 很羨慕那些大神 直到這次準備, 我才發現靠杯, 原來寫底層的程式也那麼硬派, XOR 一些奇奇怪怪的加速運算操作, 剛看到真的是無法想像, 有夠虧賊!   1. C/C++ Pro...