본문 바로가기
네트워크/실습

Nexus 9K 실습

by JihoK 2024. 3. 26.

임의 실습환경 구성

 

NXOS

 

Yes

no

Pa$$w0rd

yes

create another login acoount:  no

SNMP: no, no

Switch name: N9k1

out of band (mgmt0) : yes

mamt0 IPv4 Address: 192.168.100.200

255.255.255.0

yes

192.168.100.1

no

yes

yes

rsa

1024

no

L2

noshut

strict

no

yes

 

admin

Pa$$w0rd

 

명령어 -

dir - image infomation

 

reload - reboot 

Loader > d

 

 

conft -> boot nxos bootflash:///nxos.9.3.8.bin    부팅이미지 저장작업.

show run - line console에 boot nxos bootflash   확인

 

copy run start

reload

 

show ip int brif 

초기설정때 ip를 넣었는데 안뜬다.

 

show run

 

 

show ip int bri vrf management

show ip int bri vrf management

 

ping 해보자 

 

ping 192.168.100.1

ping 192.168.100.1 vrf management 

핑이 안간다

 

Network 연결이 안됐기 때문이지

 

구름 생성 

 

연결~~

 

핑됨

 

IOS 와 N9K 차이점.

- Login 하면 Exec 모드 전환

- Feature 기반 License model 사용

- Feature ? / Feature ospf / Feature eigrp

- interface speed 동적으로 학습

- Port-Channel = etherchannel 대체, lacp 만 사용

가상화 - VLAN, VRF, VDC(NX-OS, N7K = 4개, N9K = 1개 VDC(Default VDC)) 

IP 할당 - Out-of-band management interface -> management vrf에 설정

N9K = VRF 2개

- Management VRF(mgnt0), 모든 VDC에서 Access 가능

- Default VRF 

 

기본 계정 : admin  - 초기 Password 지정, Secure Password 지정 권고

IOS 의 wr  사용 불가,  Copy running-config startup-config

STP : Rapid-PVST+ 가 기본상태

show 명령어 - exec 모드, config 에서 수행 가능

 

*VDC (Virtual Device Context)

- 단일 물리적 Nexus 스위치를 여러 가상 장치로 분할

- 각각의 가상 장치는 독립적인 관리 도메인을 가짐

*VRF(Virtual Routing and Forwarding)

- 네트워크 내에서 라우팅 테이블을 분할하여 여러 개의 독립적인 라우팅 도메인

 

IP address 설정

- S/m : 192.168.100.10 255.255.255.0 192.168.100.10/24

 

Show cli history, Show cli history config-mode

interface range e1/1-5 → interface eth1/1-5, interface eth1/1, eth1/5

Show running-config eigrp (Feature 단위로 내용 확인가능)

Show running-config exclude (제외항목)

Show running-config diff 

 

NX-OS CLI Output Piping

Checkpoint & Rollback

NX-OS Port-Profiles

Cisco NX-OS Licensing : Nexus 7X00

'네트워크 > 실습' 카테고리의 다른 글

VxLAN  (1) 2024.04.19
nxapi  (0) 2024.04.08
N9K vPC 실습  (0) 2024.03.28
N9K 실습3 메모  (0) 2024.03.27
N9K 실습2 및 메모  (0) 2024.03.27