Cisco Cisco ASA 5555-X Adaptive Security Appliance 产品宣传页

下载
页码 904
 
38-17
Cisco ASA Series 
일반적인 작업 CLI 구성 가이드
 
38 
장     Anonymous Reporting 및 Smart Call Home 
  Anonymous Reporting 
및 Smart Call Home 구성
3
단계
기존 프로필 내용을 새 프로필에 복사합니다.
copy profile 
src-profile-name dest-profile-name
예:
ciscoasa(cfg-call-home)# copy profile newprofile profile1
기존 프로필(src-profile-name) 및 새 프로필(dest-profile-name) 최대 길이는 23자입니다.
다음 예는 기존 프로필을 복사하는 방법을 보여 줍니다.
ciscoasa(config)# call-home
ciscoasa(cfg-call-home)# profile newprofile
ciscoasa(cfg-call-home-profile)# copy profile newprofile profile1
대상 프로필 이름 변경
기존 프로파일의 이름을 변경하려면 다음 단계를 수행하십시오.
절차
1
단계
call-home 
구성 모드로 들어갑니다.
call-home
예:
ciscoasa(config)# call-home
2
단계
이름을 바꿀 프로필을 지정합니다.
profile
 profilename
예:
ciscoasa(cfg-call-home)# profile newprofile
3
단계
기존 프로파일 이름을 변경합니다.
rename profile 
src-profile-name dest-profile-name
예:
ciscoasa(cfg-call-home)# rename profile newprofile profile1
기존 프로필(src-profile-name) 및 새 프로필(dest-profile-name) 최대 길이는 23자입니다.
다음 예는 기존 프로필 이름을 변경하는 방법을 보여 줍니다.
ciscoasa(config)# call-home
ciscoasa(cfg-call-home)# profile newprofile
ciscoasa(cfg-call-home-profile)# rename profile newprofile profile1