Port-naming in Cisco Router

Nerd Cafe | نرد کافه

1. Naming Convention — The Rule

Cisco interface names are built from three parts (simple form used on many modular routers):

<Type><Slot>/<Port>
  • Type = Ethernet, FastEthernet, GigabitEthernet, Serial, etc.

  • Slot = the module slot number in the router chassis where the network module or WIC is inserted. Packet Tracer numbers these 0,1,2,... as you inserted modules.

  • Port = the physical port index on that module (usually 0 for single-port modules; multi-port modules will show 0,1,2...).

Notes:

  • Some platforms add a third number (e.g., GigabitEthernet0/0/0) — that’s slot/subslot/port on other platforms. For CCNA labs you’ll most often see Type slot/port.

  • Subinterfaces use a dot: GigabitEthernet2/0.10 (common for router-on-a-stick / VLANs).

2) Map Your Modules → show output

You gave these module descriptions and the show ip int brief list. Here’s the direct mapping (based on slot number ordering Packet Tracer uses):

Module (your list)
Displayed interface name

PT-ROUTER-NM-1CE

(single Ethernet)

Ethernet0/0

PT-ROUTER-NM-1CFE

(single FastEthernet copper)

FastEthernet1/0

PT-ROUTER-NM-1CGE

(single Gigabit with GBIC slot)

GigabitEthernet2/0

PT-ROUTER-NM-1FFE

(single FastEthernet fiber)

FastEthernet3/0

PT-ROUTER-NM-1FGE

(single Gigabit fiber/copper via GBIC)

GigabitEthernet4/0

Dual-serial WIC

(two serial ports)

Serial5/0 (and Serial5/1 if the second port is enabled/seen)

So your show ip int brief matches exactly the modules in slots 0..5:

Cisco Packet Tracer (Version 6.2.0.0052)

💖 Support Our Work

If you find this post helpful and would like to support my work, you can send a donation via TRC-20 (USDT). Your contributions help us keep creating and sharing more valuable content.

Thank you for your generosity! 🙏

Keywords

interface naming, cisco router, slot number, port number, ethernet0/0, fastethernet1/0, gigabitethernet2/0, serial5/0, show ip interface brief, administratively down, no shutdown, ip address configuration, subinterface, encapsulation dot1q, dce dte, clock rate, packet tracer, wan interface card, network module, vlan, Nerd Cafe, نرد کافه

Channel Overview

🌐 Website: www.nerd-cafe.ir

📺 YouTube: @nerd-cafe

🎥 Aparat: nerd_cafe

📌 Pinterest: nerd_cafe

📱 Telegram: @nerd_cafe

📝 Blog: Nerd Café on Virgool

💻 GitHub: nerd-cafe

Last updated