Hey all,
I'm currently studying for the CCNA-Security exam. I have a Parallels Win 7 VM running on my Mac that I wanted to use to run Cisco Configuration Professional against routers in GNS3 running on the same Mac. So I dragged out a "Host" icon and configured the Generic Ethernet NIO to be "vnic0" which was the vnic associated with the VM. This happily worked, and I can reach the routers from my Win 7 VM. But, after I start up CCP and discover a router, and then try to do any configuration on the router, CCP dies with an error message stating, "An internal error has occurred. Cisco CP will shutdown. Restart Cisco CP and discover the devices again." I did a Wireshark capture against the router interface that the VM was doing the http against, and I do see CCP making calls against the router and the router returning answers, like so:
Code:
(CCP PC)
POST /ios_web_exec/commandset HTTP/1.1
Content-Length: 117
Connection: Keep-Alive
Authorization: Basic d2Rlbm5pczoxcTJ3M2U=
User-Agent: Jakarta Commons-HttpClient/3.0
Host: 10.211.55.253
! COMMANDSET VERSION="1.0"
! OPTIONS BEGIN
! MODE="0"
! OPTIONS END
show environment
! END
! COMMANDSET END
(router)
HTTP/1.1 200 OK
Date: Fri, 01 Mar 2002 03:54:38 GMT
Server: cisco-IOS
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
Expires: Fri, 01 Mar 2002 03:54:38 GMT
Last-Modified: Fri, 01 Mar 2002 03:54:38 GMT
Cache-Control: no-store, no-cache, must-revalidate
Accept-Ranges: none
000000F4
! COMMANDSET VERSION="1.0" STATUS="0"
! COMMAND_OUTPUT BEGIN
! COMMAND BEGIN
show environment
! COMMAND END
! OUTPUT BEGIN
Power Supply:
.Redundant Power System is present.
.Thermal status: normal
.Input Voltage status: normal
000000A4
.DC Output Voltage status: normal
Board Temperature:
.normal.
Fan status:
.normal.
! OUTPUT END
! STATUS BEGIN
PARSE_ERROR="0"
! STATUS END
00000016
! COMMAND_OUTPUT END
00000012
! COMMANDSET END
0
Anyone seen a problem like this before? I'm running CCP with Java 6u11, which is supposedly the supported Java version. Wonder if it's a problem with running CCP against a GNS3 router, or if it's just a general CCP/Java problem??