Describe the commands to set up a route.
Answers were Sorted based on User's Feedback
Answer / network
ip route x.x.x.x 255.z.z.z y.y.y.y
It is for static route x represents destination network and
y represents ip address of outgoing interface. If you need
to use static route for mpls-vpn customers you should write
ip route vrf Customer_vpn x.x.x. 255.z.z.z y.y.y.y
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / amit aherwar
commands to set up a router
#enable
#configure terminal
#hostname xyz
#enable secret
#interface fast ethernet (give it a port address)
#ip address (give it a 32bit ip add) (give it a mask)
#no shut
(enable any routing protocol::: static route is best)
or you can use RIP it is easy to configure
| Is This Answer Correct ? | 5 Yes | 0 No |
What does RPC do? a. Intercepts DHCP broadcasts b. Broadcasts NETBIOS updates c. Makes remote calls look local d. Makes the use of redirector redundant
How can we create more than 20 ID's in Gmail.com from one IP ?
Define firewalls?
How can run the computer without Hard disk?
Which command 9and options) will show the routing table, but will bypass hostname lookup ?
What is the maximum number of characters you can have in a FQDN ?
what is difference between tcp & udp protocol?
In the nsswitch.conf file what does the following entry mean ? NOTFOUND=return
Host A has two routes to host B. First route has 2 hops, but the bandwidth is 56K. The second route has 3 hops, but the bandwidth is 100Mbps. If you use RIP, which route will be taken ?
Which topology is like the star topology except output node connects to the input of the next node.
2 kinds of answers a client can get from any DNS server are:
True or False: The Transport layer deals with packets while the Data Link layer deals with frames.