- Posts: 59
- Thank you received: 0
Free Cisco Training Tutorials
13 years 5 months ago #37011
by sais
Free Cisco Training Tutorials was created by sais
thank you . lots....... for beginers its very needed.... if u have more link regarding firewall. pls send it ok.....
13 years 5 months ago #37012
by sais
Replied by sais on topic Re: Free Cisco Training Tutorials
hai hoanginlove
RouterA
!
hostname RouterA
no ip domain-lookup
!
interface s0
ip address 10.0.3.2 255.255.255.0
no shutdown
!
interface E0
ip address 10.0.2.2 255.255.255.0
no shutdown
!
end
RouterB
!
hostname RouterB
no ip domain-lookup
!
interface E0
ip address 10.0.2.1 255.255.255.0
no shutdown
!
ip route 10.0.3.0 255.255.255.0 e0
!
end
RouterC
!
hostname RouterC
no ip domain-lookup
!
interface s0
ip address 10.0.3.100 255.255.255.0
no shutdown
!
ip route 10.0.2.0 255.255.255.0 10.0.3.2
!
is the static route applied correct????? because it shoild be exit interface or next hop address ? so pls gice me corretc answer.
RouterA
!
hostname RouterA
no ip domain-lookup
!
interface s0
ip address 10.0.3.2 255.255.255.0
no shutdown
!
interface E0
ip address 10.0.2.2 255.255.255.0
no shutdown
!
end
RouterB
!
hostname RouterB
no ip domain-lookup
!
interface E0
ip address 10.0.2.1 255.255.255.0
no shutdown
!
ip route 10.0.3.0 255.255.255.0 e0
!
end
RouterC
!
hostname RouterC
no ip domain-lookup
!
interface s0
ip address 10.0.3.100 255.255.255.0
no shutdown
!
ip route 10.0.2.0 255.255.255.0 10.0.3.2
!
is the static route applied correct????? because it shoild be exit interface or next hop address ? so pls gice me corretc answer.
13 years 5 months ago #37052
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: Free Cisco Training Tutorials
I assume here that the routers are connected like this:
RouterB --- RouterA --- RouterC
If so, then YES the static routes you posted should be working.
RouterB --- RouterA --- RouterC
If so, then YES the static routes you posted should be working.
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.121 seconds