N1548스위치에서 호스트네임 설정하기
호스트네임은 testsw로 설정
출처 - http://igoni.kr/books/network/page/n1548-vAZN1548스위치에서 호스트네임 설정하기
호스트네임은 testsw로 설정
console>enableconsole#configureConsole(config)#hostname testsw
test_sw(config)#username admin password adminpass privilege 15
test_sw(config)#aaa authentication login default local
test_sw(config)#aaa authentication login default line
test_sw(config)#aaa authentication enable default line
Q07-L2-1(config)#enable password adminpass
test_sw(config)#line console
test_sw(config-line)#login authentication default
test_sw(config-line)#enable authentication default
test_sw(config-line)#password adminpass
test_sw(config-line)#exittest_sw(config)#line telnet
test_sw(config-telnet)#login authentication default
test_sw(config-telnet)#enable authentication default
test_sw(config-telnet)#password adminpass
test_sw(config-telnet)#exitN1548에서 2번 port description 설정
test-sw(config-if-Gi1/0/1)#interface gigabitethernet 1/0/2test-sw(config-if-Gi1/0/1)#description 192.168.50.123test-sw(config-if-Gi1/0/1)#show interfaces configurationconsole모드에서 스위치 mgmt ip설정 / config save
Console(config)#enable
Console(config)#configure
Console(config)#interface vlan 1
Console(config-if)#ip address 192.168.200.10 255.255.255.0
Console(config-if)#exit
Console(config-if)#ip routing
Console(config)#ip default-gateway 192.168.200.1
console(config)#exit
console#copy running-config startup-config
This operation may take few minutes.
Management interfaces will not be available during this time.
Are you sure you want to save? (y/n) y
Configuration Saved!37번 포트 shutdown
#configure
(config)#interface gigabitethernet 1/0/37
(config-if-Gi1/0/37)#shutdown37번 포트 활성화
#configure
(config)#interface gigabitethernet 1/0/37
(config-if-Gi1/0/37)#no shutdown출처 - http://igoni.kr/books/network/page/dell-n1548-enabledisable
n1548 스위치에 snmp 설정
snmp 커뮤니티는 eng로 설정, snmp서버는 192.168.100.10 이라고 하고 설정
console>enable
console#configure
Console(config)#hostname master-sw
Console(config)#snmp-server community eng ro
console(config)#snmp-server host 192.168.100.10 eng
console(config)#snmp-server enable traps linkChatGPT, perplexity, Gemini... 많은 AI 서비스가 있고 서비스별로 다양한 엔진이 있죠. 문득 AI끼리 대화를 시켜보면 어떤 대화의 흐름을 이어갈까 궁금해졌습니다. 그래서 해보았습니다. 규 칙 나(사람)은 양쪽 AI에서...