반응형 Nexus5 Cisco Nexus OSPF 설정 OSPF area 0으로 설정 - OSPF 설정[NX-OS#1]N9K1(config)# feature ospf N9K1(config)# router ospf 1N9K1(config-router)# router-id 1.1.1.1 N9K1(config-router)# interface e1/1 N9K1(config-if)# no sw N9K1(config-if)# ip add 192.168.10.1/30 N9K1(config-if)# ip router ospf 1 area 0N9K1(config-if)# no sh N9K1(config-if)# inter e1/2 N9K1(config-if)# no sw N9K1(config-if)# ip add 192.168.10.5/30N9K1(config-if)# .. 2022. 6. 5. Cisco Nexus HSRP/VRRP 설정 inter vlan 1에 IP 설정을 하겠습니다. - HSRP 설정NX9K-1(config)# feature interface-vlanNX9K-1(config)# feature hsrpNX9K-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-vlanNX9K-2(config)# feat.. 2022. 5. 14. Cisco Nexus 9000 telnet, ssh 설정 1) TelnetNexus(config)# feature telnetNexus# show telnet servertelnet service enabled Nexus 스위치에서는 'feature' 명령어를 이용하여 Telnet 기능을 활성화해야 합니다. 2) SSHNexus(config)# feature sshNexus# show ssh serverssh version 2 is enabledNexus 스위치에서는 기본적으로 SSH가 활성화되어 있습니다. 그렇기 때문에 'feature' 명령어를 사용할 필요 없습니다. 1. 다른 Switch에서 Nexus로 SSH 연결을 할 때 안되는 경우Nexus 9000에 SSH를 연결할 수 없습니다. "일치하는 암호를 찾을 수 없음" 오류 수신 코드를 7.0(3)I2.. 2022. 4. 20. Cisco Nexus 계정 1. Cisco Nexus 계정username admin password 5 $5$LJPEOL$UOLpb54VhELNwiw0tCATK3eF.JiXPibNLyYAdH8RNR7 role network-adminNexus 스위치에는 기본적으로 admin 계정이 있고, 삭제는 불가능 합니다. 2. 사용자 생성- Nexus(config)# username cisco password cisco만약, 신규 사용자를 생성할 경우, 별도의 권한을 할당하지 않으면 'network-operator' 권한을 가지게 됩니다.다른 장비에서 이 계정으로 접속할 경우 show run, config 수정이 안됩니다. show run (확인)username cisco password 5 $5$Mydfj3uY$uvoiAo7owBybFK.. 2022. 4. 18. Cisco Nexus에서 wr 명령어 사용 방법 1. 기본적인 저장 방법은 Nexus#copy running-config startup-config 2. 명령어를 만들어야 사용 가능Nexus(config)#cli alias name wr copy running-config startup-config //wr로 저장할수 있음 3. 저장된 내용 삭제Nexus#wirte erase reload 2022. 4. 18. 이전 1 다음 반응형