REP configuration on bridge domain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2012 12:07 AM - edited 03-04-2019 02:50 PM
Hi All,
I have read ES+ configuration guide regarding configuring REP. Its stated that we can configure REP on a bridge domain
Examples
This example shows how to configure REP over EVC using bridge-domain.
Router# enable
Router# configure terminal
Router(config)# interface gigabitEthernet 4/1
Router(config-if)# service instance 10 ethernet
Router(config-if-srv)# encapsulation dot1q 10
Router(config-if-srv)# rewrite ingress tag pop 1 symmetric
Router(config-if-srv)# bridge-domain 100
Router(config-if-srv)# exit
Router(config-if)# rep segment 2 edge
Router(config-if)# end
My question is why cant I configure this on my router:
KGD-NPE-01#sh version
Cisco IOS Software, c7600rsp72043_rp Software (c7600rsp72043_rp-ADVENTERPRISEK9-M), Version 12.2(33)SRD4, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2010 by Cisco Systems, Inc.
Compiled Mon 22-Feb-10 01:06 by prod_rel_team
ROM: System Bootstrap, Version 12.2(33r)SRD5, RELEASE SOFTWARE (fc1)
BOOTLDR: Cisco IOS Software, c7600rsp72043_rp Software (c7600rsp72043_rp-ADVENTERPRISEK9-M), Version 12.2(33)SRD4, RELEASE SOFTWARE (fc2)
KGD-NPE-01 uptime is 1 year, 14 weeks, 3 days, 4 hours, 26 minutes
Uptime for this control processor is 1 year, 14 weeks, 3 days, 4 hours, 26 minutes
System returned to ROM by power cycle (SP by power on)
System image file is "sup-bootdisk:/c7600rsp72043-adventerprisek9-mz.122-33.SRD4.bin"
Last reload type: Normal Reload
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
Cisco CISCO7606-S (M8500) processor (revision 1.1) with 91750
Enter configuration commands, one per line. End with CNTL/Z.
KGD-NPE-01(config)#interface GigabitEthernet1/5
KGD-NPE-01(config-if)#service instance 2 ethernet
KGD-NPE-01(config-if-srv)# encapsulation dot1q 2
KGD-NPE-01(config-if-srv)# rewrite ingress tag pop 1 symmetric
KGD-NPE-01(config-if-srv)# bridge-domain 2 split-horizon
KGD-NPE-01(config-if-srv)#exit
KGD-NPE-01(config-if)#rep
KGD-NPE-01(config-if)#rep ?
% Unrecognized command
KGD-NPE-01(config-if)#rep segment 2 edge
^
% Invalid input detected at '^' marker.
KGD-NPE-01(config-if)#
Is there any software requirement for this to happen? As you can see, I am currently use SRD4.
Regards,
Prima
- Labels:
-
LAN Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2012 07:28 AM
Hi Prima,
I can configure it on my device (with SRE4 though):
lan-7600-2(config-if)#interface GigabitEthernet7/1
lan-7600-2(config-if)#service instance 40 ethernet
lan-7600-2(config-if-srv)#encapsulation dot1q 333
lan-7600-2(config-if-srv)#rewrite ingress tag pop 1 symmetric
lan-7600-2(config-if-srv)#bridge-domain 32 split-horizon
lan-7600-2(config-if-srv)#exit
lan-7600-2(config-if)#rep ?
block Block port & VLANs for VLAN Load-balancing
preempt Preemption options
segment REP segment ID
stcn Segment Topology Change Notification
Is your module 1 an ES+? Can you print a show module please?
If yes, can you try from scratch creating a new instance with new encapsulation?
Riccardo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2012 07:05 PM
Hi Ricardo,
Yes my module 1 is ES+ module, otherwise I can not configure EVC right? or there are other modules that can support EVC?
below is my show module:
KGD-NPE-01#sh module
Mod Ports Card Type Model Serial No.
--- ----- -------------------------------------- ------------------ -----------
1 20 7600 ES+ 7600-ES+20G3C JAE14210EWU
5 2 Route Switch Processor 720 (Active) RSP720-3C-GE JAE14190FDB
6 2 Route Switch Processor 720 (Hot) RSP720-3C-GE JAE14190FT0
I think its because I use IOS version SRD4, while yours are using SRE4. what is your IOS train? mine is advanced IP services SSH.
Regards,
Prima

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2012 01:55 AM
same train.
Try to create a new service instance bridging to another vlan to see if the command is available. Or else try an upgrade.
Riccardo
