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

2022년 10월 29일 토요일

N1548 호스트네임 설정하기

 N1548스위치에서 호스트네임 설정하기

호스트네임은 testsw로 설정

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

N1548에서 계정생성 (admin)

 

  1. 계정생성 (계정명은 admin / 패스워드는 adminpass로 설정
    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
    

  2. 콘솔에서 접속시 계정패스워드 설정
    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)#exit

  3. telnet 접속시 패스워드 설정
    test_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)#exit

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에서...