728x90 반응형 SMALL 네트워크/Cisco13 [네트워크] Cisco Nexus Fabric Extender 1. FEX Deploymnet Model 1-1. Straight-through FEX using static pinning static pinning이란 FEX의 downlink server port가 FEX와 switch간의 uplinks중 하나를 고정적으로 선택해서 특정 서버로의 트래픽이 항상 같은 uplink를 사용하게 한다. 1-2. Straight-through FEX using dynamic pinning FEX와 서버간의 Ports들은 Port channel를 사용하여 하나의 포트로 구성되어지며, 트래픽은 Port channel hashing mechanism에 따라 로드밸런싱이 된다. 1-3. Active-active FEX using vPC : Port channels과 vPC 를 사.. 2023. 7. 7. [네트워크] cisco Nexus 9000 시리즈 tcpdump 확인방법 일반적으로 cisco Nexus 9000 장비에서는 다른 장비들과는 다르게 tcpdump 명령어가 없습니다. ethanalyzer 라는 명령어를 통해 확인할 수 있지만 이번에는 bash-shell 을 통해 tcpdump 를 확인하는 방법을 소개하고자 합니다. 1. bash-shell 활성화 여부 확인 hostname# show feature | inc bash // 넥서스 장비 feature 목록 중 bash-shell에 대해 검색 bash-shell 1 disabled // 비활성화 되어있음을 확인 2. bash-shell 활성화 hostname# conf t hostname(config)# feature bash-shell // bash-shell 활성화 명령어 hostname(config)# run.. 2023. 7. 4. [네트워크] Cisco Nexus(NX-OS) 팁 및 요령 빠른 16진수/12월 변환 16진수는 16진수를, 10진수는 12를 나타냅니다. NX-OS# dec 0x89 137 NX-OS# hex 137 0x89 여러 CLI를 한꺼번에 실행 CLI는 명령줄 인터페이스를 의미합니다. N7k-LabSW# show clock ; show switchname ; show license host-id 19:10:59.016 UTC Mon Apr 04 2016 N7k-LabSW License hostid: VDH=TBM14354170 # 컨피그레이션에 대해서도 작동합니다. N7k-LabSW# conf t ; hostname N7k-LabSW-DEFAULT ; end Enter configuration commands, one per line. End with CNTL/Z. .. 2023. 6. 30. [네트워크] Cisco Nexus HSRP/VRRP 설정 inter vlan 1에 IP 설정을 하겠습니다. - HSRP 설정 NX9K-1(config)# feature interface-vlan NX9K-1(config)# feature hsrp NX9K-1(config)# interface vlan 1 NX9K-1(config)# ip add 192.168.10.2/24 NX9K-1(config-if)# hsrp 1 NX9K-1(config-if-hsrp)# ip 192.168.10.1 NX9K-1(config-if-hsrp)# priority 110 NX9K-1(config-if-hsrp)# preempt NX9K-1(config-if-hsrp)# no sh NX9K-2(config)# feature interface-vlan NX9K-2(config)# .. 2023. 6. 30. 이전 1 2 3 4 다음 728x90 반응형 SMALL