22.05.04[Cisco Nexus] Nexus 9K Lab(3)

김스타·2022년 5월 4일
0

Cisco Nexus

목록 보기
3/9
post-thumbnail

MAC 설정 명령어

show mac address-table

mac static 설정 Option 확인

#mac address-table static ?

Option 설정 후 확인

#show mac address-table

Mac Setting & show interface

interface e1/2에 no switchport를 설정한 뒤 mac을 지정한다.
설정한 결과를 show int e1/2로 확인한다.

※ MAC 주소 변경 이유
: 네트워크 인터페이스는 MAC add로 서로 통신한다. 장치를 식별하거나
장치를 추적하기 위해 사용하는데 편의를 위해 변경이 가능하다.

mac address-table aging-time 설정하기

mac address-table aging-time 000 지정하고자 하는 숫자를 입력한다.

mac address-table aging-time 600

mac address-table limit 16 user-defined

#mac address-table limit 16 user-defined

dynamic mac clear

#clear mac address-table dynamic
#show mac address-table

show mac add limit all & aging-time

address-table limit 및 aging-time 설정을 확인할 수 있다.

#show mac address-table limit all
#show mac address-table aging-time

show mac address-table static

static이 설정된 mac add를 확인한다.

show int e1/2 mac-address

직접적인 interface의 mac add를 확인할 수 있다.

show cli history

Vlan

1 normoal - default, management, native

2 - 1005 : normal, 사용자 정의 영역 vlan
1006-3967 : Extended
3968-4095 : reserved 영역 - interface devie 사용

show vlan interval usage

vlan 생성
conf t
vlan 5
name rapa
-> name 설정 : 32 기본, 최대 128자까지 작성가능
state active
no shutdown

conf t
vlan 5-10
state active or suspend
no shutdown

show system vlan reserved

private vlan

VTP mode가 Transparent에서만 지원 가능하다.

primary vlan
primary vlan - Promiscuos port - secondary vlan
외부와 통신하기 위한 목적 port이다.
Community vlan, Isolate vlan과 통신이 가능하다.

seondary vlan

  • community vlan 같은 커뮤니티끼리는 통신 가능하다.
  • Isolate vlan은 각각 port가 독립적이다.

conf t
vlan 100
private-vlan primary
private-vlan associate 501, 502

vlan 501
private-vlan community
vlan502
private-vlan isolated

port 적용
int e1/1
switchport mode private-vlan host
switchport private-vlan host association 100 502

int e1/0
switchport mode private-vlan promiscuos
switchport prvate-vlan hsot mapping 100 501,502

port 설정
Access port
int e1/1
switchport
switchport mode access
switchport access vlan 10
no shutdown

show vlan
show vlan brief

Trunk

Trunk & port channel

표준 protocol 적용 - lacp

feture lacp
interace port-channel 1
switchport
switchport mode trunk
switchport trunk allowed vlan 1, 11
switchport trunk native vlan 12
no shutdown

int e1/1, e1/3
switchport
switch mode trunk
channel-group 1 mode active

show port-channel summary
show port-channel traffic

VTP

mode transparent

conf t
feature vtp
vtp domain rapa
vtp version 2
vtp file vtp.dat
vtp password cisco

show vtp status
show vtp counters
show vtp interface

Port-Channel

STP 프로토콜

RSTP +

Pervlan, Rapid STP -> Advanced Feature(추가 기능)

MST

Vlan Grouping -> 전체 Network에 적용

feature lacp
int e1/1, e1/2
switchport mode trunk
no shutdown

int e1/3, e1/4
switchport
switchport mode trunk
channel-group 1 mode active

int e1/5
switchport
switchport mode access
switchport access vlan 11

show cdp neighbors

P4-N9K-3 show run

Ping test

0개의 댓글