Interview Questions
Interview Questions
2. Diagram Question: Given the network diagram below, identify the ASR9K and ASR920 routers a
4. Multiple Choice: Which routing protocol is commonly used with ASR9K and ASR920 routers for d
5. Diagram Question: Draw a simplified network diagram illustrating the basic components and co
6. Multiple Choice: Which technology is often used for high-speed packet forwarding in ASR9K rou
8. Multiple Choice: Which feature of ASR920 routers makes them suitable for deployment in smal
9. Diagram Question: Provide a diagram illustrating the physical and logical components of an AS
10. Short Answer: Describe the role of Control Plane Policing (CoPP) in ASR9K routers.
11. Multiple Choice: Which protocol is commonly used for device management and configuration
12. Diagram Question: Draw a network topology featuring ASR9K routers deployed in a redundan
13. Short Answer: Explain the concept of route processors in ASR9K routers.
14. Multiple Choice: Which Cisco operating system is typically used in ASR9K and ASR920 routers
15. Short Answer: Describe the function of fabric cards in ASR9K routers.
16. Multiple Choice: What is the purpose of the modular architecture in ASR9K routers?
17. Diagram Question: Sketch a network topology demonstrating the use of ASR920 routers in a m
18. Short Answer: Explain the significance of Zero Touch Provisioning (ZTP) in the deployment of
19. Multiple Choice: Which protocol is commonly used for establishing Layer 2 VPN connections w
20. Short Answer: Discuss the advantages of using Cisco ASR9K and ASR920 routers in a service p
1. Multiple Choice: What does ASR stand for in ASR9K and ASR920 routers?
2. Diagram Question: Given the network diagram below, identify the ASR9K and ASR920 routers a
4. Multiple Choice: Which routing protocol is commonly used with ASR9K and ASR920 routers for d
5. Diagram Question: Draw a simplified network diagram illustrating the basic components and co
6. Multiple Choice: Which technology is often used for high-speed packet forwarding in ASR9K rou
8. Multiple Choice: Which feature of ASR920 routers makes them suitable for deployment in smal
9. Diagram Question: Provide a diagram illustrating the physical and logical components of an AS
10. Short Answer: Describe the role of Control Plane Policing (CoPP) in ASR9K routers.
Answer: [Brief description of CoPP and its significance in router security]
11. Multiple Choice: Which protocol is commonly used for device management and configuration
12. Diagram Question: Draw a network topology featuring ASR9K routers deployed in a redundan
13. Short Answer: Explain the concept of route processors in ASR9K routers.
14. Multiple Choice: Which Cisco operating system is typically used in ASR9K and ASR920 routers
15. Short Answer: Describe the function of fabric cards in ASR9K routers.
16. Multiple Choice: What is the purpose of the modular architecture in ASR9K routers?
17. Diagram Question: Sketch a network topology demonstrating the use of ASR920 routers in a m
18. Short Answer: Explain the significance of Zero Touch Provisioning (ZTP) in the deployment of
19. Multiple Choice: Which protocol is commonly used for establishing Layer 2 VPN connections w
2. Diagram Question: Given the network diagram below, identify the routers and label their interf
3. Multiple Choice: What is the primary function of high-end routers like ASR9K?
4. Multiple Choice: Which routing protocol is widely used for dynamic routing in enterprise networ
5. Diagram Question: Draw a basic network topology illustrating the components of a typical ente
6. Multiple Choice: What technology is commonly employed for fast packet processing in routers?
8. Multiple Choice: What feature of routers like ASR920 makes them suitable for branch office dep
A) High port density
B) PoE (Power over Ethernet) support
C) MPLS (Multiprotocol Label Switching) capabilities
D) Low power consumption
Answer: A) High port density
9. Diagram Question: Provide a diagram illustrating the physical components of a typical enterpri
10. Short Answer: Explain the concept of Control Plane Policing (CoPP) in router security.
11. Multiple Choice: Which protocol is commonly used for remote management of networking dev
12. Diagram Question: Sketch a network topology demonstrating the use of routers in a hierarchi
14. Multiple Choice: Which operating system is often found in high-end routers?
15. Short Answer: Explain the purpose of fabric cards in router architecture.
17. Diagram Question: Draw a network topology demonstrating the use of routers in a redundant
18. Short Answer: Explain the significance of Zero Touch Provisioning (ZTP) in router deployment.
19. Multiple Choice: Which protocol is commonly used for establishing Layer 2 VPN connections?
A) MPLS (Multiprotocol Label Switching)
B) LDP (Label Distribution Protocol)
C) VPLS (Virtual Private LAN Service)
D) GRE (Generic Routing Encapsulation)
Answer: C) VPLS (Virtual Private LAN Service)
20. Short Answer: Discuss the advantages of using high-end routers in a large-scale network envi
A. 90
B. 100
C. 110
D. 120
Answer: C. 110
A. show spanning-tree
B. show stp
C. show running-config
D. show vlan
4. In the context of Cisco ACI, what does the term 'EPG' stand for?
A. Endpoint Group
B. External Policy Group
C. Ethernet Policy Group
D. Endpoint Gateway
5. Which routing protocol is typically used for MPBN (Mobile Packet Backbone Network)?
A. BGP
B. OSPF
C. EIGRP
D. RIP
Answer: A. BGP
6. What feature does the Cisco Nexus 9000 series support to enhance data center operat
A. FabricPath
B. StackWise
C. FlexStack
D. EtherChannel
Answer: A. FabricPath
A. Core routing
B. Edge routing
C. Data center switching
D. Wireless LAN controller
8. What is the function of the 'ip nat inside source list' command?
9. Which type of ACL is used to filter traffic based on source and destination IP addresse
A. Standard ACL
B. Extended ACL
C. Named ACL
D. Reflexive ACL
10. In the context of IPv6, what is the length of the interface ID?
A. 32 bits
B. 48 bits
C. 64 bits
D. 128 bits
Answer: C. 64 bits
1. Describe the process of configuring an OSPF routing protocol on a Cisco router. What
Answer:
python
router ospf 1
router-id 1.1.1.1
network 192.168.1.0 0.0.0.255 area 0
Explain how MPBN helps in the scalability of a mobile network. What are the key advantag
Answer:
MPBN (Mobile Packet Backbone Network) helps in scalability by separating the control and user plan
Key advantages:
Efficient IP routing and reduced latency.
Simplified network management.
Scalability to handle increasing traffic loads.
Enhanced quality of service (QoS) and reliability.
In a data center, how would you implement VXLAN on a Cisco Nexus 9000 series switch? W
Answer:
Implementation:
Enable VXLAN feature: feature nv overlay
Create a VNI (VXLAN Network Identifier): interface nve1 and source-interface loopback0
Configure VNI mapping: member vni [vni]
Benefits:
Allows Layer 2 connectivity over Layer 3 infrastructure.
Supports larger networks by extending VLAN space.
Provides better isolation and segmentation.
Enhances scalability and flexibility.
Describe a scenario where you would use BGP over OSPF and explain why.
Answer:
Scenario: In a large enterprise or service provider network where multiple autonomous systems (AS
Reason: BGP is used because it is designed for routing between different AS, provides better policy
How would you configure and verify a basic IPsec VPN on a Cisco router? Provide the nece
Answer:
Steps:
Configure ISAKMP policy: crypto isakmp policy 10
Configure pre-shared key: crypto isakmp key [key] address [peer-address]
Create IPsec transform set: crypto ipsec transform-set [set-name] esp-aes esp-sha-hmac
Create crypto map and apply to interface: crypto map [map-name] 10 ipsec-isakmp and set peer [peer
Verify: show crypto isakmp sa, show crypto ipsec sa
Example commands:
Explain the concept of VPC (Virtual Port Channel) in Nexus 9000. How does it improve redu
Answer:
Concept: VPC allows two Nexus switches to appear as a single logical switch to downstream devices
Improvement:
Redundancy: If one switch fails, the other continues to forward traffic.
Load Balancing: Traffic is distributed across both switches, utilizing available bandwidth efficiently
Describe the steps to implement and verify MPLS on a Cisco ASR 9000 series router.
Answer:
Steps:
Enable MPLS on interfaces: mpls ip
Configure LDP: mpls ldp router-id [router-id] force
Enable LDP on interfaces: mpls ip under interface configuration
Verify: show mpls ldp neighbor, show mpls forwarding-table
Example commands:
interface GigabitEthernet0/0/0
mpls ip
router mpls
mpls ldp router-id Loopback0 force
interface GigabitEthernet0/0/0
mpls ip
How does the Cisco ACI architecture simplify the management of a data center network? P
Answer:
Simplification:
Centralized policy management through the APIC controller.
Automated network configuration and provisioning.
Consistent policy enforcement across physical and virtual environments.
Configuration workflow example:
Define tenants, VRFs, and bridge domains.
Create application profiles and EPGs.
Define contracts and filters for inter-EPG communication.
Example commands:
What troubleshooting steps would you take if a specific VLAN is not being propagated acro
Answer:
Steps:
Check VLAN existence on all switches: show vlan
Verify trunk configurations: show interface trunk
Ensure VLAN is allowed on trunks: switchport trunk allowed vlan
Check VTP mode and version: show vtp status
Verify spanning tree configuration: show spanning-tree vlan [vlan-id]
Check for VLAN filtering or ACLs blocking traffic.
Example commands:
show vlan
show interface trunk
show vtp status
show spanning-tree vlan 10
Explain the role of route reflectors in an iBGP network. Why are they used and how would
Answer: Role
ng and better bandwidth management.
ata center?
ently than OSPF, which is typically used within an AS.