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 |
Which layer establishes end-to-end connection ? a. network b. transport c. physical d. data-link
You have a Class C network. You have subntted it into 2 subnets. What is the subnet mask ?
Which layer packages data into frames?
X windows maps to which OSI layer ? a. application b. presentation c. session d. transport e. network
List the different network protocols that are supported by windows rras services?
how do I disable dmp?
Tell me what happens when you use cables longer than the prescribed length?
Which Protocol was developed to overcome limitations of EGP.
Host ----router ----server Class B network. host's IP : ...82.2 , Mask: 255.255.240.0 router's left IP-address is ...64.1 router's right IP-address is ...32.1. Why can the host not access the server ?
Which two packages contain sendmail ?
You have a Class C network. You have subntted it into 6 subnets. What is the subnet mask ?
How long is the "Destination Address" field in an Ethernet frame? a. 2 bytes b. 4 bytes c. 6 bytes d. 8 bytes