Tag: <span>configuration</span>

Here are the steps on committing/saving and rollback configuration on Huawei Routers system-view commit or system-view commit label <String 1-256> Example: Change1: Change description on Ether-Trunk88 Change2: Enable ipv6 <Huawei>system-view [~Huawei]interface Eth-Trunk88 [*Huawei-Eth-Trunk88]description Connection to Router1 [*Huawei-Eth-Trunk88]commit label Eth88Desc description Eth88IntDesc Committing…..done. [~Huawei-Eth-Trunk88]ipv6 enable [~Huawei-Eth-Trunk88]commit label Eth88v6Enable Verification: display configuration commit list display configuration commit list verbose Example: [~Huawei-Eth-Trunk88]display configuration commit list ——————————————————————————– No. CommitId Label User TimeStamp ——————————————————————————– 1 1000000044 Eth88v6Enable admin 2023-07-06 22:34:42 2 1000000043 Eth88Desc admin 2023-07-06…

Huawei

Here are the basic configuration on implementing different types of Network Address Translation (NAT) on Cisco Routers. Fig.1 Static NAT (1-to-1 Translation) (Objective: to translate PC-1 private IP of 192.168.0.2 to public IP 200.200.200.3) Configuration: Router1 Main Static NAT configuration: ip nat inside source static <Inside local IP> <Inside global IP> Sample Config: Router1(config)# ip nat inside source static 192.168.0.2 200.200.200.3 interface FastEthernet0/0 description Connection to PC-1 ip address 192.168.0.1 255.255.255.0 ip nat inside interface FastEthernet0/1 description Connection to Router2…

Cisco

Here’s the basic BGP (eBGP) configuration of  connecting 3 different router vendors namely Huawei, Juniper and Cisco Routers. Assuming we connect via their physical interfaces and incoming and outgoing policies are basically allow all. Sample Configuration Huawei <Huawei>system-view Enter system view, return user view with return command. [~Huawei] interface GigabitEthernet1/0/0 description Connection to Cisco ip address 192.168.0.1 255.255.255.252 interface GigabitEthernet1/0/1 description Connection to Juniper ip address 192.168.1.1 255.255.255.252 xpl route-filter Cisco-Import approve end-filter xpl route-filter Cisco-Export approve end-filter xpl route-filter…

Cisco Huawei Juniper

As per Cisco documentation, Smart Call Home offers proactive diagnostics and real-time alerts on select Cisco devices, which provides higher network availability and increased operational efficiency. There are few ways on sending these alerts, it can be either by email or http. Sample Configuration using Email Method call-home service active sender reply-to <sender-email-address> sender from <sender-email-address> mail-server <SMTP Server IP> priority <1-100> phone-number <+contact person phone number> contact-email-addr <contact-person-email-add> street-address “<street add,city,state,zipcode> profile <profilename> active destination address email <dest-email-address> destination…

Cisco