|
Home > Archive > CCNP > July 2003 > remote access network 642-821 questions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
remote access network 642-821 questions
|
|
| ciscocrazy 2003-07-21, 10:09 am |
| 1.which three of the following router commands defines "?interesting" traffic for only one host using dial on demand routing(DDR) (choose three)
A. RTA(config)#dialer-list 1 protocol ip permit 10.1.1.1
B. RTA(config) access-list 2 permit host 192.18.1.12
C. RTA(config-if)#dialer-group 1
D. RTA(config)# dialer-group 2
E. RTA(config)#dialer-list 1 protocol ip list 2
F. RTA(config-if)#dialer-list 2 protocol ip permit | |
| kris108 2003-07-21, 12:59 pm |
| A, B and E?
Don't know much about that stuff yet.  | |
| nnphong 2003-07-23, 6:17 am |
| Hi,
I think they are B, C, E | |
| nethead 2003-07-23, 1:46 pm |
| Yes, B C & E since A&D are not valid commands. | |
| SureshHomepage 2003-07-24, 12:52 am |
| RTA(config)#access-list 2 permit host 192.18.1.12
RTA(config)#dialer-list 1 protocol ip list 2
RTA(config-if)#dialer-group 1
First, you create the acess-list to mention the hosts that generate interesting traffic that eventually kicks a phone call.
Second, you call this access-list inside the dialer-list.
Thirdly, assign the dialer-list statement onto an interface using the dialer-group command.
Lastly, you would need a 'dialer map' statement to specify the destination IP address and the dial string (phone no.) (However, this is out of the scope of this discussion). | |
| Townsend 2003-07-24, 8:45 pm |
| SureshHomepage,
Thank you!
You always make things so clear.
I for one greatly appreciate you contributions. |
|
|
|
|