Network/Network

[Cisco] SDM 설치하기

아스피린2 2013. 3. 27. 13:46

▣ Cisco Router 혹은 Switch에 SDM(Security Device Manager)를 설치하는 과정입니다.
※ cli 에서도 충분히 config의 설정이 가능하지만 SDM을 통한 gui환경에서 좀 더 쉽게 설정할 수 있습니다.




 R1(config)#username cisco privilege 15 password cisco
 R1(config)#ip http server
 R1(config)#ip http secure-server
 % Generating 1024 bit RSA keys, keys will be non-exportable...[OK]

 R1(config)#line vty 0 4
 R1(config-line)#login local
 R1(config-line)#transport input telnet ssh
 R1(config-line)#end





※SDM 설치후 flash 내용 살펴보기
R1#dir flash:
Directory of flash:/

    1  -rw-        1038                    <no date>  home.shtml
    2  -rw-        2754                    <no date>  sdmconfig-26xx.cfg
    3  -rw-      112640                    <no date>  home.tar
    4  -rw-      793739                    <no date>  256MB.sdf
    5  -rw-     1505280                    <no date>  common.tar
    6  -rw-     6389760                    <no date>  sdm.tar
    7  -rw-      931840                    <no date>  es.tar

16777212 bytes total (7039708 bytes free)
R1#