Chào mọi người hiện nay mình đang gặp vấn đề khi dùng SDM kết nối với router qua phần mềm GNS3. Mình đã cấu hình thông số như sau.
Và cuối cùng khi kết nối tới router thì nó chỉ hiện ra màn hình IE rồi đứng luôn. Đã tắt block pop-up.
Code:
R1(config)# username ciscosdm privilege 15 password 0 ciscosdm R1(config)# ip http server R1(config)# ip http secure-server % Generating 1024 bit RSA keys, keys will be non-exportable...[OK] *Jan 14 20:19:45.310: %SSH-5-ENABLED: SSH 1.99 has been enabled *Jan 14 20:19:46.406: %PKI-4-NOAUTOSAVE: Configuration was modified. Issue "write memory" to save new certificate R1(config)# ip http authentication local R1(config)# line vty 0 4 R1(config-line)# login local R1(config-line)# transport input telnet ssh R1(config)# interface fastethernet0/0 R1(config-if)# ip address 192.168.10.1 255.255.255.0 R1(config-if)# no shutdown
Comment