Syntax for SRA-8

Post Reply
ahmads143
Member
Posts: 7
Joined: 28 Aug 2018 02:47

Syntax for SRA-8

Post by ahmads143 »

Hi Team,
Need your help..I am going to upgrade the 7750 SRA8 TiMOS-C-13.0.R12 and just wanted to know the correct syntax Below is the command of SAR 18(will upload below) and is not working in SRA8 ..... what would be the correct syntax ? please help

Config of SAR-18 and want syntax of SRA8 TiMOS-C-13.0.R12
#--------------------------------------------------
echo "System Configuration"
#--------------------------------------------------
system
name "ABCDEF"
dns
exit
l4-load-balancing ------>>>? What would be the syntax in SRA8 TiMOS-C-13.0.R12

#--------------------------------------------------
interface "NET_ABCDEF_192.161.22.22"
address 192.161.22.22/31
port lag-10
qos 30
lsr-load-balancing lbl-ip------------>>>? What would be the syntax in SRA8 TiMOS-C-13.0.R12
l4-load-balancing includeL4------>>>? What would be the syntax in SRA8 TiMOS-C-13.0.R12
no shutdown
exit
#--------------------------------------------------
bgp
transport-tunnel mpls------>>>? What would be the syntax in SRA8 TiMOS-C-13.0.R12



echo "External Alarm Configuration"
#--------------------------------------------------
external-alarms------>>>? What would be the syntax in SRA8 TiMOS-C-13.0.R12
exit--------------------->>>? What would be the syntax in SRA8 TiMOS-C-13.0.R12


#--------------------------------------------------
echo "Network Security Configuration"
#--------------------------------------------------
security------>>>? What would be the syntax in SRA8 TiMOS-C-13.0.R12
logging------>>>? What would be the syntax in SRA8 TiMOS-C-13.0.R12
exit
begin------>>>? What would be the syntax in SRA8 TiMOS-C-13.0.R12
commit------>>>? What would be the syntax in SRA8 TiMOS-C-13.0.R12
exit
Last edited by ahmads143 on 15 Mar 2019 06:30, edited 1 time in total.
mivens
Member
Posts: 262
Joined: 28 Sep 2012 06:34

Re: Syntax for SRA-8

Post by mivens »

For the non SRA8 specific stuff:
configure system load-balancing l4-load-balancing
configure system load-balancing lsr-load-balancing lbl-ip
configure router bgp next-hop-resolution label-route-transport-tunnel family ipv4 resolution-filter rsvp ldp

From the R13 Release Notes:

"When upgrading to Release 13.0, the following values in the configuration file are converted as follows:

Commands Prior to Release 13.0.R1:
configure router bgp
  transport-tunnel ldp
  transport-tunnel rsvp-te
 transport-tunnel mpls

Commands in Release 13.0.R1

configure router
bgp next-hop-resolution label-route-transport-tunnel 
 family ipv4
    resolution-filter
  resolution-filter ldp
   resolution-filter rsvp
   resolution-filter ldp rsvp
  family vpn
    resolution-filter
  resolution-filter ldp
   resolution-filter rsvp
   resolution-filter ldp rsvp
"
ahmads143
Member
Posts: 7
Joined: 28 Aug 2018 02:47

Re: Syntax for SRA-8

Post by ahmads143 »

Thanks for reply Mivens

two more things to understand

for below command of SAR 18 what would be the syntax in SRA8 rel13

1)
interface "NET_interfaceABCD_192.116.222.22"
address 192.116.222.22/31
port lag-12
qos 30
lsr-load-balancing lbl-ip
l4-load-balancing includeL4
no shutdown
exit


2) Below command will be same as SAR18 in SRA8 ?
echo "External Alarm Configuration" -
#--------------------------------------------------
external-alarms
exit
#--------------------------------------------------
echo "Network Security Configuration"
#--------------------------------------------------
security
logging
exit
begin
commit
exit
mivens
Member
Posts: 262
Joined: 28 Sep 2012 06:34

Re: Syntax for SRA-8

Post by mivens »

I can help you with the commands that are also valid on a 7750 SR running R13:
edit-cfg# candidate view
----------------------------------------------
1:  configure
2:      router
3:          interface "NET_interfaceABCD_192.116.222.22"
4:              port "lag-12"
5:              qos 30
6:              load-balancing
7:*                 lsr-load-balancing lbl-ip
8:              exit
9:          exit
10:     exit
11: exit
ahmads143
Member
Posts: 7
Joined: 28 Aug 2018 02:47

Re: Syntax for SRA-8

Post by ahmads143 »

Many thanks Mivens...Really help a lot....
madaanaman
Member
Posts: 1
Joined: 15 Mar 2019 04:54

Re: Syntax for SRA-8

Post by madaanaman »

Dear all,
I have query on the same:
1. The commands in SAR-18:
interface "XXX"
address xx.xx.xx.xx/31
port 1/1/1
qos 10
egress ----------> command in SRa-8 TiMOS 13R12?
queue-policy NQ_VFQ_SAR - ----------> command in SRa-8 TiMOS 13R12?
agg-rate-limit 265000 cir 265000 - ----------> command in SRa-8 TiMOS 13R12?
exit
no shutdown
exit
----------------------------------------------
#--------------------------------------------------
echo "Port Configuration" - ----------> command in SRa-8 TiMOS 13R12?
#-------------------------------------------------- fabric-profile 2 aggregate-mode create
description "1G Fabric Profile"
aggregate-rate 1000000 unshaped-sap-cir 0
exit
fabric-profile 3 aggregate-mode create
description "2.5G Fabric Profile"
aggregate-rate 2500000 unshaped-sap-cir 0
exit
fabric-profile 4 aggregate-mode create
description "10G Fabric Profile"
aggregate-rate 10000000 unshaped-sap-cir 0
exit
#--------------------------------------------------
echo "QoS Policy Configuration"
#-------------------------------------------------- mc-mlppp ----------> command in SRa-8 TiMOS 13R12?
exit
2. Are the below one's required to be added manually or are default in SRa-8 TiMOS 13R12?
#--------------------------------------------------
echo "External Alarm Configuration"
#--------------------------------------------------
external-alarms
exit
#--------------------------------------------------
echo "Network Security Configuration"
#--------------------------------------------------
security
logging
exit
begin
commit
exit
--------------------------------------
port 1/1/5
ethernet
mode network
mtu 1800
network
queue-policy "ABC"
exit
autonegotiate limited
ssm
no shutdown
exit
phy-tx-clock master ----------> command in SRa-8 TiMOS 13R12?
exit
no shutdown
exit
-----------------------

thanks
Post Reply

Return to “7750 SR”