MCP Packet Tracer Device Catalog: All 74 Device Models
Complete reference for all 74 device models available in MCP Packet Tracer, covering routers, switches, end devices, access points, firewalls, and more.
Use this file to discover all available pages before exploring further.
The device catalog is the authoritative list of every hardware model MCP Packet Tracer can place on a Packet Tracer canvas. Each entry records the model’s pt_type identifier, device category, and the exact port names that PT’s Script Engine expects — for example GigabitEthernet0/0 rather than the shorthand Gig0/0. When you submit a topology request the orchestrator resolves every device name or alias against this catalog, selects the right model, and emits addDevice() calls using these exact strings. The catalog contains 74 models spanning 34 categories; the default router is the 2911 (3× GigabitEthernet) and the default switch is the 2960-24TT (24× FastEthernet + 2× GigabitEthernet).
No router ships with Serial ports by default. Serial WAN links require HWIC or NIM expansion modules installed after device placement.
Model
Ports
Interface Name Format
1841
2× FastEthernet
Fa0/0, Fa0/1
1941
2× GigabitEthernet
Gig0/0, Gig0/1
2620XM
1× FastEthernet
Fa0/0
2621XM
2× FastEthernet
Fa0/0, Fa0/1
2811
2× FastEthernet
Fa0/0, Fa0/1
2901
2× GigabitEthernet
Gig0/0, Gig0/1
2911
3× GigabitEthernet
Gig0/0, Gig0/1, Gig0/2 — Default
819HG-4G-IOX
1× Gig + 1× Fa
Gig0, Fa0
819HGW
1× Gig + 1× Fa
Gig0, Fa0
829
2× GigabitEthernet
Gig0, Gig1
CGR1240
2× GigabitEthernet
Gig0/0, Gig0/1
ISR4321
2× GigabitEthernet
Gig0/0/0, Gig0/0/1
ISR4331
3× GigabitEthernet
Gig0/0/0, Gig0/0/1, Gig0/0/2
Router-PT
2× FastEthernet
Fa0/0, Fa0/1 — Generic
Router-PT-Empty
none
No ports (add via modules)
The 2911 is the recommended default for most topologies because it provides three GigabitEthernet interfaces natively — one for each adjacent LAN or inter-router link — without requiring modules.
The server ships 101 aliases that let LLMs (and humans) use plain English names instead of Cisco model numbers. Aliases are case-insensitive and resolved before any catalog lookup.
Alias
Resolves to
Alias
Resolves to
router
2911
switch
2960-24TT
pc, computer
PC-PT
server
Server-PT
laptop
Laptop-PT
tablet
TabletPC-PT
smartphone, phone
SMARTPHONE-PT
printer
Printer-PT
cloud, wan
Cloud-PT
ap, wifi, access_point
AccessPoint-PT
hub
Hub-PT
firewall, asa
5506-X
wlc, wireless_controller
WLC-PT
lap, lightweight_ap
LAP-PT
dsl, modem
DSL-Modem-PT
cable_modem
Cable-Modem-PT
1841, 1941, 2811
(direct)
2901, 2911
(direct)
4321, isr4321
ISR4321
4331, isr4331
ISR4331
2950
2950-24
2960
2960-24TT
3560
3560-24PS
3650
3650-24PS
ie2000, ie-2000
IE-2000
switch_empty
Switch-PT-Empty
5505
5505
5506, 5506x
5506-X
ip_phone, 7960, cisco_phone
7960
meraki, meraki_mx65w
Meraki-MX65W
bridge
Bridge-PT
repeater
Repeater-PT
splitter, coaxial_splitter
CoAxialSplitter-PT
sniffer
Sniffer
mcu, microcontroller
MCU-PT
sbc, raspberry, single_board
SBC-PT
iot, thing, sensor
Thing
meraki_server
Meraki-Server
network_controller, controller
NetworkController
linksys, wrt300n
Linksys-WRT300N
home_router, home_gateway
HomeRouter-PT-AC
tv
TV-PT
voip, home_voip
Home-VoIP-PT
analog_phone
Analog-Phone-PT
patch_panel, copper_patch
Copper Patch Panel
fiber_patch
Fiber Patch Panel
wall_mount, copper_wall
Copper Wall Mount
fiber_wall
Fiber Wall Mount
cell_tower
Cell-Tower
dwdm, dlc100
DLC100
cloud_empty
Cloud-PT-Empty
router_empty
Router-PT-Empty
ap_a
AccessPoint-PT-A
ap_n
AccessPoint-PT-N
ap_ac
AccessPoint-PT-AC
3702i
3702i
wireless_device
WirelessEndDevice-PT
wired_device
WiredEndDevice-PT
embedded_server
Embedded-Server-PT
power_dist
Power Distribution Device
central_office
Central-Office-Server
802, 803
(direct wireless bridges)
The complete 101-entry mapping is defined in infrastructure/catalog/aliases.py.
Two tools let you inspect the catalog at runtime without leaving your LLM client:
pt_list_devices
Returns all 74 models with their port specs and categories. Useful when you want to browse what’s available or pick a model by port count.
pt_get_device_details
Returns the full port list, category, and display name for a single model. Accepts both the exact pt_type string and any alias (e.g. "router" resolves to the full 2911 spec).
The same data is also available as a read-only MCP resource at pt://catalog/devices — see MCP Resources for details.