| akarklins 2002-06-26, 11:03 am |
| I too am working on Remote Access Exam and am curious about the detail level of the simulators.
I imagine that being able to configure an isdn interface, then with DDR, frame relay with subinterfaces and map commands, PRI point-to-point, X.25 details, PPP (q.931) and NAT are all must know points.
The Simulators are probably about 9-10 steps each. It would be nice to know how detailed the remote access and support simulators get, so if anyone has traveled that road please share those generalizations.
This is the sample information from the cisco web site for the sim demo. I have separated the steps with a line. This sample is more a CCNA sim content though.
------------------------------------------
enable
config terminal
hostname LAB_A
enable secret class
interface ethernet 0
ip address 192.5.5.1 255.255.255.0
no shutdown
interface ethernet 1
ip address 205.7.5.1 255.255.255.0
no shutdown
nterface serial 0
ip address 201.100.11.1 255.255.255.0
clock rate 56000
no shutdown
exit
exit
copy running-config startup-config
------------------------------------------ |