“CMTS”的版本间的差异
(创建页面,内容为“== DEBUG == === RPD can not online === sho cable depi multicast pool sho cable rpd log reverse”) |
(→DEBUG) |
||
第3行: | 第3行: | ||
sho cable depi multicast pool | sho cable depi multicast pool | ||
sho cable rpd log reverse | sho cable rpd log reverse | ||
+ | == SSH Configuration == | ||
+ | ip ssh V1 | ||
+ | configure terminal | ||
+ | enable password lab | ||
+ | ip domain-name cisco.com | ||
+ | crypto key generate rsa general-keys modulus 1024 | ||
+ | ip ssh time 120 | ||
+ | ip ssh authentication 4 | ||
+ | line vty 0 4 | ||
+ | transport input ssh | ||
+ | exit | ||
+ | aaa new-model | ||
+ | aaa authentication login default local | ||
+ | username admin password lab | ||
+ | |||
+ | ip ssh V2 | ||
+ | 1. enable | ||
+ | |||
+ | 2. configure terminal | ||
+ | |||
+ | 3. ip ssh rsa keypair-name keypair-name | ||
+ | |||
+ | |||
+ | 4. crypto key generate rsa usage-keys label ssh_key modulus 1024 | ||
+ | 5. ip ssh [time-out seconds | authentication-retries integer] | ||
+ | |||
+ | |||
+ | 6. ip ssh version 2 | ||
+ | ip ssh authentication-retries 4 | ||
+ | ip ssh source-interface GigabitEthernet0 | ||
+ | ip ssh rsa keypair-name ssh_key | ||
+ | ip ssh version 2 | ||
+ | ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr | ||
+ | ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr | ||
+ | |||
+ | |||
+ | aaa new-model | ||
+ | aaa authentication login default local | ||
+ | aaa session-id common | ||
+ | |||
+ | username admin password lab | ||
+ | line vty 0 4 | ||
+ | exec-timeout 0 0 | ||
+ | privilege level 15 | ||
+ | password lab | ||
+ | logging synchronous | ||
+ | exec prompt timestamp | ||
+ | transport input ssh |
2018年1月15日 (一) 07:18的版本
DEBUG
RPD can not online
sho cable depi multicast pool sho cable rpd log reverse
SSH Configuration
ip ssh V1 configure terminal enable password lab ip domain-name cisco.com crypto key generate rsa general-keys modulus 1024 ip ssh time 120 ip ssh authentication 4 line vty 0 4 transport input ssh exit aaa new-model aaa authentication login default local username admin password lab
ip ssh V2 1. enable
2. configure terminal
3. ip ssh rsa keypair-name keypair-name
4. crypto key generate rsa usage-keys label ssh_key modulus 1024
5. ip ssh [time-out seconds | authentication-retries integer]
6. ip ssh version 2
ip ssh authentication-retries 4
ip ssh source-interface GigabitEthernet0
ip ssh rsa keypair-name ssh_key
ip ssh version 2
ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
aaa new-model
aaa authentication login default local
aaa session-id common
username admin password lab line vty 0 4
exec-timeout 0 0 privilege level 15 password lab logging synchronous exec prompt timestamp transport input ssh