Tag Archive 'demo'


Aug 08 2008

Pass4side 70-271 simulation demo dump

Published by mac0002 under 70-271

1. Which two ports must 70-271 be enabled to establish communication between GTM Systems and other BIG-IP Systems?? (Choose two.)
A.22
B.53
C.443
D.4353
E.4354
Answer: AD???2. When initially configuring the GTM System using the config tool, which two parameters can be set? (Choose two.)HP0-A03
A.System hostname
B.IP Address of management port
C.IP Address of the external VLAN
D.Default route for management port
E.Port lockdown of management port
Answer: BD???3. If the config tool is complete, which three access methods are available by default for GTM administration and configuration on 520/540 platforms? (Choose three.)
A.network access via http
B.network access via https
C.network access via telnet? HP0-055
D.direct access via serial port
E.direct access via keyboard and monitor
Answer: BDE???4. What must be sent to the license server to generate a new license?
A.the system’s dossier
B.the system’s base license
C.the system’s serial number
D.the system’s purchase order number
Answer: A?? 70-271?5. After licensing the GTM System, what must be performed to complete activation?
A.reboot of system
B.manual restart of gtmd
C.manual restart of tmm
D.enter the command bigstart restart
Answer: A??? HP0-A03?6.What is the theoretical total convergence time when 802.1D STP has to recalculate its tree because of a failure of the root bridge??A: 15 secondsB: 30 secondsC: 50 secondsD: 60 secondsCorrect Answers:? C?7.What happens when one executes the CLI command: unconfigure switch all?HP0-055?A: Resets configuration to factory defaults without a rebootB: Erases the entire current configuration without a rebootC: Erases the configuration selected for next reboot, resets to factory defaults and reboots the switchD: Erases both configurations and reboots the switch HP0-A03Correct Answers:? C?8.The CLI Command ?7KH&/,&RPPDQGdisable learning ports 1?will do the following on an Extreme switch:?A: disable MAC address learning for port 1B: disable link detection for port 1C: disable STP learning on port 1D: None of the aboveCorrect Answers:? AHP0-055?9.Which CLI command would you use to add a VLAN to a newly created STPD s1??A: config stpd s1 add vlan B: config s1 stpd add vlan C: config stpd add s1 vlan D: config s1 add stpd vlan Correct Answers:? A70-271?10.What is the maximum number of simultaneously active protocol filters in the switch for all ?based Extreme switch products??A: 7B: 14C: 15D: None of theseHP0-A03Correct Answers:? C?11.The Summit 7i has a capacity of 64Gbps and can forward 48 million packets per second.?A: TRUEB: FALSE70-271Correct Answers:? A?12.A 802.1Q tag is a marker inserted between the source and destination MAC addresses fields of the Ethernet frame.?A: TRUEB: FALSECorrect Answers:? B?13.If you wish to silently drop all traffic destined for HP0-055 IP network 100.219.10.0/24 with a gateway of 10.219.10.1/24 and without receiving any ICMP messages that would otherwise be generated, which CLI command would you execute??A: configure iproute delete 100.219.10.0/24 gateway 10.219.10.1B: configure iproute default 100.219.10.0/24C: configure iproute add blackhole 100.219.10.0/24 gateway 10.219.10.1D: configure iproute add blackhole 100.219.10.0/24Correct Answers:? D?

No responses yet

Aug 01 2008

CISCO Cisco Dynamic IP Configuration

Published by mac0002 under CISCO

service udp-small-servers

service tcp-small-servers                        www.pass4side.com

!

hostname Router

!

enable secret ########

!

ip subnet-zero

isdn switch type basic-ni1

!

interface ethernet0

 
ip address 192.168.0.1 255.255.255.0

 
ip nat inside

!

interface BRI0

 
no ip address

 
no ip address

 
encapsulation ppp

 
dialer rotary-group 0

 
isdn spid1 21440797860101 4079786

 
isdn spid2 21440797680101 4079768

 
no fair-queue

 
no cdp enable

!

interface Dialer0

 
ip address negotiated

 
encapsulation ppp

 
ip nat outside

 
dialer remote-name dallas

 
dialer idle-timeout 300

 
dialer load-threshold 50 either

 
dialer string 2145555555

 
dialer-group 1

 
no fair-queue

 
no cdp enable

 
ppp authentication pap callin

 
ppp pap sent-username MYUSERNAME password MYPASSWORD

 
ppp multilink

!

ip classless

ip route 0.0.0.0 0.0.0.0 dialer0

access-list 101 permit ip 192.168.0.1 0.0.0.255 any

dialer-list 1 protocol ip list 101

ip nat inside source list 101 interface dialer 0 overload

!

line con 0                                     www.pass4side.com

 
password CONSOLEPASSWORD

 
login

line aux0

line vtr 0 4

 
password TELNETPASSWORD

 
login

!

No responses yet