MLS VTP-Domain issue
Greetings,
I am attempting to configure a router interface as the mls management interface.
Router(config)# mls rp ip
Router(config)# interface gi0/0
Router(config-if)# mls rp vtp-domain blah
Router(config-if)# mls rp vlan-id 107
Router(config-if)# mls rp ip
Router(config-if)# mls rp management-interface
My issue is with the vtp-domain command. Whenever I enter it, I get a message saying "interface gigabitEthernet0/0 currently in -null- domain"
I was wondering if anybody could shed any light on the issue.
Thanks
I am attempting to configure a router interface as the mls management interface.
Router(config)# mls rp ip
Router(config)# interface gi0/0
Router(config-if)# mls rp vtp-domain blah
Router(config-if)# mls rp vlan-id 107
Router(config-if)# mls rp ip
Router(config-if)# mls rp management-interface
My issue is with the vtp-domain command. Whenever I enter it, I get a message saying "interface gigabitEthernet0/0 currently in -null- domain"
I was wondering if anybody could shed any light on the issue.
Thanks
Shoot for the moon. Even if you miss, you'll still land among the stars. - Les Brown
Comments
Do you have the domain name configured on your switch? You have to have it on the switch (has to be a 6500 I believe to even run mlsp) first in order to configure it on the router if I remember correctly.
IT Man,
From what I understand about Traditional MLS, it's basically the "router on a stick" in a single box. That means the routing functions purely exists to route between the VLANs and the switching functions are on the switch. So maybe you should be configuring vtp-domain on the switching supervisor engine instead of the routing supervisor engine?
You have to configure it on both.