본문 바로가기
  • Vetheuil in Summer
Tech/NETWORK(Routing, L4)

Cisco Nexus 9000 Series NX-OS Interfaces Configuration Guide

by 눈꽃산행 2021. 9. 2.

에구.. 가이드 보면서 ^^

N9K .. 10년 만에 컨피그 하네.... IOS ... NXOS ...

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/93x/interfaces/configuration/guide/b-cisco-nexus-9000-nx-os-interfaces-configuration-guide-93x/b-cisco-nexus-9000-nx-os-interfaces-configuration-guide-93x_chapter_01110.html

 

Cisco Nexus 9000 Series NX-OS Interfaces Configuration Guide, Release 9.3(x) - Configuring Basic Interface Parameters [Cisco Nex

Configuring Basic Interface Parameters

www.cisco.com

version 7.0(3)I7(6) Bios:version 07.66 
hostname SA7F_10G_NAS_SW3
vdc SA7F_10G_NAS_SW3 id 1
  limit-resource vlan minimum 16 maximum 4094
  limit-resource vrf minimum 2 maximum 4096
  limit-resource port-channel minimum 0 maximum 511
  limit-resource u4route-mem minimum 248 maximum 248
  limit-resource u6route-mem minimum 96 maximum 96
  limit-resource m4route-mem minimum 58 maximum 58
  limit-resource m6route-mem minimum 8 maximum 8

feature telnet
feature tacacs+
feature interface-vlan
feature hsrp
feature lacp

no password strength-check
username admin password 5 $5$IPEPNM$114DWVJjfgQO/ekXZXsPPsPPtxw3PS7HtlB6WIygro3  role network-admin
no ip domain-lookup
copp profile strict
snmp-server user admin network-admin auth md5 0x158324806d7900927dc50762c18c2222 priv 0x158324806d7900927dc50762c18
c2222 localizedkey
rmon event 1 description FATAL(1) owner PMON@FATAL
rmon event 2 description CRITICAL(2) owner PMON@CRITICAL
rmon event 3 description ERROR(3) owner PMON@ERROR
rmon event 4 description WARNING(4) owner PMON@WARNING
rmon event 5 description INFORMATION(5) owner PMON@INFO

ip route 0.0.0.0/0 192.168.130.65
vlan 1,102

vrf context management

interface Vlan1

interface Vlan102
  no shutdown
  ip address 192.168.102.2/24
  hsrp 102 
    preempt 
    ip 192.168.102.1

interface port-channel1
  description ## 10G_NAS_SW_Interlink ##
  switchport
  switchport mode trunk
  switchport trunk allowed vlan 102

interface Ethernet1/1
  ip address 192.168.130.105/26
  no shutdown

interface Ethernet1/2
  switchport
  switchport access vlan 102

interface Ethernet1/3
  switchport
  switchport access vlan 102

interface Ethernet1/47
  description ## 10G_NAS_SW2_Trunk ##
  switchport
  switchport mode trunk
  switchport trunk allowed vlan 102
  channel-group 1 mode active
  no shutdown

interface Ethernet1/48
  description ## 10G_NAS_SW2_Trunk ##
  switchport
  switchport mode trunk
  switchport trunk allowed vlan 102
  channel-group 1 mode active
  no shutdown

interface Ethernet1/49

interface Ethernet1/50

interface Ethernet1/51

interface Ethernet1/52

interface Ethernet1/53

interface Ethernet1/54

interface mgmt0
  vrf member management
cli alias name wr copy running-config startup-config
line console
line vty
boot nxos bootflash:/nxos.7.0.3.I7.6.bin 

=========================================================
SA7F_10G_NAS_SW3# show port-channel summary 
Flags:  D - Down        P - Up in port-channel (members)
        I - Individual  H - Hot-standby (LACP only)
        s - Suspended   r - Module-removed
        b - BFD Session Wait
        S - Switched    R - Routed
        U - Up (port-channel)
        p - Up in delay-lacp mode (member)
        M - Not in use. Min-links not met
--------------------------------------------------------------------------------
Group Port-       Type     Protocol  Member Ports
      Channel
--------------------------------------------------------------------------------
1     Po1(SU)     Eth      LACP      Eth1/47(P)   Eth1/48(P)   
SA7F_10G_NAS_SW3# wr
[########################################] 100%
Copy complete, now saving to disk (please wait)...
Copy complete.
SA7F_10G_NAS_SW3# 

'Tech > NETWORK(Routing, L4)' 카테고리의 다른 글

Cisco IOS LACP & NX-OS LACP  (0) 2021.10.01
Catalyst 3850: Troubleshooting Output drops  (0) 2021.09.07
IXIA PerfectStorm BreakingPoint  (0) 2020.12.02
Access-List  (0) 2019.09.30
ICMP Type 및 Code  (0) 2019.03.12