Ethernet OAM Cisco configuration (ASR9K)

Home » Blog » Configuration Template » Cisco » Ethernet OAM Cisco configuration (ASR9K)

Ethernet OAM Cisco configuration (ASR9K)

28.02 2024 | by massimiliano

Configurazione due profili: 1° profile ethernet oam profile OAM-DISCOVERY-ACTIVE  link-monitor    symbol-period window 1000    frame-period window 1000  symbol-period threshold […]



Configurazione due profili:

1° profile

ethernet oam profile OAM-DISCOVERY-ACTIVE

 link-monitor

   symbol-period window 1000

   frame-period window 1000  symbol-period threshold symbols low 1 high 4  

frame threshold low 1 high 4

exit

 mib-retrieval

 connection timeout 3

 hello-interval 500 msec

 mode active

 require-remote mode active        # se il peer a lui collegato ha una IF a 10G

 require-remote mode passive     # se il peer a lui collegato ha una IF a 1G

 require-remote link-monitoring

 require-remote mib-retrieval

!

La config action SYSLOG è di default in Cisco

2° profile

ethernet oam profile OAM-DISCOVERY-PASSIVE

 link-monitor

   symbol-period window 1000

   frame-period window 1000    symbol-period threshold symbols low 1 high 4  

frame threshold low 1 high 4

exit

 mib-retrieval

 connection timeout 5

 hello-interval 1000 msec

 mode passive

 require-remote mode active        # se il peer a lui collegato ha una IF a 10G

 require-remote mode passive     # se il peer a lui collegato ha una IF a 1G

 require-remote link-monitoring

 require-remote mib-retrieval

!

La config action SYSLOG è di default in Cisco

I due profili creati vengono poi applicati alle interfacce secondo questa configurazione:

interface TenGigE0/0/0/0

 description to-CORE-P-10G

 ethernet oam

  profile OAM-DISCOVERY-ACTIVE

!

interface GigabitEthernet0/0/0/0

 description to-CORE-P-1G

 ethernet oam

  profile OAM-DISCOVERY-PASSIVE

!

mpls oam

Torna in alto