This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 请教一下几个简单的关于Cisco路由器设置的问题我是新手。我设置了这些东西
int ethernet1/0
ip addr 70.x.x.171 255.255.255.248
no shutdown
ip default-gateway 70.x.x.169
!
int ethernet1/1
ip addr 192.168.1.2 255,255,255.0
no shutdown
!
ip route 0.0.0.0 0.0.0.0 ethernet1/0
ip routing
我内网的computer: ip: 192.168.1.5
可以ping到70.x.x.171
但ping不到70.x.x.169 (169是连接到171的,因为我从外部可以ping到171)
请问我设置上漏了些什么东西?谢谢
-sesk(sesk);
2008-8-9
{409}
(#4608010@0)
-
You need setup NAThttp://articles.techrepublic.com.com/5100-10878_11-1039094.html
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080133ddd.shtml
-swimmingfish2000();
2008-8-10
{153}
(#4608881@0)
-
Thank you! I will try tomorrow.
-sesk(sesk);
2008-8-10
(#4609548@0)
-
非常感谢!成功啦。再问一个问题。。。怎样可以设置为只可以通过console配置路由器?
-sesk(sesk);
2008-8-11
{43}
(#4612143@0)
-
if u don't set up anything...default can't telnet access.
-wince(MerryGoRound);
2008-8-11
(#4612171@0)
-
use Putty with ssh
-redspider(红蜘蛛);
2008-8-12
(#4614400@0)
-
security reason
-001isbetter(不唧歪不婆妈妈的肉联);
2008-8-12
(#4614454@0)
-
如果没有line vtp 0 15, TELNET就不ENABLE了
-dashi2k(Da Shi);
2008-8-17
(#4623900@0)
-
ip route 0.0.0.0 0.0.0.0 ethernet1/0最好不要这么设, 对资源消耗很大, ip route 0.0.0.0 0.0.0.0 70.*.*.169比较好. 把ip default-gateway 70.x.x.169也删掉
-dashi2k(Da Shi);
2008-8-17
(#4623897@0)
-
正确
-ccie18614(加拿大枫叶);
2008-8-17
(#4624397@0)
-
改了,谢谢
-sesk(sesk);
2008-8-18
(#4626193@0)
-
有没有大侠可以提供一点关于双出口设置的资料?就是一个出口是bell,另一个出口是rogers,其中任意一个断了,还是可以上Internet.
-sesk(sesk);
2008-8-18
(#4626200@0)
-
it is easy, but I do not think your current cisco device can do it.
-ccie18614(加拿大枫叶);
2008-8-19
(#4627555@0)
-
sorry, I assumed it is a simple dsl modem/router. maybe you can, if you can give me the detail of your current device, maybe I can help you.
-ccie18614(加拿大枫叶);
2008-8-19
(#4627564@0)
-
cisco 3600
-sesk(sesk);
2008-8-19
(#4628068@0)
-
that is good. please find my simple, it should work. I tried these command in cisco3640.
-ccie18614(加拿大枫叶);
2008-8-19
{879}
(#4628206@0)
-
should be my "sample", no t"simple". my english is so bad!!!!
-ccie18614(加拿大枫叶);
2008-8-19
(#4628209@0)
-
Thanks! I will try.
-sesk(sesk);
2008-8-20
(#4630703@0)
-
我用模拟器测试了一下,没有什么问题,你的如果不工作,请告诉我.
-ccie18614(加拿大枫叶);
2008-8-20
(#4631014@0)
-
好,但我要周末才可以试,我试过后告诉你。我有个问题想问一下,用这配置的路由器会实现流量动态平衡吗?假如Rogers是10M,Bell是2M,路由器会按大概的比例分配数据吗?还是会某个先用尽了带宽或者是断掉了,另一个才开始用?
-sesk(sesk);
2008-8-21
(#4632683@0)
-
我的思路
-ccie18614(加拿大枫叶);
2008-8-21
{652}
(#4632722@0)
-
非常感谢
-sesk(sesk);
2008-8-21
(#4633144@0)
-
I got some misunderstanding for CEF, please find:http://www.cisco.com/warp/public/cc/pd/ifaa/pa/much/prodlit/loadb_an.pdf
anyway, if one link is 10M while another one is 2M, load balance is not good idea.
-ccie18614(加拿大枫叶);
2008-8-22
(#4633738@0)
-
It is a simple I create, but I did not confirm yet, as I have no time in office. you can try by this way, if it doesn't work, please let me know and I can try after hours.
-ccie18614(加拿大枫叶);
2008-8-19
{896}
(#4627772@0)
-
2年多没碰cisco了,不过好像得启用静态路由监控功能才行,否则要interface down,此interface路由才会消失,一般没有用的。所以得用类似于其他产品的ping server功能
-ccie_sec(ciscoguy);
2008-8-24
(#4637471@0)
-
please look inside
-ccie18614(加拿大枫叶);
2008-8-26
{9043}
(#4641763@0)
-
我的router不能设置 no switchport 和 ip virtual-reassembly
好像没有这两个命令
-sesk(sesk);
2008-9-4
(#4663083@0)
-
这两个命令在你这个问题里没有什么用。我的设备端口是二层端口,所以需要第一个命令;第二个命令是我的设备缺省的。我全部都把配置拷在了这里。
-ccie18614(加拿大枫叶);
2008-9-4
(#4663260@0)