THis is the first time implementing REP ring , not sure everything down here is correct or not which port to make primary edge port and on ASR 9001 have to go repag. I have attached the references and if anyone has implemented REP previously please let me know your mail id or something which allows a conversation between us.
I have attched topology and configuration below:
I m more confused in cisco asr as it asks for information of parameters such as :
Cisco cat 4948E-1
conf t
interface te1/20
rep segment 12 edge primary
end
interface te1/15
rep segment 12 edge
end
!
Interface te 1/20
Rep stcn segment 12
End
!
Interface te 1/15
Rep block port <port-id> vlan all
End
Cisco cat 4948E-2
Conf t
interface te1/15
rep segment 12
end
interface te1/20
rep segment 12
end
Cisco ASR 9001
conf t
spanning-tree repag <word>
preempt delay for 10 sec
interface te 0/0/0/1
name <>
revision <>(number)
max age <> (seconds)
provider-bridge
bridge-id ? (to set the bridge-id for the current switch)
port-id <>
external-cost 10000
hello-time 1
instance <>(id)
edge mode (not sure to make this)
vlan-id 11,21,31,51-52,54-58
priority 4096
port-priority <>
cost 10000
root-bridge <>
root-priority <>
end
!
interface te 0/0/1/1
name <>
revision <>
max age <> (seconds)
provider-bridge
bridge-id ? (to set the bridge-id for the current switch)
port-id <>
external-cost 10000
hello-time 1
instance <>(id)
edge mode (not sure to make this)
vlan-id ?
priority 4096
port-priority <>
cost 10000
root-bridge <>
root-priority <>
!
end
Commit