cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4127
Views
21
Helpful
17
Replies

How I can create interface vlan on C8300

username11
Level 1
Level 1

I find a problem when I want to configure a interface vlan on C8300 . Any solution

01.png00.png

17 Replies 17

marce1000
VIP
VIP

 

 - Try :
       #vlan database
       (vlan)#
       (vlan)#vlan 140

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

balaji.bandi
Hall of Fame
Hall of Fame

C8300 is Router platform, this is not a Switch, You need to do 802.1q Interface tagging.

Look at the configuration guide :

https://www.cisco.com/c/en/us/support/routers/catalyst-8300-series-edge-platforms/products-installation-and-configuration-guides-list.html

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I am with @balaji.bandi 
I know there is some router have Switching capability include config SVI but I think C8300 dont have this feature. 

Hi @MHM Cisco World  @balaji.bandi

Is that what you mean?

03.png

 

Router# vlan database
Router(vlan)#vlan 100

then check above comment as @marce1000  before. 
 

in genreally you need VLAN Translation other side Switch connected and you like to translate that in router side

Example :

VLAN 10 and VLAN 20-----SWITCH----(Trunk)---connected to Gig 0/0/0 (C8000)

Interface gig 0/0/0

no ip address

no shutdown

Interface gig 0/0/0.10

encapsulation dot1q 10
ipv4 address 10.0.10.1/24
no shut
!
Interface gig 0/0/0.20
encapsulation dot1q 20
ipv4 address 10.0.20.1/24
no shut

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I can not configure like that (wrong ??)03.png

Hi @marce1000 @balaji.bandi @MHM Cisco World 

Is that the problem ? 

05.png

i do not believe that bug was related to you :

Symptom: While upgrade from 16.12.02r to 17.03.03 VLAN interface is lossing the IP Address configuration Conditions: During device boot up in 17.3.3, startup config is missing and autoinstall in assigning "ip address dhcp" for the VLAN interfaces

As i mentioned this is Router (until you have any modules unlike switch module installed) - you wound be able to create a VLANs.

can you post below output complete :

show version

show modules.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

@balaji.bandi 

Router-EDGE1#show version
Cisco IOS XE Software, Version 17.06.01a
Cisco IOS Software [Bengaluru], c8000be Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 17.6.1a, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2021 by Cisco Systems, Inc.
Compiled Sat 21-Aug-21 03:27 by mcpre


Cisco IOS-XE software, Copyright (c) 2005-2021 by cisco Systems, Inc.
All rights reserved. Certain components of Cisco IOS-XE software are
licensed under the GNU General Public License ("GPL") Version 2.0. The
software code licensed under GPL Version 2.0 is free software that comes
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such
GPL code under the terms of GPL Version 2.0. For more details, see the
documentation or "License Notice" file accompanying the IOS-XE software,
or the applicable URL provided on the flyer accompanying the IOS-XE
software.


ROM: 17.3(5r)

Router-EDGE1 uptime is 2 days, 21 hours, 24 minutes
Uptime for this control processor is 2 days, 21 hours, 25 minutes
System returned to ROM by PowerOn
System image file is "bootflash:c8000be-universalk9.17.06.01a.SPA.bin"
Last reload reason: PowerOn

 

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.


Technology Package License Information:

-----------------------------------------------------------------
Technology Type Technology-package Technology-package
Current Next Reboot
-----------------------------------------------------------------
Smart License Perpetual None None
Smart License Subscription None None

The current crypto throughput level is 250000 kbps


Smart Licensing Status: Registration Not Applicable/Not Applicable

cisco C8300-1N1S-6T (1RU) processor with 3747220K/6147K bytes of memory.
Processor board ID FDO2646M0HU
Router operating mode: Autonomous
8 Gigabit Ethernet interfaces
32768K bytes of non-volatile configuration memory.
8388608K bytes of physical memory.
7573503K bytes of flash memory at bootflash:.
15253504K bytes of M.2 USB at harddisk:.

Configuration register is 0x2102

Router-EDGE1#show platf
Router-EDGE1#show platform
Chassis type: C8300-1N1S-6T

Slot Type State Insert time (ago)
--------- ------------------- --------------------- -----------------
0 C8300-1N1S-6T ok 2d21h
0/0 4x1G-2xSFP ok 2d21h
0/1 C-NIM-2T ok 2d21h
1 C8300-1N1S-6T ok 2d21h
R0 C8300-1N1S-6T ok, active 2d21h
F0 C8300-1N1S-6T ok, active 2d21h
P0 PWR-CC1-250WAC ok 2d21h
P1 PWR-CC1-250WAC ok 2d21h
P2 C8300-FAN-1R ok 2d21h

Slot CPLD Version Firmware Version
--------- ------------------- ---------------------------------------
0 20061845 17.3(5r)
1 20061845 17.3(5r)
R0 20061845 17.3(5r)
F0 20061845 17.3(5r)

This router and you can not create vlan on the routers - so this discussion end here.

i suggested dot1 q is the option for you if you looking vlan tagging.

In the document, I don't find anything. - what did not find ?

as per show modules, you do not have any NM (swtich module installed)

Look at the datasheet :

https://www.cisco.com/c/en/us/products/collateral/routers/catalyst-8300-series-edge-platforms/datasheet-c78-744088.html

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I can not configure like that (wrong ??)  - can you elaborate more on this :

post below output :

show version

show run

show ip interfafe brief

show interface status

also suggest to read the document posted and understand the router config.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I will make deep dive.

Review Cisco Networking for a $25 gift card