Skip to main content

Which command allows you to verify the encapsulation type (CISCO or IETF) for a frame Relay link?


Which command allows you to verify the encapsulation type (CISCO or IETF) for a frame Relay link?

A. show frame-relay map
B. show frame-relay pvc
C. show frame-relay lmi
D. show interfaces serial

Answer : A

Explanation:

fr

To Download file : https://app.box.com/s/bhgihi0wstiqjy1uhye9

Configuration (Check the command in BLUE):

R1#show run
Building configuration...

Current configuration : 621 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.0.0.5 255.0.0.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
encapsulation frame-relay
!
interface Serial0/0.1 multipoint
ip address 192.168.100.1 255.255.255.252
frame-relay map ip 192.168.100.2 17 ietf
!
interface Serial0/1
no ip address
shutdown
!
ip classless
ip route 172.16.0.0 255.255.0.0 Serial0/0.1
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end


R1#

Comments

Popular posts from this blog

New Questions in CCNA 200-120 (HSRP, VRRP, NetFlow, SNMP)

The below are mock questions that were about to appear in exam CCNA 200-120. Updated : 14 th October 2013 Download the Latest 200-120 dumps : Click Here This file requires Visual Cert Exam Suite: Click Here Download the latest 200-120 dumps in DOCX format : Chapter 1 , Chapter 2 , Chapter 3 , Chapter 4 , Chapter 5, Chapter 6, Chapter 7, Chapter 8 , Chapter 9, Chapter 10, Chapter 11, Chapter 12 CCNA EIGRP Simulation CCNA ACL2 Simulation Question 1 Which three are the components of SNMP? (Choose three) A. MIB B. SNMP Manager C. SysLog Server D. SNMP Agent E. Set Answer : A, B, D Question 2 What are the Popular destinations for syslog messages to be saved? A. Flash B. The logging buffer .RAM C. The console terminal D. Other terminals E. Syslog server Answer: B, C, E Question 3 Syslog was configured with a level 3 trap. Which 3 types of logs would...

CCNA EIGRP Simulation (NEW)

After adding Interior router, no routing updates are being exchanged between Perimeter and the new location. All other inter connectivity and Internet access for the existing locations of the company are working properly. The Task is to identify the fault(s) and correct the router configurations to provide full connectivity between the routers. Access to the router CLI can be gained by clicking on the appropriate host. All passwords on all routers are cisco. IP Address are listed in the chart below Steps Remove invalid Autonomous System Number and add the correct Autonomous System Number Interior router. The Autonomous System Number is found in the topology: Add the network address of Fa0/0 interface of Perimeter router in EIGRP configuration. Because EIGRP neighbor relationship is not possible without the configuring connected interfaces. Answer Commands First we shou...

CCNA Access List Control (ACL) Simulation

  A network associate is adding security to the configuration of the Corp1 router. The user on host C should be able to use a web browser to access financial information from the Finance Web Server. No other hosts from the LAN nor the Core should be able to use a web browser to access this server. Since there are multiple resources for the corporation at this location including other resources on the Finance Web Server, all other traffic should be allowed. The task is to create and apply a numbered access-list with no more than three statements that will allow ONLY host C web access to the Finance Web Server. No other hosts will have web access to the Finance Web Server. All other traffic is permitted. Access to the router CLI can be gained by clicking on the appropriate host. All passwords have been temporarily set to “cisco”. The Core connection uses an IP address of 198.18.196.65 The computers in the Hosts LAN have been assigned addr...