레이블이 dell인 게시물을 표시합니다. 모든 게시물 표시
레이블이 dell인 게시물을 표시합니다. 모든 게시물 표시

2022년 7월 26일 화요일

N1548 포트 정보 설정

N1548에서 2번 port description 설정

n1548 배너설정

config모드에서 배너설정

test-sw(config)#banner motd "------------

test

---------------------"

출처 - http://igoni.kr/books/network/page/n1548

n1548 mgmt ip 설정

 console모드에서 스위치 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!


출처 - http://igoni.kr/books/network/page/n1548-mgmt-ip

Dell N1548에 포트별 Enable/Disable

 37번 포트 shutdown

#configure
(config)#interface gigabitethernet 1/0/37
(config-if-Gi1/0/37)#shutdown

37번 포트 활성화

#configure
(config)#interface gigabitethernet 1/0/37
(config-if-Gi1/0/37)#no shutdown

출처  - http://igoni.kr/books/network/page/dell-n1548-enabledisable

2022년 7월 24일 일요일

Dell N1548 snmp설정

 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 link



출처 - http://igoni.kr/books/network/page/dell-n1548-snmp

adfit

AI들끼리 대화하기

ChatGPT, perplexity, Gemini... 많은 AI 서비스가 있고 서비스별로 다양한 엔진이 있죠. 문득 AI끼리 대화를 시켜보면 어떤 대화의 흐름을 이어갈까 궁금해졌습니다. 그래서 해보았습니다. 규 칙 나(사람)은 양쪽 AI에서...