NETWORK ADMINISTRATIONSWindows serverwindows server dhcp

Re-configuration of OAM Configuration in Router R6000

Deleting and Re configuration of OAM visibility Configuration in Router 6000 by unbinding and binding of OAM BVI port. Method is usable on Router R6672, R6675, R6471.

Below is the script used in this video. Copy paste to save for future use. Do change the VLAN, IP and GW before implementing. In below example: 1348 is VLAN. 10.142.120.73 is IP and 10.142.120.78 is gateway. remaining script should be used as is.

configure
no port bvi OAM_BVI
commit

show ip interface brief
exit
show context all
end

configure
no context local
port bvi OAM_BVI
no shutdown
encapsulation dot1q
dot1q pvc 1348
bind interface OAM_BVI local
exit
bridge name OAM
commit
end

configure
context local
interface OAM_BVI
ip address 10.142.120.73/29
exit
ip route 0.0.0.0/0 10.142.120.78
commit
exit

show ip interface brief
ping 10.142.120.78
save configuration
y

source

by M. S. Hassan

windows server dhcp vlan

8 thoughts on “Re-configuration of OAM Configuration in Router R6000

  • how to check mac address table and vlan configed in all interface ?

  • Ho to Configure the GPS? if there is now connections between TOD port to GPS Receiver? Can you please share Creation Command as well. More Power.

  • Salamo Brother ! really impressed,can i get your email,whatsapp number,want to contact you ?

Comments are closed.