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 is MBR and how will u clear this ?
Dynamic routing is started by the which script .
what makes transport layer independent from upper layer services ? a. TDI b. TLI c. NDIS d. SRB
What is a collection of networks and routers under a single administrative control.
Which topology is like the star topology except output node connects to the input of the next node.
Define rip?
Which of the follwoing are Layer2 protocols ? Choose all that apply. a. HDLC b. IP c. UDP d. SLIP e. PPP
Which technologies are involved in establishing wan links?
What does the LLC sublayer of the Data Link Layer do ? a. Error Checking b. Gets data on and off the wire c. Decides which machines gets to go next on the wire d. Provides clocking signals
What file identifies the name server (for information requests) if cold start file is to be consulted during the boot process .
have any command to shutdown all system in network
Which one of TCP and UDP is faster than the other ?