2022년 10월 29일 토요일

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

댓글 없음:

댓글 쓰기

adfit

AI들끼리 대화하기

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