本帖最后由 宅男女神 于 2016-3-31 10:46 编辑
[老外视频]cisco ios xr gns3使用指南 听不懂没关系 照着做就能成功
[老外视频]cisco ios xr gns3使用指南 听不懂没关系 照着做就能成功
[老外视频]cisco ios xr gns3使用指南 听不懂没关系 照着做就能成功
[老外视频]cisco ios xr gns3使用指南 听不懂没关系 照着做就能成功
[老外视频]cisco ios xr gns3使用指南 听不懂没关系 照着做就能成功
自己使用时发现有以下几点需要注意
1、在virtualbox里创建虚拟机时视频作者推荐内存为3G,我的笔记本不给力,开始用512M代替,结果在GNS3启动时报错可用内存不够,后来改为2G能正常使用了2、视频中作者在GNS3中创建virtualbox host时只创建了2个nic,我试验了下,如果创建多个nic,e0永远是最后一个ge端口,举个例子,我在GNS3中创建virtualbox host时创建6个nic,那么host里就会有如下端口
Interface IP-Address Status Protocol
MgmtEth0/0/CPU0/0 172.16.1.1 Up Up
GigabitEthernet0/0/0/0 unassigned Shutdown Down
GigabitEthernet0/0/0/1 unassigned Shutdown Down
GigabitEthernet0/0/0/2 unassigned Shutdown Down
GigabitEthernet0/0/0/3 unassigned Shutdown Down
GigabitEthernet0/0/0/4 192.168.1.1 Up Up
其中ge0/0/0/4 是 e0、ge0/0/0/3是 e1、ge0/0/0/2 是 e2、ge0/0/0/1是 e3、ge0/0/0/0是 e4、MgmtEth0/0/CPU0/0 是e5
3、在试验中,virtualbox host 与R1(7200)相连,如果想ping通,MgmtEth0/0/CPU0/0必须也与R1相连并配置IP地址
R1#show ip int b
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset administratively down down
GigabitEthernet0/0 192.168.1.2 YES manual up up
GigabitEthernet1/0 172.16.1.2 YES manual up up
GigabitEthernet2/0 unassigned YES unset administratively down down
GigabitEthernet3/0 unassigned YES unset administratively down down
SSLVPN-VIF0 unassigned NO unset up up
以上是自己见解,如有错误,希望多指教
|