
masood at nexlinx
Nov 2, 2009, 2:49 AM
Post #2 of 2
(287 views)
Permalink
|
check the show running-configuration. verify whether ip routing is enabled. The command, if enabled, appears towards the top of the output. hostname SW ! ! ip subnet-zero ip routing if not thn enable routing on the switch by using the ip routing command. SW(config)#ip routing Regards, Masood Blog: http://weblogs.com.pk/jahil/ > > hi all > > i have 2 switches > ME-C3750-24TE with IOS c3750me-i5-mz.122-35.SE5.bin > i defined an interface VLAN (management) > int vlan 1 > ip add 10.0.0.2 255.255.255.224 > > and defined a default route > ip route 0.0.0.0 0.0.0.0 10.0.0.1 > > when i issue the command show ip route 0.0.0.0 > router#sh ip route 0.0.0.0 > Default gateway is not set > > Host Gateway Last Use Total Uses Interface > ICMP redirect cache is empty > > i have another device cisco ME-C6524GT-8S with IOS > s6523-advipservicesk9-mz.122-18.ZU2.bin > > its configured the same way > but when issuing the show ip route or show ip route 0.0.0.0 > > router#sh ip route > Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP > D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area > N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 > E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP > i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS > level-2 > ia - IS-IS inter area, * - candidate default, U - per-user static > route > o - ODR, P - periodic downloaded static route > > Gateway of last resort is 10.0.0.1 to network 0.0.0.0 > > 10.0.0.0/27 is subnetted, 1 subnets > C 10.0.0.96 is directly connected, Vlan1 > S* 0.0.0.0/0 [1/0] via 10.0.0.3 > > is that normal ?? > > > Thanks in advance > > > > _________________________________________________________________ > Keep your friends updated—even when you’re not signed in. > http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010 > _______________________________________________ > cisco-nsp mailing list cisco-nsp [at] puck > https://puck.nether.net/mailman/listinfo/cisco-nsp > archive at http://puck.nether.net/pipermail/cisco-nsp/ _______________________________________________ cisco-nsp mailing list cisco-nsp [at] puck https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
|