cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2023
Views
10
Helpful
4
Replies

VRRPv2 and WS-C3850-12XS

adeliomoreira
Level 1
Level 1

Hi,

I'm running the version 3.07.04E on switches WS-C3850-12XS, the license level is Ipbase and i would like to use the VRRPv2 on both devices. The commands are not showing up on the interfaces settings. The IP routing is enable and i'm using CDP protocol to share the VLAN id to other lan switches. Why i'm not able to enable this protocol VRRPv2, on these switches, since it was introduced on IOS-XE 2.1 version?(HSRP is  not a option for this case) 

Best regards,

Adelio Moreira

4 Replies 4

Mark Malone
VIP Alumni
VIP Alumni

Hi

I don't even have it on 3850 with advanced ipservices so I doubt you have it on ipbase , I only have hsrp no gblp either or vrrp

cisco WS-C3850-24T

at3k_caa-universalk9.SPA.03.06.02a.E.152-2a.E2.bin"

License Level on Reboot: ipservices

#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
(config)#int vlan 1000
(config-if)#vr
(config-if)#vr?
vrf
(config-if)#standby ?
  <0-255>         group number
  authentication  Authentication
  delay           HSRP initialisation delay
  follow          Name of HSRP group to follow
  ip              Enable HSRP IPv4 and set the virtual IP address
  ipv6            Enable HSRP IPv6
  mac-address     Virtual MAC address
  mac-refresh     Refresh MAC cache on switch by periodically sending packet from virtual mac address
  name            Redundancy name string
  preempt         Overthrow lower priority Active routers
  priority        Priority level
  redirect        Configure sending of ICMP Redirect messages with an HSRP virtual IP address as the gateway IP address
  timers          Hello and hold timers
  track           Priority tracking
  use-bia         HSRP uses interface's burned in address
  version         HSRP version

(config-if)#standby
% Incomplete command.

(config-if)#vr?
vrf

(config-if)#vr

Hi Mark,

But should be available, i didn't found any data saying isn't supported.

Best Regards,


Adelio Moreira

Hi

yes I understand but its not in the syntax in ios-xe which would definitely suggest it hasn't been added , I don't see in the configuration guides for 3.7.4 or release notes only hsrp which is specific to your release , same with 3.6.4 , just because a previous doc says its available always check your current release/config guides to be sure , there below

Cisco TAC should be able to tell you why exactly its not there

http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/37e/consolidated_guide/b_37e_consolidated_3850_cg.html

http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/3e/release_notes/rn-3dot7e-3850.html

Hi everyone,

 

I ran into the same problem that only HSRP and GLBP are available on a 3850-48XS-S switch running v16.6.4. It couldn't enable VRRP on VLAN or physical interfaces.

I checked the docs and only found references to VRRPv3.

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipapp_fhrp/configuration/xe-3e/fhp-xe-3e-book/VRRPv3-Protocol-Support.html

 

I did what the guide mentioned and enabled v3 and all of a sudden, the "vrrp" command was available on the VLAN interface

 

 

Below is what I tried:

 

3850-48XS-S(config)#int vlan 199
3850-48XS-S(config-if)#ip add 10.0.199.1 255.255.255.0
3850-48XS-S(config-if)#int ten1/0/24
3850-48XS-S(config-if)#no switchport
3850-48XS-S(config-if)#ip add 10.0.0.1 255.255.255.0
3850-48XS-S(config-if)#vrr?
% Unrecognized command
3850-48XS-S(config-if)#vrrp 1 pri 20
                        ^
% Invalid input detected at '^' marker.

3850-48XS-S(config-if)#default int ten1/0/24
Interface TenGigabitEthernet1/0/24 set to default configuration
3850-48XS-S(config)#fhr
3850-48XS-S(config)#fhrp ?
  mac-address  Configure MAC address support
  version      Configure which FHRP version is allowed to run

3850-48XS-S(config)#fhrp version ?
  vrrp  Configure Virtual Router Rendundancy Protocol

3850-48XS-S(config)#fhrp version vr
3850-48XS-S(config)#fhrp version vrrp ?
  v3  Unified VRRP - VRRPv3 for IPv4 and IPv6

3850-48XS-S(config)#fhrp version vrrp v3
3850-48XS-S(config)#int vlan 199
3850-48XS-S(config-if)#vrr
3850-48XS-S(config-if)#vrr?
vrrp  vrrs  

3850-48XS-S(config-if)#vrrp ?
  <1-255>  Group number for this VRRP context

3850-48XS-S(config-if)#exit
3850-48XS-S(config)#fhrp version vrrp  ?
  v3  Unified VRRP - VRRPv3 for IPv4 and IPv6

3850-48XS-S(config)#fhrp version vrrp v3
3850-48XS-S(config)#no fhrp version vrrp v3
3850-48XS-S(config)#int vlan 199
3850-48XS-S(config-if)#vrr
3850-48XS-S(config-if)#vrr
3850-48XS-S(config-if)#vrr
3850-48XS-S(config-if)#vrr?
% Unrecognized command
3850-48XS-S(config-if)#exit

 

And in the VRRP sub-config mode you can enable VRRPv2 compatibility.

 

interface Vlan199
 ip address 10.0.199.1 255.255.255.0
 vrrp 199 address-family ipv4
  vrrpv2
  address 10.0.199.1 primary
  exit-vrrp

!

 

 

Best regards

Florian

 

CCIE #37979 (R/S)
Review Cisco Networking for a $25 gift card