Netgear XCM8806 - 8800 SERIES 6-SLOT CHASSIS SWITCH 사용자 설명서

다운로드
페이지 968
510
   
|   
Chapter 17.  Security  
NETGEAR 8800 User Manual 
enable ssh2 {access-profile [<access_profile> | none]} {port <tcp_port_number>} 
{vr [<vr_name> | all | default]}
Use the 
none
 option to remove a previously configured ACL. 
In the ACL policy file for SSH2, the 
source-address
 field is the only supported match 
condition. Any other match conditions are ignored
Using SCP2 from an External SSH2 Client
In XCM8800, the SCP2 protocol is supported for transferring configuration, image and public 
key policy files to the switch from the SCP2 client. 
The user must have administrator-level access to the switch. The switch can be specified by 
its switch name or IP address.
XCM8800 only allows SCP2 to transfer to the switch files named as follows:
•     
*.cfg—XCM8800 configuration files
•     
*.pol—XCM8800 policy files
•     
*.xos—XCM8800 core image files
•     
*.xmod—XCM8800 modular package files
•     
*.ssh—Public key files
In the following examples, you are using a Linux system to move files to and from the switch 
at 192.168.0.120, using the switch administrator account 
admin
.You are logged into your 
Linux system as user.
To transfer the primary configuration file from the switch to your current Linux directory using 
SCP2, use the following command:
[user@linux-server]# scp2 admin@192.168.0.120:primary.cfg primary.cfg
To copy the policy filename test.pol from your Linux system to the switch, use the following 
command:
[user@linux-server]# scp2 test.pol admin@192.168.0.120:test.pol
To copy the image file test.xos from your Linux system to the switch, use the following 
command:
[user@linux-server]# scp2 test.xos admin@192.168.0.120:test.xos 
Now you can use the command 
install image test.xos
 to install the image in the switch. 
To copy the SSH image file test.xmod from your Linux system to the switch, use the following 
command:
[user@linux-server]# scp2 test.xmod admin@192.168.0.120:test.xmod
Now you can use the command 
install image test.xmod
 to install the image in the switch.
To load the public key id_rsa.pub from your Linux system to the switch, use the following 
command: