cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
328
Views
0
Helpful
4
Replies

rsm on cat 4006

rkbhatt
Level 1
Level 1

On router module for cat 4006 (WS-x4232-L3) RSM 34 port card. I want to use

2 gibic port as normal trunk port for 2 different Vlan of 3548.

how do i do it.

thanks

4 Replies 4

Prashanth Krishnappa
Cisco Employee
Cisco Employee

The 2 gbic ports are routed ports. So you'll need to configure them from the RSM and use sub-interfaces for trunking

can u tell me the list of command and procedure for applying the same..

It is similar to what you would do on a router

interface GigabitEthernet1

no ip address

no ip directed-broadcast

no ip mroute-cache

!

interface GigabitEthernet1.1

encapsulation dot1Q 1 native

ip address 10.1.1.1 255.255.255.0

no ip directed-broadcast

!

interface GigabitEthernet1.2

encapsulation dot1Q 2

ip address 20.1.1.1 255.255.255.0

no ip directed-broadcast

And so on.....

rkbhatt
Level 1
Level 1

solved